GitHub user saurabh3091 opened a pull request:
https://github.com/apache/predictionio/pull/475
[PIO-176] Hack in build.sbt for switching between Spark 1.x and 2.x sâ¦
- Removed unmanagedSourceDirectories in data module
- refactored sqlSession code blocks to use SparkSession instead of
SqlContext
- removed PPythonEventStore.scala as it was not being used anywhere.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/saurabh3091/predictionio develop
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/predictionio/pull/475.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 #475
----
commit 093a4d0ab778064f1349c21be7ff4d606d4ebbf4
Author: saurabh gulati <saurabh3091@...>
Date: 2018-10-02T14:22:23Z
[PIO-171] Hack in build.sbt for switching between Spark 1.x and 2.x should
be cleaned up.
----
---