git commit: [SPARK-3597][Mesos] Implement `killTask`.

2014-10-05 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master cf1d32e3e - 32fad4233 [SPARK-3597][Mesos] Implement `killTask`. The MesosSchedulerBackend did not previously implement `killTask`, resulting in an exception. Author: Brenden Matthews bren...@diddyinc.com Closes #2453 from

git commit: [SPARK-3597][Mesos] Implement `killTask`.

2014-10-05 Thread andrewor14
Repository: spark Updated Branches: refs/heads/branch-1.1 e4ddedee6 - d9cf4d08a [SPARK-3597][Mesos] Implement `killTask`. The MesosSchedulerBackend did not previously implement `killTask`, resulting in an exception. Author: Brenden Matthews bren...@diddyinc.com Closes #2453 from

git commit: SPARK-1656: Fix potential resource leaks

2014-10-05 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master 32fad4233 - a7c73130f SPARK-1656: Fix potential resource leaks JIRA: https://issues.apache.org/jira/browse/SPARK-1656 Author: zsxwing zsxw...@gmail.com Closes #577 from zsxwing/SPARK-1656 and squashes the following commits: c431095

git commit: SPARK-1656: Fix potential resource leaks

2014-10-05 Thread andrewor14
Repository: spark Updated Branches: refs/heads/branch-1.1 d9cf4d08a - c068d9084 SPARK-1656: Fix potential resource leaks JIRA: https://issues.apache.org/jira/browse/SPARK-1656 Author: zsxwing zsxw...@gmail.com Closes #577 from zsxwing/SPARK-1656 and squashes the following commits: c431095

git commit: [SPARK-3007][SQL] Fixes dynamic partitioning support for lower Hadoop versions

2014-10-05 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master a7c73130f - 1b97a941a [SPARK-3007][SQL] Fixes dynamic partitioning support for lower Hadoop versions This is a follow up of #2226 and #2616 to fix Jenkins master SBT build failures for lower Hadoop versions (1.0.x and 2.0.x). The root

git commit: HOTFIX: Fix unicode error in merge script.

2014-10-05 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 1b97a941a - e21e2 HOTFIX: Fix unicode error in merge script. The merge script builds up a big command array and sometimes this contains both unicode and ascii strings. This doesn't work if you try to join them into a single string.

git commit: [SPARK-3792][SQL] Enable JavaHiveQLSuite

2014-10-05 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 79b2108de - 58f5361ca [SPARK-3792][SQL] Enable JavaHiveQLSuite Do not use TestSQLContext in JavaHiveQLSuite, that may lead to two SparkContexts in one jvm and enable JavaHiveQLSuite Author: scwf wangf...@huawei.com Closes #2652 from

git commit: [SPARK-3792][SQL] Enable JavaHiveQLSuite

2014-10-05 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.1 c068d9084 - 964e3aa48 [SPARK-3792][SQL] Enable JavaHiveQLSuite Do not use TestSQLContext in JavaHiveQLSuite, that may lead to two SparkContexts in one jvm and enable JavaHiveQLSuite Author: scwf wangf...@huawei.com Closes #2652 from

git commit: [SPARK-3645][SQL] Makes table caching eager by default and adds syntax for lazy caching

2014-10-05 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 58f5361ca - 34b97a067 [SPARK-3645][SQL] Makes table caching eager by default and adds syntax for lazy caching Although lazy caching for in-memory table seems consistent with the `RDD.cache()` API, it's relatively confusing for users who

git commit: [SPARK-3776][SQL] Wrong conversion to Catalyst for Option[Product]

2014-10-05 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 34b97a067 - 90897ea5f [SPARK-3776][SQL] Wrong conversion to Catalyst for Option[Product] Author: Renat Yusupov re.yusu...@2gis.ru Closes #2641 from r3natko/feature/catalyst_option and squashes the following commits: 55d0c06 [Renat

git commit: SPARK-3794 [CORE] Building spark core fails due to inadvertent dependency on Commons IO

2014-10-05 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 90897ea5f - 8d22dbb5e SPARK-3794 [CORE] Building spark core fails due to inadvertent dependency on Commons IO Remove references to Commons IO FileUtils and replace with pure Java version, which doesn't need to traverse the whole

git commit: Rectify gereneric parameter names between SparkContext and AccumulablePa...

2014-10-05 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 8d22dbb5e - fd7b15539 Rectify gereneric parameter names between SparkContext and AccumulablePa... AccumulableParam gave its generic parameters as 'R, T', whereas SparkContext labeled them 'T, R'. Trivial, but really confusing. I

git commit: [SPARK-3765][Doc] Add test information to sbt build docs

2014-10-05 Thread pwendell
Repository: spark Updated Branches: refs/heads/master fd7b15539 - c9ae79fba [SPARK-3765][Doc] Add test information to sbt build docs Add testing with sbt to doc ```building-spark.md``` Author: scwf wangf...@huawei.com Closes #2629 from scwf/sbt-doc and squashes the following commits: