Uh oh!
There was an error while loading. Please reload this page.
[SPARK-2098] All Spark processes should support spark-defaults.conf, config file - #1256
[SPARK-2098] All Spark processes should support spark-defaults.conf, config file#1256witgo wants to merge 1 commit into
Conversation
AmplabJenkins
commented
Jun 28, 2014
Merged build triggered. |
AmplabJenkins
commented
Jun 28, 2014
Merged build started. |
AmplabJenkins
commented
Jun 28, 2014
Merged build triggered. |
AmplabJenkins
commented
Jun 28, 2014
Merged build started. |
AmplabJenkins
commented
Jun 28, 2014
Merged build finished. All automated tests passed. |
AmplabJenkins
commented
Jun 28, 2014
All automated tests passed. |
AmplabJenkins
commented
Jun 28, 2014
Merged build finished. All automated tests passed. |
AmplabJenkins
commented
Jun 28, 2014
All automated tests passed. |
AmplabJenkins
commented
Jun 30, 2014
Merged build triggered. |
AmplabJenkins
commented
Jun 30, 2014
Merged build started. |
AmplabJenkins
commented
Jun 30, 2014
Merged build finished. All automated tests passed. |
AmplabJenkins
commented
Jun 30, 2014
All automated tests passed. |
There was a problem hiding this comment.
This is only called in one place, why the argument? Seems like we always want system properties to override other settings anyway.
vanzin
commented
Jul 8, 2014
I'd like to see better documentation about the semantics of how the different sources for configuration override each other. Also, some tests would be nice. |
AmplabJenkins
commented
Jul 9, 2014
Merged build triggered. |
AmplabJenkins
commented
Jul 9, 2014
Merged build started. |
AmplabJenkins
commented
Jul 9, 2014
Merged build finished. |
AmplabJenkins
commented
Jul 9, 2014
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16465/ |
witgo
commented
Jul 9, 2014
Jenkins, retest this please. |
AmplabJenkins
commented
Jul 9, 2014
Merged build triggered. |
AmplabJenkins
commented
Jul 9, 2014
Merged build started. |
There was a problem hiding this comment.
If you're keeping this, you should document that this method will close the given input stream.
vanzin
commented
Jul 30, 2014
Still a few nits left, but looks ok to me. |
SparkQA
commented
Jul 31, 2014
QA tests have started for PR 1256. This patch merges cleanly. |
SparkQA
commented
Jul 31, 2014
QA results for PR 1256: |
SparkQA
commented
Jul 31, 2014
QA tests have started for PR 1256. This patch merges cleanly. |
SparkQA
commented
Jul 31, 2014
QA results for PR 1256: |
witgo
commented
Jul 31, 2014
Jenkins, retest this please. |
SparkQA
commented
Jul 31, 2014
QA tests have started for PR 1256. This patch merges cleanly. |
SparkQA
commented
Jul 31, 2014
QA results for PR 1256: |
SparkQA
commented
Aug 11, 2014
QA tests have started for PR 1256. This patch merges cleanly. |
SparkQA
commented
Aug 11, 2014
QA results for PR 1256: |
vanzin
commented
Aug 22, 2014
@pwendell@andrewor14 could you guys take a look at this PR? Thanks! |
There was a problem hiding this comment.
How about "Directory that contains application event logs to be loaded by the history server"
andrewor14
commented
Sep 12, 2014
@witgo I like the idea of having all processes (HistoryServer, Master, Worker etc.) read from the properties file in addition just |
witgo
commented
Sep 12, 2014
OK, I generally understand what you mean,I will re-implement the feature at the weekend. |
andrewor14
commented
Sep 13, 2014
@witgo would you mind closing this since you opened another one? |
witgo
commented
Sep 13, 2014
OK |
…config file This is another implementation about #1256 cc andrewor14 vanzin Author: GuoQiang Li <witgo@qq.com> Closes#2379 from witgo/SPARK-2098-new and squashes the following commits: 4ef1cbd [GuoQiang Li] review commit 49ef70e [GuoQiang Li] Refactor getDefaultPropertiesFile c45d20c [GuoQiang Li] All Spark processes should support spark-defaults.conf, config file
* [CARMEL-6541] Support Query Level SQL Conf leveraging Hint * fix code style * fix ut * Add one more test Co-authored-by: Chao Sun <sunchao@apache.org>
No description provided.