-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spark 2.0.0 support #115
Open
a-roberts
wants to merge
22
commits into
databricks:master
Choose a base branch
from
a-roberts:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Spark 2.0.0 support #115
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
5f090fc
Spark 2.0.0 support
a-roberts a6c3403
Fix dependency for mllib
a-roberts 27e640f
Add 1.6 target folder back in
a-roberts 5473506
Add ML changes for Spark 2, note requires Spark in lib folder currently!
a-roberts b1d1947
Add config file template back in
a-roberts cd7eb12
Add ability to override scala version and cleanup in mllib project file
a-roberts 95d31d3
Add QA 1.6 fixes code back in
a-roberts 8cb9e62
Remove .rej file too
a-roberts 9e26cfc
Comment dep on 2.0.0 preview
a-roberts 9cc8cae
Use original config.py but with SPARK_HOME recognised, default local …
a-roberts 44f7a5f
Back to 3.2.9 for json native
a-roberts cf6d671
Tidying up
a-roberts 9e171d4
Add default to 2.0 for spark mllib version
a-roberts b35c294
Use GA Spark 2 not preview
a-roberts 533f6a6
Ensure we can override Spark version for all projects
a-roberts 1eb427c
Add a missing comma for ml project file
a-roberts 70963cf
Just use mllib provided artifact and remove core part
a-roberts 1d1441b
Use 2.0.0 to resolve artifacts for mllib
a-roberts c873532
Remove feature-noise from glm regression so we can build and run
a-roberts e15a40e
Remove sparkVersion statement in SparkTestsBuild.scala
a-roberts 0ad07c7
Remove spark version from streaming project file also
a-roberts e6cbaf9
Lower defaults, feature-noise if Spark 1.x only
a-roberts File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My environment is a little customized by the time I run this code (so line numbers don't match), but I am seeing this: