[GitHub] spark pull request: SPARK-1004. PySpark on YARN

2014-03-08 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/30#issuecomment-37109537 @sryza another thing here is, whatever the make target ends up being we should add it to the `make_release` script and the `make-distribution` script (those two need to be

[GitHub] spark pull request: SPARK-1004. PySpark on YARN

2014-03-08 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/30#issuecomment-37108992 I left a few minor comments in the diff, but overall this looks good to me. It might be worth adding build/run instructions in either the PySpark Programming Guid

[GitHub] spark pull request: SPARK-1004. PySpark on YARN

2014-03-08 Thread JoshRosen
Github user JoshRosen commented on a diff in the pull request: https://github.com/apache/spark/pull/30#discussion_r10410991 --- Diff: python/pyspark/java_gateway.py --- @@ -15,6 +15,7 @@ # limitations under the License. # +from glob import glob --- End diff -

[GitHub] spark pull request: SPARK-1004. PySpark on YARN

2014-03-08 Thread JoshRosen
Github user JoshRosen commented on a diff in the pull request: https://github.com/apache/spark/pull/30#discussion_r10410987 --- Diff: python/pyspark/java_gateway.py --- @@ -66,3 +71,30 @@ def run(self): java_import(gateway.jvm, "org.apache.spark.mllib.api.python.*")

[GitHub] spark pull request: SPARK-1004. PySpark on YARN

2014-03-08 Thread JoshRosen
Github user JoshRosen commented on a diff in the pull request: https://github.com/apache/spark/pull/30#discussion_r10410971 --- Diff: python/pyspark/java_gateway.py --- @@ -66,3 +71,30 @@ def run(self): java_import(gateway.jvm, "org.apache.spark.mllib.api.python.*")

[GitHub] spark pull request: SPARK-1004. PySpark on YARN

2014-03-08 Thread JoshRosen
Github user JoshRosen commented on a diff in the pull request: https://github.com/apache/spark/pull/30#discussion_r10410942 --- Diff: python/Makefile --- @@ -0,0 +1,7 @@ +assembly: clean + python setup.py build --build-lib build/lib + unzip lib/py4j*.zip -d build/lib

[GitHub] spark pull request: SPARK-1004. PySpark on YARN

2014-03-08 Thread JoshRosen
Github user JoshRosen commented on a diff in the pull request: https://github.com/apache/spark/pull/30#discussion_r10410916 --- Diff: sbin/spark-config.sh --- @@ -34,3 +34,6 @@ this="$config_bin/$script" export SPARK_PREFIX=`dirname "$this"`/.. export SPARK_HOME=${SPARK_PR

[GitHub] spark pull request: SPARK-1004. PySpark on YARN

2014-03-07 Thread ahirreddy
Github user ahirreddy commented on a diff in the pull request: https://github.com/apache/spark/pull/30#discussion_r10403945 --- Diff: python/Makefile --- @@ -0,0 +1,7 @@ +assembly: clean + python setup.py build --build-lib build/lib + unzip lib/py4j*.zip -d build/lib

[GitHub] spark pull request: SPARK-1004. PySpark on YARN

2014-03-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/30#issuecomment-36958876 Merged build finished. --- 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 t

[GitHub] spark pull request: SPARK-1004. PySpark on YARN

2014-03-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/30#issuecomment-36958877 All automated tests passed. Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/13030/ --- If your project i

[GitHub] spark pull request: SPARK-1004. PySpark on YARN

2014-03-06 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/30#issuecomment-36957701 Ah okay works fine when I do that. Sorry about that. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If you

[GitHub] spark pull request: SPARK-1004. PySpark on YARN

2014-03-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/30#issuecomment-36955199 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 th

[GitHub] spark pull request: SPARK-1004. PySpark on YARN

2014-03-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/30#issuecomment-36955197 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

[GitHub] spark pull request: SPARK-1004. PySpark on YARN

2014-03-06 Thread sryza
Github user sryza commented on the pull request: https://github.com/apache/spark/pull/30#issuecomment-36953787 Updated to 1.0.0 and removed incubating --- 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 n

[GitHub] spark pull request: SPARK-1004. PySpark on YARN

2014-03-06 Thread sryza
Github user sryza commented on the pull request: https://github.com/apache/spark/pull/30#issuecomment-36953590 You need to run make inside the python directory first. Did you do that? (This obviously needs to be documented). --- If your project is set up for it, you can reply to th

[GitHub] spark pull request: SPARK-1004. PySpark on YARN

2014-03-06 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/30#issuecomment-36953290 Hey @sryza I tested this using a local standalone cluster and it didn't seem to work. The executors failed when they were asked to launch pyspark: ``` 14/03/06

[GitHub] spark pull request: SPARK-1004. PySpark on YARN

2014-03-06 Thread pwendell
Github user pwendell commented on a diff in the pull request: https://github.com/apache/spark/pull/30#discussion_r10367892 --- Diff: sbin/spark-config.sh --- @@ -34,3 +34,6 @@ this="$config_bin/$script" export SPARK_PREFIX=`dirname "$this"`/.. export SPARK_HOME=${SPARK_PRE

[GitHub] spark pull request: SPARK-1004. PySpark on YARN

2014-03-06 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/30#issuecomment-36951182 Hey @JoshRosen mind taking a look at this I think @sryza has tested it on YARN. But personally don't know enough about python packaging to look it over with confidence.

[GitHub] spark pull request: SPARK-1004. PySpark on YARN

2014-03-06 Thread pwendell
Github user pwendell commented on a diff in the pull request: https://github.com/apache/spark/pull/30#discussion_r10366986 --- Diff: python/setup.py --- @@ -0,0 +1,30 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agree

[GitHub] spark pull request: SPARK-1004. PySpark on YARN

2014-02-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/30#issuecomment-36226245 Merged build finished. --- 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 t

[GitHub] spark pull request: SPARK-1004. PySpark on YARN

2014-02-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/30#issuecomment-36226247 All automated tests passed. Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/12913/ --- If your project i

[GitHub] spark pull request: SPARK-1004. PySpark on YARN

2014-02-27 Thread jyotiska
Github user jyotiska commented on a diff in the pull request: https://github.com/apache/spark/pull/30#discussion_r10117264 --- Diff: python/setup.py --- @@ -0,0 +1,30 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agree

[GitHub] spark pull request: SPARK-1004. PySpark on YARN

2014-02-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/30#issuecomment-36223976 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

[GitHub] spark pull request: SPARK-1004. PySpark on YARN

2014-02-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/30#issuecomment-36223993 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

[GitHub] spark pull request: SPARK-1004. PySpark on YARN

2014-02-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/30#issuecomment-36223978 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 th

[GitHub] spark pull request: SPARK-1004. PySpark on YARN

2014-02-27 Thread sryza
GitHub user sryza opened a pull request: https://github.com/apache/spark/pull/30 SPARK-1004. PySpark on YARN This reopens https://github.com/apache/incubator-spark/pull/640 against the new repo You can merge this pull request into a Git repository by running: $ git pull https