Uh oh!
There was an error while loading. Please reload this page.
SPARK-2038: rename "conf" parameters in the saveAsHadoop functions with source-compatibility - #1137
Closed
CodingCat wants to merge 4 commits into
Closed
SPARK-2038: rename "conf" parameters in the saveAsHadoop functions with source-compatibility #1137CodingCat wants to merge 4 commits into
CodingCat wants to merge 4 commits into
Conversation
to distinguish with SparkConf
AmplabJenkins
commented
Jun 19, 2014
Merged build triggered. |
AmplabJenkins
commented
Jun 19, 2014
Merged build started. |
Contributor
There was a problem hiding this comment.
Might be a bit more clear to say:
// Rename this as hadoopConf internally to avoid shadowing (see SPARK-2038).
AmplabJenkins
commented
Jun 19, 2014
Merged build finished. All automated tests passed. |
AmplabJenkins
commented
Jun 19, 2014
All automated tests passed. |
AmplabJenkins
commented
Jun 19, 2014
Merged build triggered. |
AmplabJenkins
commented
Jun 19, 2014
Merged build started. |
CodingCat
commented
Jun 19, 2014
ContributorAuthor
revised the comments, and waiting for the Jenkins, thanks |
AmplabJenkins
commented
Jun 19, 2014
Merged build finished. All automated tests passed. |
AmplabJenkins
commented
Jun 19, 2014
All automated tests passed. |
rxin
commented
Jun 25, 2014
Contributor
Looks good. Merging in master. Thanks. |
pdeyhim pushed a commit
to pdeyhim/spark-1
that referenced
this pull request
Jun 25, 2014
…th source-compatibility https://issues.apache.org/jira/browse/SPARK-2038 to differentiate with SparkConf object and at the same time keep the source level compatibility Author: CodingCat <zhunansjtu@gmail.com> Closesapache#1137 from CodingCat/SPARK-2038 and squashes the following commits: 11abeba [CodingCat] revise the comments 7ee5712 [CodingCat] to keep the source-compatibility 763975f [CodingCat] style fix d91288d [CodingCat] rename "conf" parameters in the saveAsHadoop functions
xiliu82 pushed a commit
to xiliu82/spark
that referenced
this pull request
Sep 4, 2014
…th source-compatibility https://issues.apache.org/jira/browse/SPARK-2038 to differentiate with SparkConf object and at the same time keep the source level compatibility Author: CodingCat <zhunansjtu@gmail.com> Closesapache#1137 from CodingCat/SPARK-2038 and squashes the following commits: 11abeba [CodingCat] revise the comments 7ee5712 [CodingCat] to keep the source-compatibility 763975f [CodingCat] style fix d91288d [CodingCat] rename "conf" parameters in the saveAsHadoop functions
flyrain pushed a commit
to flyrain/spark
that referenced
this pull request
Sep 21, 2021
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.
https://issues.apache.org/jira/browse/SPARK-2038
to differentiate with SparkConf object and at the same time keep the source level compatibility