git commit: SPARK-2712 - Add a small note to maven doc that mvn package must happen ...

2014-08-03 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.1 fb2a2079f - 1992175fd SPARK-2712 - Add a small note to maven doc that mvn package must happen ... Per request by Reynold adding small note about proper sequencing of build then test. Author: Stephen Boesch java...@gmail.com Closes

git commit: SPARK-2246: Add user-data option to EC2 scripts

2014-08-03 Thread pwendell
Repository: spark Updated Branches: refs/heads/master f8cd143b6 - a0bcbc159 SPARK-2246: Add user-data option to EC2 scripts Author: Allan Douglas R. de Oliveira al...@chaordicsystems.com Closes #1186 from douglaz/spark_ec2_user_data and squashes the following commits: 94a36f9 [Allan

git commit: SPARK-2246: Add user-data option to EC2 scripts

2014-08-03 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.1 1992175fd - 162fc9512 SPARK-2246: Add user-data option to EC2 scripts Author: Allan Douglas R. de Oliveira al...@chaordicsystems.com Closes #1186 from douglaz/spark_ec2_user_data and squashes the following commits: 94a36f9 [Allan

git commit: [SPARK-2197] [mllib] Java DecisionTree bug fix and easy-of-use

2014-08-03 Thread meng
Repository: spark Updated Branches: refs/heads/master a0bcbc159 - 2998e38a9 [SPARK-2197] [mllib] Java DecisionTree bug fix and easy-of-use Bug fix: Before, when an RDD was created in Java and passed to DecisionTree.train(), the fake class tag caused problems. * Fix: DecisionTree: Used new

git commit: [SPARK-2784][SQL] Deprecate hql() method in favor of a config option, 'spark.sql.dialect'

2014-08-03 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.1 eaa93555a - c5ed1deba [SPARK-2784][SQL] Deprecate hql() method in favor of a config option, 'spark.sql.dialect' Many users have reported being confused by the distinction between the `sql` and `hql` methods. Specifically, many users

git commit: [SPARK-2814][SQL] HiveThriftServer2 throws NPE when executing native commands

2014-08-03 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.1 c5ed1deba - 6ffdcc61f [SPARK-2814][SQL] HiveThriftServer2 throws NPE when executing native commands JIRA issue: [SPARK-2814](https://issues.apache.org/jira/browse/SPARK-2814) Author: Cheng Lian lian.cs@gmail.com Closes #1753 from

git commit: [SPARK-1740] [PySpark] kill the python worker

2014-08-03 Thread joshrosen
Repository: spark Updated Branches: refs/heads/master e139e2be6 - 55349f9fe [SPARK-1740] [PySpark] kill the python worker Kill only the python worker related to cancelled tasks. The daemon will start a background thread to monitor all the opened sockets for all workers. If the socket is

git commit: [SPARK-2810] upgrade to scala-maven-plugin 3.2.0

2014-08-03 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.1 a4cdb77e5 - 4784d24ea [SPARK-2810] upgrade to scala-maven-plugin 3.2.0 Needed for Scala 2.11 compiler-interface Signed-off-by: Anand Avati avatiredhat.com Author: Anand Avati av...@redhat.com Closes #1711 from

git commit: Fix some bugs with spaces in directory name.

2014-08-03 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.1 4784d24ea - 2152e24d6 Fix some bugs with spaces in directory name. Any time you use the directory name (`FWDIR`) it needs to be surrounded in quotes. If you're also using wildcards, you can safely put the quotes around just `$FWDIR`.