Uh oh!
There was an error while loading. Please reload this page.
Yarn: do not set local IP in remote process environment. - #394
Closed
vanzin wants to merge 1 commit into
Closed
Conversation
AmplabJenkins
commented
Apr 11, 2014
Can one of the admins verify this patch? |
mridulm
commented
Apr 11, 2014
Contributor
Jenkins, test this please. |
mateiz
commented
Apr 13, 2014
Contributor
Jenkins, test this please |
mateiz
commented
Apr 13, 2014
Contributor
Seems like a good catch. |
AmplabJenkins
commented
Apr 13, 2014
Merged build triggered. |
AmplabJenkins
commented
Apr 13, 2014
Merged build started. |
AmplabJenkins
commented
Apr 13, 2014
Merged build finished. |
AmplabJenkins
commented
Apr 13, 2014
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/14083/ |
pwendell
commented
Apr 13, 2014
Contributor
Jenkins, test this please. |
AmplabJenkins
commented
Apr 13, 2014
Merged build triggered. |
AmplabJenkins
commented
Apr 13, 2014
Merged build started. |
AmplabJenkins
commented
Apr 13, 2014
Merged build finished. All automated tests passed. |
AmplabJenkins
commented
Apr 13, 2014
All automated tests passed. |
vanzin
commented
Apr 22, 2014
ContributorAuthor
Latest master doesn't seem to propagate all the SPARK_* env vars, so this bus is not present anymore. |
pwendell added a commit
to pwendell/spark
that referenced
this pull request
May 12, 2014
Better error handling in Spark Streaming and more API cleanup Earlier errors in jobs generated by Spark Streaming (or in the generation of jobs) could not be caught from the main driver thread (i.e. the thread that called StreamingContext.start()) as it would be thrown in different threads. With this change, after `ssc.start`, one can call `ssc.awaitTermination()` which will be block until the ssc is closed, or there is an exception. This makes it easier to debug. This change also adds ssc.stop(<stop-spark-context>) where you can stop StreamingContext without stopping the SparkContext. Also fixes the bug that came up with PRs apache#393 and apache#381. MetadataCleaner default value has been changed from 3500 to -1 for normal SparkContext and 3600 when creating a StreamingContext. Also, updated StreamingListenerBus with changes similar to SparkListenerBus in apache#392. And changed a lot of protected[streaming] to private[streaming].
mccheah pushed a commit
to mccheah/spark
that referenced
this pull request
Nov 28, 2018
bzhaoopenstack pushed a commit
to bzhaoopenstack/spark
that referenced
this pull request
Sep 11, 2019
Modify the jobs-checker job because the newest ansible-lint
RolatZhang pushed a commit
to RolatZhang/spark
that referenced
this pull request
Mar 18, 2022
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.
Without this, remote processes won't launch when you set SPARK_LOCAL_IP for your driver.