[GitHub] spark pull request: [SPARK-11094] Strip extra strings from Java ve...

2015-10-16 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9111#issuecomment-148683195 [Test build #1911 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/1911/consoleFull) for PR 9111 at commit

[GitHub] spark pull request: [SPARK-11094] Strip extra strings from Java ve...

2015-10-16 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/9111#discussion_r42230708 --- Diff: dev/run-tests.py --- @@ -176,17 +176,14 @@ def determine_java_version(java_exe): # find raw version string, eg 'java version "1.8.0_25"'

[GitHub] spark pull request: [SPARK-11094] Strip extra strings from Java ve...

2015-10-16 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9111#issuecomment-148715027 [Test build #1911 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/1911/console) for PR 9111 at commit

[GitHub] spark pull request: [SPARK-11094] Strip extra strings from Java ve...

2015-10-16 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/9111#issuecomment-148716145 Merged to master / 1.5 --- 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

[GitHub] spark pull request: [SPARK-11094] Strip extra strings from Java ve...

2015-10-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/9111 --- 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

[GitHub] spark pull request: [SPARK-11094] Strip extra strings from Java ve...

2015-10-14 Thread jodersky
Github user jodersky commented on a diff in the pull request: https://github.com/apache/spark/pull/9111#discussion_r42028440 --- Diff: dev/run-tests.py --- @@ -176,8 +176,9 @@ def determine_java_version(java_exe): # find raw version string, eg 'java version "1.8.0_25"'

[GitHub] spark pull request: [SPARK-11094] Strip extra strings from Java ve...

2015-10-14 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/9111#discussion_r41974520 --- Diff: dev/run-tests.py --- @@ -176,8 +176,9 @@ def determine_java_version(java_exe): # find raw version string, eg 'java version "1.8.0_25"'

[GitHub] spark pull request: [SPARK-11094] Strip extra strings from Java ve...

2015-10-14 Thread jodersky
Github user jodersky commented on the pull request: https://github.com/apache/spark/pull/9111#issuecomment-148156305 Ok, I updated it to use a regex --- 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

[GitHub] spark pull request: [SPARK-11094] Strip extra strings from Java ve...

2015-10-13 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9111#issuecomment-147937294 Can one of the admins verify this patch? --- 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

[GitHub] spark pull request: [SPARK-11094] Strip extra strings from Java ve...

2015-10-13 Thread jodersky
GitHub user jodersky opened a pull request: https://github.com/apache/spark/pull/9111 [SPARK-11094] Strip extra strings from Java version in test runner Removes any extra strings from the Java version, fixing subsequent integer parsing. This is required since some OpenJDK