[2/2] spark git commit: [SPARK-5867] [SPARK-5892] [doc] [ml] [mllib] Doc cleanups for 1.3 release

2015-02-20 Thread meng
[SPARK-5867] [SPARK-5892] [doc] [ml] [mllib] Doc cleanups for 1.3 release For SPARK-5867: * The spark.ml programming guide needs to be updated to use the new SQL DataFrame API instead of the old SchemaRDD API. * It should also include Python examples now. For SPARK-5892: * Fix Python docs *

[1/2] spark git commit: [SPARK-5867] [SPARK-5892] [doc] [ml] [mllib] Doc cleanups for 1.3 release

2015-02-20 Thread meng
Repository: spark Updated Branches: refs/heads/branch-1.3 0382dcc0a - 8c12f3114 http://git-wip-us.apache.org/repos/asf/spark/blob/8c12f311/examples/src/main/java/org/apache/spark/examples/ml/JavaSimpleTextClassificationPipeline.java

spark git commit: SPARK-5744 [CORE] Take 2. RDD.isEmpty / take fails for (empty) RDD of Nothing

2015-02-20 Thread srowen
Repository: spark Updated Branches: refs/heads/master 70bfb5c72 - d3dfebebc SPARK-5744 [CORE] Take 2. RDD.isEmpty / take fails for (empty) RDD of Nothing Follow-on to https://github.com/apache/spark/pull/4591 Document isEmpty / take / parallelize and their interaction with (an empty)

spark git commit: [SPARK-5909][SQL] Add a clearCache command to Spark SQL's cache manager

2015-02-20 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.3 913562ae7 - b9a6c5c84 [SPARK-5909][SQL] Add a clearCache command to Spark SQL's cache manager JIRA: https://issues.apache.org/jira/browse/SPARK-5909 Author: Yin Huai yh...@databricks.com Closes #4694 from yhuai/clearCache and

spark git commit: [SPARK-5898] [SPARK-5896] [SQL] [PySpark] create DataFrame from pandas and tuple/list

2015-02-20 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.3 8c12f3114 - 913562ae7 [SPARK-5898] [SPARK-5896] [SQL] [PySpark] create DataFrame from pandas and tuple/list Fix createDataFrame() from pandas DataFrame (not tested by jenkins, depends on SPARK-5693). It also support to create