forked from opencb/oskar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
spark: allows notebooks to be saved opencb#13
There is a problem when you set a new conf folder for pyspark beyond the one by default (this is one located in $SPARK_HOME). The problem is that you can use the loaded jars with the build notebooks, but you can't acces the jars from the oskar-spark notebooks. Furthermore, when you apply "maven install", the build notebooks get erased. So I had to edit oskar-app/pom in order to replace those notebooks at "oskar-spark" before we erase everything in the build folder.
- Loading branch information
Showing
2 changed files
with
22 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters