Conversation
Adding two example notebooks for jupyter support (+3 squashed commits) Squashed commits: [d5e6163] Update dependency versions for spark to lastest 2.x version, and ensure we are pulling from correct maven repos. [664c77f] Update default values for feature type names for spark command. When using default names with command an error will be produced if you attempt to register a table with spark sql that contains a '-' [3edb12a] Add code path for KMeansRunner so it can be run from an existing SparkContext
Fix notebook download command. Ensure we wait until spark is available to install the kernel.
Ensure jupyter bootstraps are moved into their own generated folder which will put them in a separate folder on s3.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Jupyter notebook changes