-
Notifications
You must be signed in to change notification settings - Fork 29k
Assorted clean-up for Spark-on-YARN. #488
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
Conversation
In particular when the HADOOP_CONF_DIRS are not specified.
|
Merged build triggered. |
|
Merged build started. |
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.
should this be under "Options read in YARN client mode"?
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.
I added it there as well, but I'm going to leave it here because it's relevant also to yarn-cluster.
|
Merged build triggered. |
|
Merged build started. |
|
Merged build finished. |
|
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/14339/ |
|
Merged build finished. All automated tests passed. |
|
All automated tests passed. |
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.
super small nit: I meant something more like if (!hasHadoopEnv && !testing) here, since the variable hasHadoopEnv should really not depend on whether we're testing Spark or not.
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.
Ah that makes way more sense. Thanks
|
+1 Looks good. |
|
Merged build triggered. |
|
Merged build started. |
|
Merged build finished. All automated tests passed. |
|
All automated tests passed. |
|
Okay merged |
In particular when the HADOOP_CONF_DIR is not not specified. Author: Patrick Wendell <[email protected]> Closes #488 from pwendell/hadoop-cleanup and squashes the following commits: fe95f13 [Patrick Wendell] Changes based on Andrew's feeback 18d09c1 [Patrick Wendell] Review comments from Andrew 17929cc [Patrick Wendell] Assorted clean-up for Spark-on-YARN. (cherry picked from commit 995fdc9) Signed-off-by: Patrick Wendell <[email protected]>
In particular when the HADOOP_CONF_DIR is not not specified. Author: Patrick Wendell <[email protected]> Closes apache#488 from pwendell/hadoop-cleanup and squashes the following commits: fe95f13 [Patrick Wendell] Changes based on Andrew's feeback 18d09c1 [Patrick Wendell] Review comments from Andrew 17929cc [Patrick Wendell] Assorted clean-up for Spark-on-YARN.
* fix param pass fix param pass * fix param pass fix param pass * fix param pass fix param pass
…without codegen (apache#488) [SPARK-46037][SQL] Correctness fix for Shuffled Hash Join build left without codegen This is a re-submitting of apache#43938 to fix a join correctness bug caused by apache#41398 . Credits go to mcdull-zhang correctness fix Yes, the query result will be corrected. new test no Closes apache#47905 from cloud-fan/join. Authored-by: Wenchen Fan <[email protected]> Signed-off-by: Wenchen Fan <[email protected]> Co-authored-by: Wenchen Fan <[email protected]>
In particular when the HADOOP_CONF_DIR is not not specified.