git commit: [SPARK-3395] [SQL] DSL sometimes incorrectly reuses attribute ids, breaking queries

2014-09-10 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 25b5b867d - b734ed0c2 [SPARK-3395] [SQL] DSL sometimes incorrectly reuses attribute ids, breaking queries This resolves https://issues.apache.org/jira/browse/SPARK-3395 Author: Eric Liang e...@google.com Closes #2266 from

git commit: [SPARK-3286] - Cannot view ApplicationMaster UI when Yarn’s url scheme i...

2014-09-10 Thread tgraves
Repository: spark Updated Branches: refs/heads/master b734ed0c2 - 6f7a76838 [SPARK-3286] - Cannot view ApplicationMaster UI when Yarn’s url scheme i... ...s https Author: Benoy Antony be...@apache.org Closes #2276 from benoyantony/SPARK-3286 and squashes the following commits: c3d51ee

git commit: [SPARK-3362][SQL] Fix resolution for casewhen with nulls.

2014-09-10 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 6f7a76838 - a0283300c [SPARK-3362][SQL] Fix resolution for casewhen with nulls. Current implementation will ignore else val type. Author: Daoyuan Wang daoyuan.w...@intel.com Closes #2245 from adrian-wang/casewhenbug and squashes the

git commit: [SPARK-3363][SQL] Type Coercion should promote null to all other types.

2014-09-10 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master a0283300c - f0c87dc86 [SPARK-3363][SQL] Type Coercion should promote null to all other types. Type Coercion should support every type to have null value Author: Daoyuan Wang daoyuan.w...@intel.com Author: Michael Armbrust

git commit: [HOTFIX] Fix scala style issue introduced by #2276.

2014-09-10 Thread joshrosen
Repository: spark Updated Branches: refs/heads/master f0c87dc86 - 26503fdf2 [HOTFIX] Fix scala style issue introduced by #2276. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/26503fdf Tree:

git commit: SPARK-1713. Use a thread pool for launching executors.

2014-09-10 Thread tgraves
Repository: spark Updated Branches: refs/heads/master 26503fdf2 - 1f4a648d4 SPARK-1713. Use a thread pool for launching executors. This patch copies the approach used in the MapReduce application master for launching containers. Author: Sandy Ryza sa...@cloudera.com Closes #663 from

git commit: [SPARK-2096][SQL] Correctly parse dot notations

2014-09-10 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 1f4a648d4 - e4f4886d7 [SPARK-2096][SQL] Correctly parse dot notations First let me write down the current `projections` grammar of spark sql: expression: orExpression orExpression : andExpression {or

git commit: [SPARK-3411] Improve load-balancing of concurrently-submitted drivers across workers

2014-09-10 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master e4f4886d7 - 558962a83 [SPARK-3411] Improve load-balancing of concurrently-submitted drivers across workers If the waiting driver array is too big, the drivers in it will be dispatched to the first worker we get(if it has enough

Git Push Summary

2014-09-10 Thread pwendell
Repository: spark Updated Tags: refs/tags/v1.1.0 [created] 2f9b2bd78 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

git commit: [SPARK-2207][SPARK-3272][MLLib]Add minimum information gain and minimum instances per node as training parameters for decision tree.

2014-09-10 Thread meng
Repository: spark Updated Branches: refs/heads/master 558962a83 - 79cdb9b64 [SPARK-2207][SPARK-3272][MLLib]Add minimum information gain and minimum instances per node as training parameters for decision tree. These two parameters can act as early stop rules to do pre-pruning. When a split

git commit: [SQL] Add test case with workaround for reading partitioned Avro files

2014-09-10 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 79cdb9b64 - 84e2c8bfe [SQL] Add test case with workaround for reading partitioned Avro files In order to read from partitioned Avro files we need to also set the `SERDEPROPERTIES` since `TBLPROPERTIES` are not passed to the

svn commit: r1624195 - /spark/site/docs/1.1.0/css/bootstrap.min.css

2014-09-10 Thread pwendell
Author: pwendell Date: Thu Sep 11 05:17:16 2014 New Revision: 1624195 URL: http://svn.apache.org/r1624195 Log: Changing nav color on 1.1.0 docs Modified: spark/site/docs/1.1.0/css/bootstrap.min.css Modified: spark/site/docs/1.1.0/css/bootstrap.min.css URL: