spark git commit: [SPARK-5943][Streaming] Update the test to use new API to reduce the warning

2015-02-23 Thread srowen
Repository: spark Updated Branches: refs/heads/master 934876741 - 757b14b86 [SPARK-5943][Streaming] Update the test to use new API to reduce the warning Author: Saisai Shao saisai.s...@intel.com Closes #4722 from jerryshao/SPARK-5943 and squashes the following commits: 1b01233 [Saisai Shao]

spark git commit: [SPARK-5943][Streaming] Update the test to use new API to reduce the warning

2015-02-23 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.3 f172387dd - 67b7f7929 [SPARK-5943][Streaming] Update the test to use new API to reduce the warning Author: Saisai Shao saisai.s...@intel.com Closes #4722 from jerryshao/SPARK-5943 and squashes the following commits: 1b01233 [Saisai

spark git commit: [SPARK-5724] fix the misconfiguration in AkkaUtils

2015-02-23 Thread srowen
Repository: spark Updated Branches: refs/heads/master 757b14b86 - 242d49584 [SPARK-5724] fix the misconfiguration in AkkaUtils https://issues.apache.org/jira/browse/SPARK-5724 In AkkaUtil, we set several failure detector related the parameters as following ``` al akkaConf =

spark git commit: [SPARK-5939][MLLib] make FPGrowth example app take parameters

2015-02-23 Thread meng
Repository: spark Updated Branches: refs/heads/branch-1.3 67b7f7929 - 33b908485 [SPARK-5939][MLLib] make FPGrowth example app take parameters Add parameter parsing in FPGrowth example app in Scala and Java And a sample data file is added in data/mllib folder Author: Jacky Li

spark git commit: [SPARK-5939][MLLib] make FPGrowth example app take parameters

2015-02-23 Thread meng
Repository: spark Updated Branches: refs/heads/master 242d49584 - 651a1c019 [SPARK-5939][MLLib] make FPGrowth example app take parameters Add parameter parsing in FPGrowth example app in Scala and Java And a sample data file is added in data/mllib folder Author: Jacky Li

spark git commit: [MLLIB] SPARK-5912 Programming guide for feature selection

2015-02-23 Thread jkbradley
Repository: spark Updated Branches: refs/heads/master 651a1c019 - 28ccf5ee7 [MLLIB] SPARK-5912 Programming guide for feature selection Added description of ChiSqSelector and few words about feature selection in general. I could add a code example, however it would not look reasonable in the

spark git commit: [MLLIB] SPARK-5912 Programming guide for feature selection

2015-02-23 Thread jkbradley
Repository: spark Updated Branches: refs/heads/branch-1.3 33b908485 - 8355773c3 [MLLIB] SPARK-5912 Programming guide for feature selection Added description of ChiSqSelector and few words about feature selection in general. I could add a code example, however it would not look reasonable in

spark git commit: [EXAMPLES] fix typo.

2015-02-23 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.3 4186dd3dd - f172387dd [EXAMPLES] fix typo. Author: Makoto Fukuhara fuku...@gmail.com Closes #4724 from fukuo33/fix-typo and squashes the following commits: 8c806b9 [Makoto Fukuhara] fix typo. (cherry picked from commit

spark git commit: [EXAMPLES] fix typo.

2015-02-23 Thread srowen
Repository: spark Updated Branches: refs/heads/master 95cd643aa - 934876741 [EXAMPLES] fix typo. Author: Makoto Fukuhara fuku...@gmail.com Closes #4724 from fukuo33/fix-typo and squashes the following commits: 8c806b9 [Makoto Fukuhara] fix typo. Project:

spark git commit: [SPARK-5935][SQL] Accept MapType in the schema provided to a JSON dataset.

2015-02-23 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.3 ae9704010 - 33ccad20e [SPARK-5935][SQL] Accept MapType in the schema provided to a JSON dataset. JIRA: https://issues.apache.org/jira/browse/SPARK-5935 Author: Yin Huai yh...@databricks.com Author: Yin Huai h...@cse.ohio-state.edu

spark git commit: [SPARK-5912] [docs] [mllib] Small fixes to ChiSqSelector docs

2015-02-23 Thread meng
Repository: spark Updated Branches: refs/heads/master 28ccf5ee7 - 59536cc87 [SPARK-5912] [docs] [mllib] Small fixes to ChiSqSelector docs Fixes: * typo in Scala example * Removed comment usually applied on sparse data since that is debatable * small edits to text for clarity CC: avulanov I

spark git commit: [SPARK-5912] [docs] [mllib] Small fixes to ChiSqSelector docs

2015-02-23 Thread meng
Repository: spark Updated Branches: refs/heads/branch-1.3 8355773c3 - ae9704010 [SPARK-5912] [docs] [mllib] Small fixes to ChiSqSelector docs Fixes: * typo in Scala example * Removed comment usually applied on sparse data since that is debatable * small edits to text for clarity CC: avulanov

spark git commit: [SPARK-5958][MLLIB][DOC] update block matrix user guide

2015-02-23 Thread meng
Repository: spark Updated Branches: refs/heads/branch-1.3 2d7786ed1 - dd4255850 [SPARK-5958][MLLIB][DOC] update block matrix user guide * Removed SVD code from examples. * Corrected Java API doc link. * Updated variable names: `AtransposeA` - `ata`. * Minor changes. brkyvz Author: Xiangrui

spark git commit: [SPARK-5958][MLLIB][DOC] update block matrix user guide

2015-02-23 Thread meng
Repository: spark Updated Branches: refs/heads/master 1ed57086d - cf2e41653 [SPARK-5958][MLLIB][DOC] update block matrix user guide * Removed SVD code from examples. * Corrected Java API doc link. * Updated variable names: `AtransposeA` - `ata`. * Minor changes. brkyvz Author: Xiangrui Meng

spark git commit: [SPARK-5935][SQL] Accept MapType in the schema provided to a JSON dataset.

2015-02-23 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 59536cc87 - 48376bfe9 [SPARK-5935][SQL] Accept MapType in the schema provided to a JSON dataset. JIRA: https://issues.apache.org/jira/browse/SPARK-5935 Author: Yin Huai yh...@databricks.com Author: Yin Huai h...@cse.ohio-state.edu Closes

spark git commit: [SPARK-5722] [SQL] [PySpark] infer int as LongType in Python (for 1.2 branch)

2015-02-23 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.2 5cea859fd - 71173de7a [SPARK-5722] [SQL] [PySpark] infer int as LongType in Python (for 1.2 branch) This PR change to use LongType for int in Python, when inferSchema(), because IntegerType in SQL is not enough for int in Python

spark git commit: [SPARK-5873][SQL] Allow viewing of partially analyzed plans in queryExecution

2015-02-23 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.3 33ccad20e - 2d7786ed1 [SPARK-5873][SQL] Allow viewing of partially analyzed plans in queryExecution Author: Michael Armbrust mich...@databricks.com Closes #4684 from marmbrus/explainAnalysis and squashes the following commits:

spark git commit: [SPARK-5873][SQL] Allow viewing of partially analyzed plans in queryExecution

2015-02-23 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 48376bfe9 - 1ed57086d [SPARK-5873][SQL] Allow viewing of partially analyzed plans in queryExecution Author: Michael Armbrust mich...@databricks.com Closes #4684 from marmbrus/explainAnalysis and squashes the following commits: afbaa19