GitHub user maropu opened a pull request:
https://github.com/apache/incubator-hivemall/pull/112
[HIVEMALL-133][SPARK] Support spark-v2.2 in the hivemalls-spark module
## What changes were proposed in this pull request?
This pr added supports for spark-2.2 in Hivemall.
This pr is currently WIP because:
1. Java7's been dropped in spark-v2.2 and Hivemall still supports it, so we
need some entries to check a Java version when `spark-2.2` enabled.
2. We need to move common code into `spark/spark-common`.
## What type of PR is it?
Improvement
## What is the Jira issue?
https://issues.apache.org/jira/browse/HIVEMALL-133
## How was this patch tested?
Existing tests
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/maropu/incubator-hivemall HIVEMALL-133
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-hivemall/pull/112.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #112
----
commit 2d2750454c1567ba0e7a3af1401b9a3b4cbfda1f
Author: Takeshi Yamamuro <[email protected]>
Date: 2017-07-20T02:18:05Z
Support spark-2.2
commit cbda47a8fcd667028256c722c0905d0553ea7945
Author: Takeshi Yamamuro <[email protected]>
Date: 2017-07-27T14:54:13Z
Add enforce-plugin to validate java source/target versions
commit 18df884a0d36a7cd272f712c2b4414b212d958ee
Author: Takeshi Yamamuro <[email protected]>
Date: 2017-07-27T15:22:14Z
Fix style errors
commit 55fda48afbc1af3f95ea5b40d0645b4d149cba72
Author: Takeshi Yamamuro <[email protected]>
Date: 2017-07-27T15:22:24Z
Update .travis.yml
commit 95ec7833032701d6e87b19cad0ebedbc0a8f6cf4
Author: Takeshi Yamamuro <[email protected]>
Date: 2017-07-28T02:09:21Z
Add bin/run_travis_tests.sh
----
---