Skip to content
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

[SPARK-15960][SQL] Rename spark.sql.enableFallBackToHdfsForStats config #13681

Closed
wants to merge 1 commit into from

Conversation

hvanhovell
Copy link
Contributor

What changes were proposed in this pull request?

Since we are probably going to add more statistics related configurations in the future, I'd like to rename the newly added spark.sql.enableFallBackToHdfsForStats configuration option to spark.sql.statistics.fallBackToHdfs. This allows us to put all statistics related configurations in the same namespace.

How was this patch tested?

None - just a usability thing

@rxin
Copy link
Contributor

rxin commented Jun 15, 2016

lgtm pending tests

@SparkQA
Copy link

SparkQA commented Jun 15, 2016

Test build #60559 has finished for PR 13681 at commit eb83cb4.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@rxin
Copy link
Contributor

rxin commented Jun 15, 2016

Merging in master/2.0.

@asfgit asfgit closed this in de99c3d Jun 15, 2016
asfgit pushed a commit that referenced this pull request Jun 15, 2016
…nfig

## What changes were proposed in this pull request?
Since we are probably going to add more statistics related configurations in the future, I'd like to rename the newly added `spark.sql.enableFallBackToHdfsForStats` configuration option to `spark.sql.statistics.fallBackToHdfs`. This allows us to put all statistics related configurations in the same namespace.

## How was this patch tested?
None - just a usability thing

Author: Herman van Hovell <hvanhovell@databricks.com>

Closes #13681 from hvanhovell/SPARK-15960.

(cherry picked from commit de99c3d)
Signed-off-by: Reynold Xin <rxin@databricks.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants