Uh oh!
There was an error while loading. Please reload this page.
[SPARK-1429] Spark shell fails to start after "sbt clean assemble-deps package" - #337
Closed
liancheng wants to merge 1 commit into
Closed
[SPARK-1429] Spark shell fails to start after "sbt clean assemble-deps package"#337liancheng wants to merge 1 commit into
liancheng wants to merge 1 commit into
Conversation
https://issues.apache.org/jira/browse/SPARK-1429 Spark shell fails to start after "sbt clean assemble-deps package"
AmplabJenkins
commented
Apr 6, 2014
Merged build triggered. |
AmplabJenkins
commented
Apr 6, 2014
Merged build started. |
AmplabJenkins
commented
Apr 6, 2014
Merged build finished. All automated tests passed. |
AmplabJenkins
commented
Apr 6, 2014
All automated tests passed. |
pwendell
commented
Apr 6, 2014
Contributor
I believe this is fixed in #237 (but we should check). Also this issue has been reported already as: |
aarondav
commented
Apr 6, 2014
Contributor
This check assumes the existence of the -hive- jars, which #237 is removing, so I think we should defer to that one. |
pwendell
commented
Apr 7, 2014
Contributor
@liancheng mind closing this? |
andrewor14 pushed a commit
to andrewor14/spark
that referenced
this pull request
Apr 7, 2014
Mllib 16 bugfix Bug fix: https://spark-project.atlassian.net/browse/MLLIB-16 Hi, I fixed the bug and added a test suite for `GradientDescent`. There are 2 checks in the test case. First, the final loss must be lower than the initial one. Second, the trend of loss sequence should be decreasing, i.e., at least 80% iterations have lower losses than their prior iterations. Thanks!
mccheah pushed a commit
to mccheah/spark
that referenced
this pull request
Oct 3, 2018
bzhaoopenstack pushed a commit
to bzhaoopenstack/spark
that referenced
this pull request
Sep 11, 2019
Remove duplicate job define "cloud-provider-openstack-test"
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 freeto 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.
JIRA issue: SPARK-1429
Spark shell fails to start after
sbt clean assemble-deps package. A*should be added incompute-classpath.shline 55 to make sure bothspark-assembly-xxx-deps.jarandspark-hive-assembly-xxx-deps.jarare taken into account.