spark git commit: [SPARK-7033] [SPARKR] Clean usage of split. Use partition instead where applicable.

2015-04-24 Thread shivaram
Repository: spark Updated Branches: refs/heads/master 6e57d57b3 - ebb77b2af [SPARK-7033] [SPARKR] Clean usage of split. Use partition instead where applicable. Author: Sun Rui rui@intel.com Closes #5628 from sun-rui/SPARK-7033 and squashes the following commits: 046bc9e [Sun Rui] Clean

spark git commit: [SPARK-7115] [MLLIB] skip the very first 1 in poly expansion

2015-04-24 Thread meng
Repository: spark Updated Branches: refs/heads/master 8509519d8 - 78b39c7e0 [SPARK-7115] [MLLIB] skip the very first 1 in poly expansion yinxusen Author: Xiangrui Meng m...@databricks.com Closes #5681 from mengxr/SPARK-7115 and squashes the following commits: 9ac27cd [Xiangrui Meng] skip

spark git commit: [SPARK-6528] [ML] Add IDF transformer

2015-04-24 Thread meng
Repository: spark Updated Branches: refs/heads/master 78b39c7e0 - 6e57d57b3 [SPARK-6528] [ML] Add IDF transformer See [SPARK-6528](https://issues.apache.org/jira/browse/SPARK-6528). Add IDF transformer in ML package. Author: Xusen Yin yinxu...@gmail.com Closes #5266 from

spark git commit: [PySpark][Minor] Update sql example, so that can read file correctly

2015-04-24 Thread rxin
Repository: spark Updated Branches: refs/heads/master 438859eb7 - d874f8b54 [PySpark][Minor] Update sql example, so that can read file correctly To run Spark, default will read file from HDFS if we don't set the schema. Author: linweizhong linweizh...@huawei.com Closes #5684 from

spark git commit: [SPARK-7136][Docs] Spark SQL and DataFrame Guide fix example file and paths

2015-04-24 Thread rxin
Repository: spark Updated Branches: refs/heads/master d874f8b54 - 59b7cfc41 [SPARK-7136][Docs] Spark SQL and DataFrame Guide fix example file and paths Changes example file for Generic Load/Save Functions to users.parquet rather than people.parquet which doesn't exist unless a later example

spark git commit: [SPARK-5894] [ML] Add polynomial mapper

2015-04-24 Thread meng
Repository: spark Updated Branches: refs/heads/master 4c722d77a - 8509519d8 [SPARK-5894] [ML] Add polynomial mapper See [SPARK-5894](https://issues.apache.org/jira/browse/SPARK-5894). Author: Xusen Yin yinxu...@gmail.com Author: Xiangrui Meng m...@databricks.com Closes #5245 from

spark git commit: [SPARK-6852] [SPARKR] Accept numeric as numPartitions in SparkR.

2015-04-24 Thread shivaram
Repository: spark Updated Branches: refs/heads/master ebb77b2af - caf0136ec [SPARK-6852] [SPARKR] Accept numeric as numPartitions in SparkR. Author: Sun Rui rui@intel.com Closes #5613 from sun-rui/SPARK-6852 and squashes the following commits: abaf02e [Sun Rui] Change the type of

spark git commit: [SPARK-6122] [CORE] Upgrade tachyon-client version to 0.6.3

2015-04-24 Thread srowen
Repository: spark Updated Branches: refs/heads/master caf0136ec - 438859eb7 [SPARK-6122] [CORE] Upgrade tachyon-client version to 0.6.3 This is a reopening of #4867. A short summary of the issues resolved from the previous PR: 1. HTTPClient version mismatch: Selenium (used for UI tests)