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

Commit

Permalink
e9c66f0 replay all
Browse files Browse the repository at this point in the history
  • Loading branch information
DrRacket committed Dec 9, 2017
1 parent e634949 commit 77d6440
Show file tree
Hide file tree
Showing 322 changed files with 7,009 additions and 26,477 deletions.
1 change: 0 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@
(Please remove this section if not needed; check `x` for YES, blank for NO)

- [x] Did you apply source code formatter, i.e., `mvn formatter:format`, for your commit?
- [ ] Did you run system tests on Hive (or Spark)?
58 changes: 21 additions & 37 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,41 +1,25 @@
sudo: false

after_success:
- mvn clean cobertura:cobertura coveralls:report
before_install:
- mvn validate -Pxgboost
branches:
only:
- master
- develop
env:
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
# via the "travis encrypt" command using the project repo's public key
- secure: "gYAzVukFw3ssmQzfovoKTNJnzQbUhF13tksHHhe5dqQWglxdix39wY405nMmzRm/21ZpIq3OFIlI7fnHdZSGkVPS/nPPxbzUkjYUh+zkujYwsqgjZecq9vGaoarnyV9CcI+2D6qUVnArHQ02FKxirtXduGvElZ/eRIa/hBfpgn4="

#addons:
# coverity_scan:
# project:
# name: "myui/hivemall"
# description: "Build submitted via Travis CI"
# notification_email: false
# build_command_prepend: "mvn clean"
# build_command: "mvn -DskipTests=true compile"
# branch_pattern: master

language: java
- secure: gYAzVukFw3ssmQzfovoKTNJnzQbUhF13tksHHhe5dqQWglxdix39wY405nMmzRm/21ZpIq3OFIlI7fnHdZSGkVPS/nPPxbzUkjYUh+zkujYwsqgjZecq9vGaoarnyV9CcI+2D6qUVnArHQ02FKxirtXduGvElZ/eRIa/hBfpgn4=
jdk:
- openjdk7
# - oraclejdk7
- oraclejdk8
# - oraclejdk9

branches:
only:
- master
- develop

before_install:
- mvn validate -Pxgboost

notifications:
email: false

- oraclejdk8
language: java
script:
- ./bin/run_travis_tests.sh

after_success:
- mvn clean cobertura:cobertura coveralls:report
- touch NOW
- echo GIBSTUDYSTART $(date)
- mvn -q scalastyle:check test -Pspark-2.1
- mvn -q scalastyle:check clean -Pspark-2.0 -pl spark/spark-2.0 -am test -Dtest=none
- echo GIBSTUDYEND $(date)
- cd $TRAVIS_BUILD_DIR
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then echo TESTNUM $(find . -name TEST-*.xml
-newer NOW | wc -l); else echo TESTNUM $(find -name TEST-*.xml -newer NOW
| wc -l); fi
sudo: false
15 changes: 1 addition & 14 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,6 @@ o hivemall/core/src/main/java/hivemall/utils/collections/OpenHashMap.java
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

Expand All @@ -61,7 +50,7 @@ o hivemall/core/src/main/java/hivemall/utils/buffer/DynamicByteArray.java
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/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
Expand All @@ -77,5 +66,3 @@ o hivemall/spark/spark-2.0/extra-src/hive/src/main/scala/org/apache/spark/sql/hi

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


6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@ Contributing

If you are planning to contribute to this repository, we first request you to create an issue at [our JIRA page](https://issues.apache.org/jira/projects/HIVEMALL) even if the topic is not related to source code itself (e.g., documentation, new idea and proposal).

All Hivemall functions are defined under [resources/ddl](resources/ddl). In order to update the definition files, the following script helps inserting function name and class path of your new UDF:

```
$ ./bin/update_ddls.sh
```

Note that, before creating a pull request including Java code, please make sure your code follows our coding conventions by applying formatter:

```
Expand Down
35 changes: 0 additions & 35 deletions bin/format_code.sh

This file was deleted.

47 changes: 0 additions & 47 deletions bin/run_travis_tests.sh

This file was deleted.

71 changes: 0 additions & 71 deletions bin/update_ddls.sh

This file was deleted.

18 changes: 2 additions & 16 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,21 +139,9 @@
<dependency>
<groupId>org.roaringbitmap</groupId>
<artifactId>RoaringBitmap</artifactId>
<version>[0.6,0.7)</version>
<version>[0.6,)</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>it.unimi.dsi</groupId>
<artifactId>fastutil</artifactId>
<version>[7.2.1,7.3)</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.clearspring.analytics</groupId>
<artifactId>stream</artifactId>
<version>2.9.5</version>
<scope>compile</scope>
</dependency>

<!-- test scope -->
<dependency>
Expand Down Expand Up @@ -202,7 +190,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.1.0</version>
<version>2.3</version>
<executions>
<execution>
<id>jar-with-dependencies</id>
Expand All @@ -224,8 +212,6 @@
<include>org.tukaani:xz</include>
<include>org.apache.commons:commons-math3</include>
<include>org.roaringbitmap:RoaringBitmap</include>
<include>it.unimi.dsi:fastutil</include>
<include>com.clearspring.analytics:stream</include>
</includes>
</artifactSet>
<transformers>
Expand Down
Loading

0 comments on commit 77d6440

Please sign in to comment.