-
Notifications
You must be signed in to change notification settings - Fork 697
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SEDONA-715] Add apache zeppelin notebook support for the docker image (
#1826) * [SEDONA-715] Add apache zeppelin notebook support for the docker image Did you read the Contributor Guide? Yes, I have read Contributor Rules and Contributor Development Guide Is this PR related to a JIRA ticket? Yes, the URL of the associated JIRA ticket is https://issues.apache.org/jira/browse/SEDONA-715. The PR name follows the format [SEDONA-XXX] my subject. What changes were proposed in this PR? Added Zeppelin notebook support for the sedona docker image along with visualization helium plugin How was this patch tested? Tested locally by building the image and running it. Visualized with the sample notebook that has been bundled with the commit. Did this PR include necessary documentation updates? Yes, added additional information that may help the users. * [SEDONA-715] Modified documentation and scripts 1. Modified dockerfile to use the new format for ENV 2. Added config files for zeppelin to improve user experience 3. Modified documentation to support the changes. * Modified files based on pre-commit lint rules * Marked sh files as executable
- Loading branch information
Showing
12 changed files
with
125,652 additions
and
28 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,3 +19,4 @@ dependency-reduced-pom.xml | |
__pycache__ | ||
/.bsp | ||
/.scala-build | ||
.DS_Store |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"enabled": { | ||
"sedona-zeppelin": "/opt/zeppelin/leaflet" | ||
}, | ||
"packageConfig": {}, | ||
"bundleDisplayOrder": [ | ||
"sedona-zeppelin" | ||
] | ||
} |
Oops, something went wrong.