git commit: [SPARK-1508][SQL] Add SQLConf to SQLContext.

2014-06-10 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.0 5a79ba13e - d5da81cdd [SPARK-1508][SQL] Add SQLConf to SQLContext. This PR (1) introduces a new class SQLConf that stores key-value properties for a SQLContext (2) clean up the semantics of various forms of SET commands. The SQLConf

git commit: Moved hiveOperators.scala to the right package folder

2014-06-10 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 08ed9ad81 - a9a461c59 Moved hiveOperators.scala to the right package folder The package is `org.apache.spark.sql.hive.execution`, while the file was placed under `sql/hive/src/main/scala/org/apache/spark/sql/hive/`. Author: Cheng Lian

git commit: [SPARK-1978] In some cases, spark-yarn does not automatically restart the failed container

2014-06-10 Thread tgraves
Repository: spark Updated Branches: refs/heads/master a9a461c59 - 884ca718b [SPARK-1978] In some cases, spark-yarn does not automatically restart the failed container Author: witgo wi...@qq.com Closes #921 from witgo/allocateExecutors and squashes the following commits: bc3aa66 [witgo]

git commit: [SPARK-2076][SQL] Pushdown the join filter predication for outer join

2014-06-10 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 884ca718b - db0c038a6 [SPARK-2076][SQL] Pushdown the join filter predication for outer join As the rule described in https://cwiki.apache.org/confluence/display/Hive/OuterJoinBehavior, we can optimize the SQL Join by pushing down the

git commit: HOTFIX: Fix Python tests on Jenkins.

2014-06-10 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.0 35894af8c - 1d9b7651e HOTFIX: Fix Python tests on Jenkins. Author: Patrick Wendell pwend...@gmail.com Closes #1036 from pwendell/jenkins-test and squashes the following commits: 9c99856 [Patrick Wendell] Better output during tests

git commit: HOTFIX: Increase time limit for Bagel test

2014-06-10 Thread pwendell
Repository: spark Updated Branches: refs/heads/master fb499be1a - 55a0e87ee HOTFIX: Increase time limit for Bagel test The test was timing out on some slow EC2 workers. Author: Ankur Dave ankurd...@gmail.com Closes #1037 from ankurdave/bagel-test-time-limit and squashes the following

git commit: HOTFIX: Increase time limit for Bagel test

2014-06-10 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.0 1d9b7651e - 5bc186dc7 HOTFIX: Increase time limit for Bagel test The test was timing out on some slow EC2 workers. Author: Ankur Dave ankurd...@gmail.com Closes #1037 from ankurdave/bagel-test-time-limit and squashes the following

git commit: [SPARK-1998] SparkFlumeEvent with body bigger than 1020 bytes are not re...

2014-06-10 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.0 86c4a79dc - ac8c27bdf [SPARK-1998] SparkFlumeEvent with body bigger than 1020 bytes are not re... flume event sent to Spark will fail if the body is too large and numHeaders is greater than zero Author: joyyoj suns...@gmail.com

git commit: [SPARK-1998] SparkFlumeEvent with body bigger than 1020 bytes are not re...

2014-06-10 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 1abbde0e8 - 296604430 [SPARK-1998] SparkFlumeEvent with body bigger than 1020 bytes are not re... flume event sent to Spark will fail if the body is too large and numHeaders is greater than zero Author: joyyoj suns...@gmail.com Closes

git commit: [SPARK-1940] Enabling rolling of executor logs, and automatic cleanup of old executor logs

2014-06-10 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 296604430 - 4823bf470 [SPARK-1940] Enabling rolling of executor logs, and automatic cleanup of old executor logs Currently, in the default log4j configuration, all the executor logs get sent to the file

git commit: Resolve scalatest warnings during build

2014-06-10 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 4823bf470 - c48b6222e Resolve scalatest warnings during build Author: witgo wi...@qq.com Closes #1032 from witgo/ShouldMatchers and squashes the following commits: 7ebf34c [witgo] Resolve scalatest warnings during build Project:

git commit: [SPARK-2065] give launched instances names

2014-06-10 Thread rxin
Repository: spark Updated Branches: refs/heads/master c48b6222e - a2052a44f [SPARK-2065] give launched instances names This update resolves [SPARK-2065](https://issues.apache.org/jira/browse/SPARK-2065). It gives launched EC2 instances descriptive names by using instance tags. Launched

git commit: HOTFIX: clear() configs in SQLConf-related unit tests.

2014-06-10 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master a2052a44f - 601032f5b HOTFIX: clear() configs in SQLConf-related unit tests. Thanks goes to @liancheng, who pointed out that `sql/test-only *.SQLConfSuite *.SQLQuerySuite` passed but `sql/test-only *.SQLQuerySuite *.SQLConfSuite` failed.

git commit: HOTFIX: clear() configs in SQLConf-related unit tests.

2014-06-10 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.0 ac8c27bdf - 2cdce7cf3 HOTFIX: clear() configs in SQLConf-related unit tests. Thanks goes to @liancheng, who pointed out that `sql/test-only *.SQLConfSuite *.SQLQuerySuite` passed but `sql/test-only *.SQLQuerySuite *.SQLConfSuite`