-
Notifications
You must be signed in to change notification settings - Fork 28.9k
Improve maven plugin configuration #590
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
Closed
Closed
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
4e96c01
Add YARN/Stable compiled classes to the CLASSPATH.
berngp 1342886
The `spark-class` shell now ignores non jar files in the assembly dir…
berngp ddf2547
The `spark-shell` option `--log-conf` also enables the SPARK_PRINT_LA…
berngp 2204539
Root is now Spark and qualify the assembly if it was built with YARN.
berngp 889bf4e
Upgrade the Maven Build to YARN 2.3.0.
berngp 460510a
merge https://github.com/berngp/spark/commits/feature/small-shell-cha…
witgo f1c7535
Improved build configuration Ⅱ
witgo 8540e83
review commit
witgo c4c6e45
review commit
witgo 9f08e80
Merge branch 'master' of https://github.com/apache/spark into improve…
witgo e1a7e00
improve travis tests coverage
witgo effe79c
missing ","
witgo 9ea1af9
add the dependency of commons-lang
witgo 0ed124d
SPARK-1693: Most of the tests throw a java.lang.SecurityException whe…
witgo 03b136f
revert .travis.yml
witgo d3488c6
Add the missing yarn dependencies
witgo 779ae5d
Fix SPARK-1693: Dependent on multiple versions of servlet-api jars le…
witgo 27bd426
review commit
witgo 54a86b0
review commit
witgo 882e35d
review commit
witgo 31451df
Compile hive optional
witgo 5fb961f
revert exclusion org.eclipse.jetty.orbit:javax.servlet
witgo ea53549
Merge branch 'master' of https://github.com/apache/spark into improve…
witgo a5ff7d1
revert exclusion org.eclipse.jetty.orbit:javax.servlet
witgo 17f6e7d
merge master
witgo 3218d3b
merge master
witgo e788690
merge master
witgo 8b0c63f
Merge branch 'master' of https://github.com/apache/spark into improve…
witgo 427d499
merge master
witgo f1eb268
Merge branch 'master' of https://github.com/apache/spark into improve…
witgo 4cc0c90
revert profile hive
witgo 4277fed
review commit
witgo 31c6409
review commit
witgo 7d8cabf
Merge branch 'master' of https://github.com/apache/spark into improve…
witgo 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 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
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
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
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
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
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
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.
Just wondering - what is the benefit of this change?
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.
Just to increase readability.