git commit: [HOTFIX] [SPARK-3400] Revert 9b225ac fix GraphX EdgeRDD zipPartitions

2014-09-04 Thread ankurdave
Repository: spark Updated Branches: refs/heads/branch-1.1 f41c45a75 - 8c40ab5c0 [HOTFIX] [SPARK-3400] Revert 9b225ac fix GraphX EdgeRDD zipPartitions 9b225ac3072de522b40b46aba6df1f1c231f13ef has been causing GraphX tests to fail nondeterministically, which is blocking development for others.

git commit: [HOTFIX] [SPARK-3400] Revert 9b225ac fix GraphX EdgeRDD zipPartitions

2014-09-04 Thread ankurdave
Repository: spark Updated Branches: refs/heads/master 1bed0a386 - 00362dac9 [HOTFIX] [SPARK-3400] Revert 9b225ac fix GraphX EdgeRDD zipPartitions 9b225ac3072de522b40b46aba6df1f1c231f13ef has been causing GraphX tests to fail nondeterministically, which is blocking development for others.

git commit: [HOTFIX] [SPARK-3400] Revert 9b225ac fix GraphX EdgeRDD zipPartitions

2014-09-04 Thread ankurdave
Repository: spark Updated Branches: refs/heads/branch-1.0 8dd7690e2 - 4d3ab2925 [HOTFIX] [SPARK-3400] Revert 9b225ac fix GraphX EdgeRDD zipPartitions 9b225ac3072de522b40b46aba6df1f1c231f13ef has been causing GraphX tests to fail nondeterministically, which is blocking development for others.

git commit: [SPARK-3401][PySpark] Wrong usage of tee command in python/run-tests

2014-09-04 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.1 8c40ab5c0 - dbf812022 [SPARK-3401][PySpark] Wrong usage of tee command in python/run-tests Author: Kousuke Saruta saru...@oss.nttdata.co.jp Closes #2272 from sarutak/SPARK-3401 and squashes the following commits: 2b35a59 [Kousuke

git commit: [SPARK-3378] [DOCS] Replace the word SparkSQL with right word Spark SQL

2014-09-04 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 4feb46c5f - dc1ba9e9f [SPARK-3378] [DOCS] Replace the word SparkSQL with right word Spark SQL Author: Kousuke Saruta saru...@oss.nttdata.co.jp Closes #2251 from sarutak/SPARK-3378 and squashes the following commits: 0bfe234 [Kousuke

git commit: Manually close old PR

2014-09-04 Thread matei
Repository: spark Updated Branches: refs/heads/master dc1ba9e9f - 0fdf2f5a1 Manually close old PR Closes #1588 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/0fdf2f5a Tree:

git commit: Manually close old PR

2014-09-04 Thread matei
Repository: spark Updated Branches: refs/heads/master 0fdf2f5a1 - 90b17a70c Manually close old PR Closes #544 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/90b17a70 Tree:

git commit: [SPARK-3310][SQL] Directly use currentTable without unnecessary implicit conversion

2014-09-04 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 90b17a70c - 3eb6ef316 [SPARK-3310][SQL] Directly use currentTable without unnecessary implicit conversion We can directly use currentTable there without unnecessary implicit conversion. Author: Liang-Chi Hsieh vii...@gmail.com Closes

git commit: [SPARK-2219][SQL] Added support for the add jar command

2014-09-04 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 3eb6ef316 - ee575f12f [SPARK-2219][SQL] Added support for the add jar command Adds logical and physical command classes for the add jar command. Note that this PR conflicts with and should be merged after #2215. Author: Cheng Lian

git commit: [SPARK-3392] [SQL] Show value spark.sql.shuffle.partitions for mapred.reduce.tasks

2014-09-04 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master ee575f12f - 1904bac38 [SPARK-3392] [SQL] Show value spark.sql.shuffle.partitions for mapred.reduce.tasks This is a tiny fix for getting the value of mapred.reduce.tasks, which make more sense for the hive user. As well as the command set