spark git commit: [SPARK-5790][GraphX]: VertexRDD's won't zip properly for `diff` capability (added tests)

2015-03-14 Thread srowen
Repository: spark Updated Branches: refs/heads/master 127268bc3 -> c49d15662 [SPARK-5790][GraphX]: VertexRDD's won't zip properly for `diff` capability (added tests) Added tests that maropu [created](https://github.com/maropu/spark/blob/1f64794b2ce33e64f340e383d4e8a60639a7eb4b/graphx/src/tes

spark git commit: [SPARK-6329][Docs]: Minor doc changes for Mesos and TOC

2015-03-14 Thread srowen
Repository: spark Updated Branches: refs/heads/master 5be6b0e4f -> 127268bc3 [SPARK-6329][Docs]: Minor doc changes for Mesos and TOC Updated the configuration docs from the minor items that Reynold had left over from SPARK-1182; specifically I updated the `running-on-mesos` link to point dir

spark git commit: [SPARK-6195] [SQL] Adds in-memory column type for fixed-precision decimals

2015-03-14 Thread lian
Repository: spark Updated Branches: refs/heads/master ee15404a2 -> 5be6b0e4f [SPARK-6195] [SQL] Adds in-memory column type for fixed-precision decimals This PR adds a specialized in-memory column type for fixed-precision decimals. For all other column types, a single integer column type ID is

spark git commit: [SPARK-1210] Prevent ContextClassLoader of Actor from becoming ClassLoader of Executo...

2015-03-14 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-0.9 6665df6b7 -> 2f03fc17c [SPARK-1210] Prevent ContextClassLoader of Actor from becoming ClassLoader of Executo... ...r. Constructor of `org.apache.spark.executor.Executor` should not set context class loader of current thread, which is

spark git commit: [SQL]Delete some dupliate code in HiveThriftServer2

2015-03-14 Thread srowen
Repository: spark Updated Branches: refs/heads/master b38e073fe -> ee15404a2 [SQL]Delete some dupliate code in HiveThriftServer2 Author: ArcherShao Author: ArcherShao Closes #5007 from ArcherShao/20150313 and squashes the following commits: ae422ae [ArcherShao] Updated 459efbd [ArcherShao]

spark git commit: [SPARK-6210] [SQL] use prettyString as column name in agg()

2015-03-14 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.3 301278126 -> ad4756321 [SPARK-6210] [SQL] use prettyString as column name in agg() use prettyString instead of toString() (which include id of expression) as column name in agg() Author: Davies Liu Closes #5006 from davies/prettystr

spark git commit: [SPARK-6210] [SQL] use prettyString as column name in agg()

2015-03-14 Thread rxin
Repository: spark Updated Branches: refs/heads/master e360d5e4a -> b38e073fe [SPARK-6210] [SQL] use prettyString as column name in agg() use prettyString instead of toString() (which include id of expression) as column name in agg() Author: Davies Liu Closes #5006 from davies/prettystring