git commit: [SPARK-2306]:BoundedPriorityQueue is private and not registered with Kry...

2014-07-04 Thread rxin
Repository: spark Updated Branches: refs/heads/master 9d006c973 -> 42f3abd52 [SPARK-2306]:BoundedPriorityQueue is private and not registered with Kry... Due to the non registration of BoundedPriorityQueue with kryoserializer, operations which are dependend on BoundedPriorityQueue are giving

git commit: [SPARK-2370][SQL] Decrease metadata retrieved for partitioned hive queries.

2014-07-04 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.0 d9b5a8e2f -> b77715a5b [SPARK-2370][SQL] Decrease metadata retrieved for partitioned hive queries. Author: Michael Armbrust Closes #1305 from marmbrus/usePrunerPartitions and squashes the following commits: 744aa20 [Michael Armbrust

git commit: [SPARK-2370][SQL] Decrease metadata retrieved for partitioned hive queries.

2014-07-04 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.0-jdbc 55c427a92 -> f5f37b2ec [SPARK-2370][SQL] Decrease metadata retrieved for partitioned hive queries. Author: Michael Armbrust Closes #1305 from marmbrus/usePrunerPartitions and squashes the following commits: 744aa20 [Michael Arm

git commit: [SPARK-2370][SQL] Decrease metadata retrieved for partitioned hive queries.

2014-07-04 Thread rxin
Repository: spark Updated Branches: refs/heads/master 0db5d5a22 -> 9d006c973 [SPARK-2370][SQL] Decrease metadata retrieved for partitioned hive queries. Author: Michael Armbrust Closes #1305 from marmbrus/usePrunerPartitions and squashes the following commits: 744aa20 [Michael Armbrust] Us

git commit: Added SignalLogger to HistoryServer.

2014-07-04 Thread rxin
Repository: spark Updated Branches: refs/heads/master fc7165893 -> 0db5d5a22 Added SignalLogger to HistoryServer. This was omitted in #1260. @aarondav Author: Reynold Xin Closes #1300 from rxin/historyServer and squashes the following commits: af720a3 [Reynold Xin] Added SignalLogger to Hi

git commit: [maven-release-plugin] prepare release v1.0.1-rc2

2014-07-04 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.0 d9cec4ec6 -> 7d1043c99 [maven-release-plugin] prepare release v1.0.1-rc2 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/7d1043c9 Tree: http://git-wip-us.apache.org

Git Push Summary

2014-07-04 Thread pwendell
Repository: spark Updated Tags: refs/tags/v1.0.1-rc2 [created] 9c4493512

git commit: [maven-release-plugin] prepare for next development iteration

2014-07-04 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.0 7d1043c99 -> d9b5a8e2f [maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/d9b5a8e2 Tree: http://git-wip-u

git commit: Updating CHANGES.txt file

2014-07-04 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.0 fb2fe808c -> d9cec4ec6 Updating CHANGES.txt file Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/d9cec4ec Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/d9

git commit: HOTFIX: Merge issue with cf1d46e4.

2014-07-04 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.0 354a62739 -> fb2fe808c HOTFIX: Merge issue with cf1d46e4. The tests in that patch used a newer constructor for TaskInfo. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/c

git commit: HOTFIX: Clean before building docs during release.

2014-07-04 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 5dadda864 -> fc7165893 HOTFIX: Clean before building docs during release. If the docs are built after a Maven build has finished the intermediate state somehow causes a compiler bug during sbt compilation. This just does a clean before atte

git commit: [SPARK-2234][SQL]Spark SQL basicOperators add Except operator

2014-07-04 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master b3e768e15 -> 5dadda864 [SPARK-2234][SQL]Spark SQL basicOperators add Except operator Hi all, I want to submit a Except operator in basicOperators.scala In SQL case.SQL support two table do except operator. select * from table1 except selec

git commit: [SPARK-2059][SQL] Add analysis checks

2014-07-04 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.0 dc73ee13c -> 354a62739 [SPARK-2059][SQL] Add analysis checks This replaces #1263 with a test case. Author: Reynold Xin Author: Michael Armbrust Closes #1265 from rxin/sql-analysis-error and squashes the following commits: a639e01 [

git commit: [SPARK-2059][SQL] Add analysis checks

2014-07-04 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.0-jdbc 519167524 -> 55c427a92 [SPARK-2059][SQL] Add analysis checks This replaces #1263 with a test case. Author: Reynold Xin Author: Michael Armbrust Closes #1265 from rxin/sql-analysis-error and squashes the following commits: a639

git commit: [SPARK-2059][SQL] Add analysis checks

2014-07-04 Thread rxin
Repository: spark Updated Branches: refs/heads/master 0bbe61223 -> b3e768e15 [SPARK-2059][SQL] Add analysis checks This replaces #1263 with a test case. Author: Reynold Xin Author: Michael Armbrust Closes #1265 from rxin/sql-analysis-error and squashes the following commits: a639e01 [Reyn

git commit: Update SQLConf.scala

2014-07-04 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.0-jdbc e23656960 -> 519167524 Update SQLConf.scala use concurrent.ConcurrentHashMap instead of util.Collections.synchronizedMap Author: baishuo(白硕) Closes #1272 from baishuo/master and squashes the following commits: 51ec55d [bais

git commit: Update SQLConf.scala

2014-07-04 Thread rxin
Repository: spark Updated Branches: refs/heads/master d43415075 -> 0bbe61223 Update SQLConf.scala use concurrent.ConcurrentHashMap instead of util.Collections.synchronizedMap Author: baishuo(白硕) Closes #1272 from baishuo/master and squashes the following commits: 51ec55d [baishuo(白ç¡

git commit: Update SQLConf.scala

2014-07-04 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.0 6e0b7e530 -> dc73ee13c Update SQLConf.scala use concurrent.ConcurrentHashMap instead of util.Collections.synchronizedMap Author: baishuo(白硕) Closes #1272 from baishuo/master and squashes the following commits: 51ec55d [baishuo(ç

git commit: [SPARK-1199][REPL] Remove VALId and use the original import style for defined classes.

2014-07-04 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.0 5c43758fb -> 6e0b7e530 [SPARK-1199][REPL] Remove VALId and use the original import style for defined classes. This is an alternate solution to #1176. Author: Prashant Sharma Closes #1179 from ScrapCodes/SPARK-1199/repl-fix-second-ap

git commit: [SPARK-1199][REPL] Remove VALId and use the original import style for defined classes.

2014-07-04 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 544880457 -> d43415075 [SPARK-1199][REPL] Remove VALId and use the original import style for defined classes. This is an alternate solution to #1176. Author: Prashant Sharma Closes #1179 from ScrapCodes/SPARK-1199/repl-fix-second-approa