Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Commit

Permalink
Close #131: [v0.5.0-rc3] Merge v0.5.0 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
myui committed Feb 20, 2018
1 parent 448847f commit 3a71871
Show file tree
Hide file tree
Showing 60 changed files with 1,761 additions and 1,491 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ release.properties
\#*#
pom.xml.next
pom.xml.tag
.cache-main
6 changes: 5 additions & 1 deletion .rat-excludes
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@ resources/eclipse-style.xml
**/*.spark
**/*.hql
docs/gitbook/_book/**
docs/gitbook/node_modules/**
docs/gitbook/node_modules/**
**/release.properties
**/derby.log
**/LICENSE-*.txt
**/Base91.java
120 changes: 120 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,123 @@
of your accepting any such warranty or additional liability.

END OF TERMS AND CONDITIONS

APPENDIX: How to apply the Apache License to your work.

To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


APACHE HIVEMALL SUBCOMPONENTS:

The Apache Hivemall project contains subcomponents with separate copyright
notices and license terms. Your use of the source code for the these
subcomponents is subject to the terms and conditions of the following
licenses.

---------------------------------------------------------------------------
The Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
---------------------------------------------------------------------------

This product bundles a modified version of 'Smile' which is licensed
under the Apache License Version 2.0, specifically for Random Forest module.
For details, see https://github.com/haifengl/smile/

You can find a copy of the License at

core/src/main/resources/META-INF/LICENSE-smile.txt

which is placed under META-INF/ in a jar.

This product bundles a modified version of `Jafama` which is licensed
under the Apache License Version 2.0, specifically for FastMath.java.
For details, see https://github.com/jeffhain/jafama/

You can find a copy of the License at

core/src/main/resources/META-INF/LICENSE-jafama.txt

which is placed under META-INF/ in a jar.

---------------------------------------------------------------------------
The 3-Clause BSD License (https://opensource.org/licenses/BSD-3-Clause)
---------------------------------------------------------------------------

This product bundles a modified version of Jochaim Henke's `Base91
Encoder/Decoder` which is licensed under the BSD 3-Clause License,
specifically for Base91.java.
For details, see https://github.com/bwaldvogel/base91

Copyright (c) 2000-2006 Joachim Henke
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

- Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
- Neither the name of Joachim Henke nor the names of his contributors may
be used to endorse or promote products derived from this software without
specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.

---------------------------------------------------------------------------
Public Domain License
---------------------------------------------------------------------------

This product bundles public domain software derived from `fdlibm`,
specifically for FastMath.java.
For details, see http://www.netlib.org/fdlibm/fdlibm.h

Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.

Developed at SunSoft, a Sun Microsystems, Inc. business.
Permission to use, copy, modify, and distribute this
software is freely granted, provided that this notice
is preserved.

---------------------------------------------------------------------------
The SIL Open Font License (https://opensource.org/licenses/OFL-1.1)
---------------------------------------------------------------------------

This product bundles `Font-awesome` fonts which is licensed under the
SIL Open Font License (OFL) 1.1, specifically for the project site.
For details, see http://fontawesome.io/

You can find a copy of the License at

src/site/resources/LICENSE-font_awesome.txt
82 changes: 7 additions & 75 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,81 +1,13 @@
Apache Hivemall
Copyright 2016 and onwards The Apache Software Foundation
Copyright 2016-2018 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).

Copyright (C) 2013-2015 National Institute of Advanced Industrial Science and Technology (AIST)
Copyright (C) 2015-2016 Makoto Yui
Copyright (C) 2015-2016 Treasure Data, Inc.
This product is based on source code originally developed by AIST and Treasure Data, Inc.
They have been licensed to the Apache Software Foundation under Software Grant Agreements from
the following individuals and organizations:

------------------------------------------------------------------------------------------------------
Copyright notifications which have been relocated from source files

o hivemall/core/src/main/java/hivemall/smile/classification/DecisionTree.java
hivemall/core/src/main/java/hivemall/smile/regression/RegressionTree.java

Copyright (c) 2010 Haifeng Li

https://github.com/haifengl/smile
Licensed under the Apache License, Version 2.0

o hivemall/core/src/main/java/hivemall/utils/codec/Base91.java

Copyright (c) 2000-2006 Joachim Henke

https://github.com/bwaldvogel/base91
Licensed under the BSD 3-Clause License

o hivemall/core/src/main/java/hivemall/utils/collections/OpenHashMap.java

Copyright (C) 2010 catchpole.net

https://github.com/slipperyseal/atomicobjects/
Licensed under the Apache License, Version 2.0

o hivemall/core/src/main/java/hivemall/utils/math/FastMath.java

Copyright 2012-2015 Jeff Hain

https://github.com/jeffhain/jafama/
Licensed under the Apache License, Version 2.0

Copyright (C) 1993 by Sun Microsystems, Inc.

Permission to use, copy, modify, and distribute this software is freely granted, provided that this notice is preserved.

------------------------------------------------------------------------------------------------------
Copyright notifications which have been relocated from ASF projects

o hivemall/core/src/main/java/hivemall/utils/math/MathUtils.java#erfInv()

Copyright (C) 2003-2016 The Apache Software Foundation.

http://commons.apache.org/proper/commons-math/
Licensed under the Apache License, Version 2.0

o hivemall/core/src/main/java/hivemall/utils/buffer/DynamicByteArray.java

Copyright 2013-2015 The Apache Software Foundation

https://orc.apache.org/
Licensed under the Apache License, Version 2.0

o hivemall/spark/spark-2.0/extra-src/hive/src/main/scala/org/apache/spark/sql/hive/HiveShim.scala
hivemall/spark/spark-2.0/src/test/scala/org/apache/spark/sql/QueryTest.scala
hivemall/spark/spark-2.0/src/test/scala/org/apache/spark/sql/catalyst/plans/PlanTest.scala
hivemall/spark/spark-2.0/src/test/scala/org/apache/spark/sql/hive/test/TestHiveSingleton.scala
hivemall/spark/spark-2.1/extra-src/hive/src/main/scala/org/apache/spark/sql/hive/HiveShim.scala
hivemall/spark/spark-2.1/src/test/scala/org/apache/spark/sql/QueryTest.scala
hivemall/spark/spark-2.1/src/test/scala/org/apache/spark/sql/catalyst/plans/PlanTest.scala
hivemall/spark/spark-2.1/src/test/scala/org/apache/spark/sql/hive/test/TestHiveSingleton.scala
hivemall/spark/spark-2.1/src/test/scala/org/apache/spark/sql/test/SQLTestUtils.scala
hivemall/spark/spark-2.1/src/test/scala/org/apache/spark/sql/test/SQLTestData.scala
hivemall/spark/spark-2.1/src/test/scala/org/apache/spark/sql/execution/benchmark/BenchmarkBase.scala

Copyright (C) 2014-2017 The Apache Software Foundation.

http://spark.apache.org/
Licensed under the Apache License, Version 2.0


- Copyright 2013-2015 National Institute of Advanced Industrial Science and Technology (AIST)
- Copyright 2015-2016 Makoto Yui
- Copyright 2015-2016 Treasure Data, Inc.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0-incubating-SNAPSHOT
0.5.1-incubating-SNAPSHOT
1 change: 0 additions & 1 deletion bin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@ if [ "$HIVEMALL_HOME" = "" ]; then
fi

cd $HIVEMALL_HOME
mvn validate -Pxgboost
mvn clean package -Dskiptests=true -Dmaven.test.skip=true
87 changes: 0 additions & 87 deletions bin/build_xgboost.sh

This file was deleted.

33 changes: 0 additions & 33 deletions bin/maven_central_release.sh

This file was deleted.

Loading

0 comments on commit 3a71871

Please sign in to comment.