[GitHub] spark pull request: SPARK-11099 [SPARK SHELL] [SPARK SUBMIT] Defau...

2015-10-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/spark/pull/9114


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request: SPARK-11099 [SPARK SHELL] [SPARK SUBMIT] Defau...

2015-10-15 Thread vanzin
Github user vanzin commented on the pull request:

https://github.com/apache/spark/pull/9114#issuecomment-148450238
  
LGTM, I'll fix the nit while merging.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request: SPARK-11099 [SPARK SHELL] [SPARK SUBMIT] Defau...

2015-10-15 Thread vanzin
Github user vanzin commented on a diff in the pull request:

https://github.com/apache/spark/pull/9114#discussion_r42148461
  
--- Diff: 
launcher/src/test/java/org/apache/spark/launcher/SparkSubmitCommandBuilderSuite.java
 ---
@@ -80,7 +82,7 @@ public void testCliParser() throws Exception {
 assertTrue("Driver -Xms should be configured.", 
cmd.contains("-Xms42g"));
 assertTrue("Driver -Xmx should be configured.", 
cmd.contains("-Xmx42g"));
 assertTrue("Command should contain user-defined conf.",
-  Collections.indexOfSubList(cmd, Arrays.asList(parser.CONF, 
"spark.randomOption=foo")) > 0);
+Collections.indexOfSubList(cmd, Arrays.asList(parser.CONF, 
"spark.randomOption=foo")) > 0);
--- End diff --

nit: previous indentation was correct. we don't double-indent in Spark 
(aside from rare exceptions).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request: SPARK-11099 [SPARK SHELL] [SPARK SUBMIT] Defau...

2015-10-14 Thread zjffdu
Github user zjffdu commented on the pull request:

https://github.com/apache/spark/pull/9114#issuecomment-148289245
  
@vanzin Failure unit test is fixed, please help review. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request: SPARK-11099 [SPARK SHELL] [SPARK SUBMIT] Defau...

2015-10-14 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request:

https://github.com/apache/spark/pull/9114#issuecomment-148286766
  
Merged build finished. Test PASSed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request: SPARK-11099 [SPARK SHELL] [SPARK SUBMIT] Defau...

2015-10-14 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request:

https://github.com/apache/spark/pull/9114#issuecomment-148286767
  
Test PASSed.
Refer to this link for build results (access rights to CI server needed): 
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/43764/
Test PASSed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request: SPARK-11099 [SPARK SHELL] [SPARK SUBMIT] Defau...

2015-10-14 Thread SparkQA
Github user SparkQA commented on the pull request:

https://github.com/apache/spark/pull/9114#issuecomment-148286676
  
  [Test build #43764 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/43764/console)
 for   PR 9114 at commit 
[`115a8f1`](https://github.com/apache/spark/commit/115a8f1938aa41d9f57cb364d3d75f159bcc15df).
 * This patch **passes all tests**.
 * This patch merges cleanly.
 * This patch adds no public classes.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request: SPARK-11099 [SPARK SHELL] [SPARK SUBMIT] Defau...

2015-10-14 Thread SparkQA
Github user SparkQA commented on the pull request:

https://github.com/apache/spark/pull/9114#issuecomment-148272478
  
  [Test build #43764 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/43764/consoleFull)
 for   PR 9114 at commit 
[`115a8f1`](https://github.com/apache/spark/commit/115a8f1938aa41d9f57cb364d3d75f159bcc15df).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request: SPARK-11099 [SPARK SHELL] [SPARK SUBMIT] Defau...

2015-10-14 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request:

https://github.com/apache/spark/pull/9114#issuecomment-148271590
  
Merged build started.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request: SPARK-11099 [SPARK SHELL] [SPARK SUBMIT] Defau...

2015-10-14 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request:

https://github.com/apache/spark/pull/9114#issuecomment-148271584
  
 Merged build triggered.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request: SPARK-11099 [SPARK SHELL] [SPARK SUBMIT] Defau...

2015-10-14 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request:

https://github.com/apache/spark/pull/9114#issuecomment-148254745
  
Test FAILed.
Refer to this link for build results (access rights to CI server needed): 
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/43751/
Test FAILed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request: SPARK-11099 [SPARK SHELL] [SPARK SUBMIT] Defau...

2015-10-14 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request:

https://github.com/apache/spark/pull/9114#issuecomment-148254744
  
Merged build finished. Test FAILed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request: SPARK-11099 [SPARK SHELL] [SPARK SUBMIT] Defau...

2015-10-14 Thread SparkQA
Github user SparkQA commented on the pull request:

https://github.com/apache/spark/pull/9114#issuecomment-148254699
  
  [Test build #43751 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/43751/console)
 for   PR 9114 at commit 
[`ee79b20`](https://github.com/apache/spark/commit/ee79b20bb460e42e4a05fc43c1aa7a6375a2ad18).
 * This patch **fails Spark unit tests**.
 * This patch merges cleanly.
 * This patch adds no public classes.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request: SPARK-11099 [SPARK SHELL] [SPARK SUBMIT] Defau...

2015-10-14 Thread SparkQA
Github user SparkQA commented on the pull request:

https://github.com/apache/spark/pull/9114#issuecomment-148237499
  
  [Test build #43751 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/43751/consoleFull)
 for   PR 9114 at commit 
[`ee79b20`](https://github.com/apache/spark/commit/ee79b20bb460e42e4a05fc43c1aa7a6375a2ad18).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request: SPARK-11099 [SPARK SHELL] [SPARK SUBMIT] Defau...

2015-10-14 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request:

https://github.com/apache/spark/pull/9114#issuecomment-148236477
  
 Merged build triggered.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request: SPARK-11099 [SPARK SHELL] [SPARK SUBMIT] Defau...

2015-10-14 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request:

https://github.com/apache/spark/pull/9114#issuecomment-148236494
  
Merged build started.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request: SPARK-11099 [SPARK SHELL] [SPARK SUBMIT] Defau...

2015-10-14 Thread vanzin
Github user vanzin commented on a diff in the pull request:

https://github.com/apache/spark/pull/9114#discussion_r42020079
  
--- Diff: 
launcher/src/test/java/org/apache/spark/launcher/SparkSubmitCommandBuilderSuite.java
 ---
@@ -164,11 +166,16 @@ private void testCmdBuilder(boolean isDriver) throws 
Exception {
 launcher.setPropertiesFile(dummyPropsFile.getAbsolutePath());
 launcher.appArgs.add("foo");
 launcher.appArgs.add("bar");
-launcher.conf.put(SparkLauncher.DRIVER_MEMORY, "1g");
-launcher.conf.put(SparkLauncher.DRIVER_EXTRA_CLASSPATH, "/driver");
-launcher.conf.put(SparkLauncher.DRIVER_EXTRA_JAVA_OPTIONS, "-Ddriver 
-XX:MaxPermSize=256m");
-launcher.conf.put(SparkLauncher.DRIVER_EXTRA_LIBRARY_PATH, "/native");
 launcher.conf.put("spark.foo", "foo");
+// either set the property through "--conf" or through property file
+if (!usePropertyFile) {
+  launcher.conf.put(SparkLauncher.DRIVER_MEMORY, "1g");
+  launcher.conf.put(SparkLauncher.DRIVER_EXTRA_CLASSPATH, "/driver");
+  launcher.conf.put(SparkLauncher.DRIVER_EXTRA_JAVA_OPTIONS, "-Ddriver 
-XX:MaxPermSize=256m");
+  launcher.conf.put(SparkLauncher.DRIVER_EXTRA_LIBRARY_PATH, 
"/native");
+} else {
+  launcher.childEnv.put("SPARK_CONF_DIR", "test/resources");
--- End diff --

I'm not sure this works the way you expect it too, and is probably the 
cause of the test failure. You'll probably need to build the full path based on 
`System.getProperty("spark.test.home")` (which is the root of the repo).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request: SPARK-11099 [SPARK SHELL] [SPARK SUBMIT] Defau...

2015-10-14 Thread srowen
Github user srowen commented on the pull request:

https://github.com/apache/spark/pull/9114#issuecomment-148007347
  
CC @vanzin I'm no expert but I do see the point that this seems to be 
checking "is there a non-default props file set" only.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request: SPARK-11099 [SPARK SHELL] [SPARK SUBMIT] Defau...

2015-10-14 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request:

https://github.com/apache/spark/pull/9114#issuecomment-148007176
  
Merged build finished. Test FAILed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request: SPARK-11099 [SPARK SHELL] [SPARK SUBMIT] Defau...

2015-10-14 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request:

https://github.com/apache/spark/pull/9114#issuecomment-148007180
  
Test FAILed.
Refer to this link for build results (access rights to CI server needed): 
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/43712/
Test FAILed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request: SPARK-11099 [SPARK SHELL] [SPARK SUBMIT] Defau...

2015-10-14 Thread SparkQA
Github user SparkQA commented on the pull request:

https://github.com/apache/spark/pull/9114#issuecomment-148006994
  
  [Test build #43712 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/43712/console)
 for   PR 9114 at commit 
[`c4277c1`](https://github.com/apache/spark/commit/c4277c154dff7b9d525dba1e95b18afc57b9cd24).
 * This patch **fails Spark unit tests**.
 * This patch merges cleanly.
 * This patch adds no public classes.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request: SPARK-11099 [SPARK SHELL] [SPARK SUBMIT] Defau...

2015-10-14 Thread SparkQA
Github user SparkQA commented on the pull request:

https://github.com/apache/spark/pull/9114#issuecomment-147977489
  
  [Test build #43712 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/43712/consoleFull)
 for   PR 9114 at commit 
[`c4277c1`](https://github.com/apache/spark/commit/c4277c154dff7b9d525dba1e95b18afc57b9cd24).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request: SPARK-11099 [SPARK SHELL] [SPARK SUBMIT] Defau...

2015-10-14 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request:

https://github.com/apache/spark/pull/9114#issuecomment-147974797
  
 Merged build triggered.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request: SPARK-11099 [SPARK SHELL] [SPARK SUBMIT] Defau...

2015-10-14 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request:

https://github.com/apache/spark/pull/9114#issuecomment-147974824
  
Merged build started.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request: SPARK-11099 [SPARK SHELL] [SPARK SUBMIT] Defau...

2015-10-14 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request:

https://github.com/apache/spark/pull/9114#issuecomment-147971034
  
Test FAILed.
Refer to this link for build results (access rights to CI server needed): 
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/43711/
Test FAILed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request: SPARK-11099 [SPARK SHELL] [SPARK SUBMIT] Defau...

2015-10-14 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request:

https://github.com/apache/spark/pull/9114#issuecomment-147971031
  
Merged build finished. Test FAILed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request: SPARK-11099 [SPARK SHELL] [SPARK SUBMIT] Defau...

2015-10-14 Thread SparkQA
Github user SparkQA commented on the pull request:

https://github.com/apache/spark/pull/9114#issuecomment-147971027
  
  [Test build #43711 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/43711/console)
 for   PR 9114 at commit 
[`be67f95`](https://github.com/apache/spark/commit/be67f954270a28f2046b33d9422e983b3b9230a6).
 * This patch **fails RAT tests**.
 * This patch merges cleanly.
 * This patch adds the following public classes _(experimental)_:
  * `def getPath = path.getOrElse(sys.error("Constructors must start at 
a class type"))`
  * `case class ExprId(id: Long, jvmId: UUID)`
  * `case class WrapOption(optionType: DataType, child: Expression)`
  * `class GenericArrayData(val array: Array[Any]) extends ArrayData `
  * `trait QueryExecutionListener `
  * `class ExecutionListenerManager extends Logging `



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request: SPARK-11099 [SPARK SHELL] [SPARK SUBMIT] Defau...

2015-10-14 Thread SparkQA
Github user SparkQA commented on the pull request:

https://github.com/apache/spark/pull/9114#issuecomment-147970919
  
  [Test build #43711 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/43711/consoleFull)
 for   PR 9114 at commit 
[`be67f95`](https://github.com/apache/spark/commit/be67f954270a28f2046b33d9422e983b3b9230a6).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request: SPARK-11099 [SPARK SHELL] [SPARK SUBMIT] Defau...

2015-10-14 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request:

https://github.com/apache/spark/pull/9114#issuecomment-147969292
  
Merged build started.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request: SPARK-11099 [SPARK SHELL] [SPARK SUBMIT] Defau...

2015-10-14 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request:

https://github.com/apache/spark/pull/9114#issuecomment-147969265
  
 Merged build triggered.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request: SPARK-11099 [SPARK SHELL] [SPARK SUBMIT] Defau...

2015-10-14 Thread zjffdu
GitHub user zjffdu opened a pull request:

https://github.com/apache/spark/pull/9114

SPARK-11099 [SPARK SHELL] [SPARK SUBMIT] Default conf property file i…

Please help review it. Thanks

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/zjffdu/spark SPARK-11099

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/spark/pull/9114.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #9114


commit be67f954270a28f2046b33d9422e983b3b9230a6
Author: Jeff Zhang 
Date:   2015-10-14T08:09:59Z

SPARK-11099 [SPARK SHELL] [SPARK SUBMIT] Default conf property file is not 
loaded




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org