[GitHub] spark pull request: python3 compatibility for launching ec2 m3 ins...

2015-11-18 Thread mortada
Github user mortada commented on the pull request: https://github.com/apache/spark/pull/9797#issuecomment-157912292 @JoshRosen sure I just created a JIRA ticket here: https://issues.apache.org/jira/browse/SPARK-11837 --- If your project is set up for it, you can reply to this email

[GitHub] spark pull request: python3 compatibility for launching ec2 m3 ins...

2015-11-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9797#issuecomment-157877855 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

[GitHub] spark pull request: python3 compatibility for launching ec2 m3 ins...

2015-11-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9797#issuecomment-157877858 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/4

[GitHub] spark pull request: python3 compatibility for launching ec2 m3 ins...

2015-11-18 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9797#issuecomment-157877686 **[Test build #46234 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/46234/consoleFull)** for PR 9797 at commit [`84dc123`](https://git

[GitHub] spark pull request: python3 compatibility for launching ec2 m3 ins...

2015-11-18 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9797#issuecomment-157836073 **[Test build #46234 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/46234/consoleFull)** for PR 9797 at commit [`84dc123`](https://gith

[GitHub] spark pull request: python3 compatibility for launching ec2 m3 ins...

2015-11-18 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/9797#issuecomment-157832435 Jenkins, this is ok to test. --- 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 h

[GitHub] spark pull request: python3 compatibility for launching ec2 m3 ins...

2015-11-18 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/9797#issuecomment-157832408 Would you mind filing a JIRA to track this bug? https://issues.apache.org/jira/browse/SPARK --- If your project is set up for it, you can reply to this email and have

[GitHub] spark pull request: python3 compatibility for launching ec2 m3 ins...

2015-11-17 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9797#issuecomment-157630979 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 pr

[GitHub] spark pull request: python3 compatibility for launching ec2 m3 ins...

2015-11-17 Thread mortada
GitHub user mortada opened a pull request: https://github.com/apache/spark/pull/9797 python3 compatibility for launching ec2 m3 instances this currently breaks for python3 because `string` module doesn't have `letters` anymore, instead `ascii_letters` should be used You can merge