spark git commit: [SPARK-5827][SQL] Add missing import in the example of SqlContext

2015-02-15 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.3 f87f3b755 - 9c1c70d8c [SPARK-5827][SQL] Add missing import in the example of SqlContext If one tries an example by using copypaste, throw an exception. Author: Takeshi Yamamuro linguin@gmail.com Closes #4615 from

spark git commit: [SPARK-5827][SQL] Add missing import in the example of SqlContext

2015-02-15 Thread srowen
Repository: spark Updated Branches: refs/heads/master ed5f4bb7c - c771e475c [SPARK-5827][SQL] Add missing import in the example of SqlContext If one tries an example by using copypaste, throw an exception. Author: Takeshi Yamamuro linguin@gmail.com Closes #4615 from

spark git commit: [HOTFIX] Ignore DirectKafkaStreamSuite.

2015-02-15 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.3 9c1c70d8c - 70ebad4d9 [HOTFIX] Ignore DirectKafkaStreamSuite. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/70ebad4d Tree:

spark git commit: SPARK-5669 [BUILD] Spark assembly includes incompatibly licensed libgfortran, libgcc code via JBLAS

2015-02-15 Thread meng
Repository: spark Updated Branches: refs/heads/master 61eb12674 - 836577b38 SPARK-5669 [BUILD] Spark assembly includes incompatibly licensed libgfortran, libgcc code via JBLAS Exclude libgfortran, libgcc bundled by JBLAS for Windows. This much is simple, and solves the essential license

spark git commit: [MLLIB][SPARK-5502] User guide for isotonic regression

2015-02-15 Thread meng
Repository: spark Updated Branches: refs/heads/master c771e475c - 61eb12674 [MLLIB][SPARK-5502] User guide for isotonic regression User guide for isotonic regression added to docs/mllib-regression.md including code examples for Scala and Java. Author: martinzapletal zapletal-mar...@email.cz

spark git commit: [MLLIB][SPARK-5502] User guide for isotonic regression

2015-02-15 Thread meng
Repository: spark Updated Branches: refs/heads/branch-1.3 70ebad4d9 - d96e188c7 [MLLIB][SPARK-5502] User guide for isotonic regression User guide for isotonic regression added to docs/mllib-regression.md including code examples for Scala and Java. Author: martinzapletal

spark git commit: [Ml] SPARK-5796 Don't transform data on a last estimator in Pipeline

2015-02-15 Thread meng
Repository: spark Updated Branches: refs/heads/branch-1.3 db3c539f2 - 9cf7d7088 [Ml] SPARK-5796 Don't transform data on a last estimator in Pipeline If it's a last estimator in Pipeline there's no need to transform data, since there's no next stage that would consume this data. Author:

spark git commit: [SPARK-5769] Set params in constructors and in setParams in Python ML pipelines

2015-02-15 Thread meng
Repository: spark Updated Branches: refs/heads/branch-1.3 4e099d757 - d71099133 [SPARK-5769] Set params in constructors and in setParams in Python ML pipelines This PR allow Python users to set params in constructors and in setParams, where we use decorator `keyword_only` to force keyword

spark git commit: [SPARK-5769] Set params in constructors and in setParams in Python ML pipelines

2015-02-15 Thread meng
Repository: spark Updated Branches: refs/heads/master 836577b38 - cd4a15366 [SPARK-5769] Set params in constructors and in setParams in Python ML pipelines This PR allow Python users to set params in constructors and in setParams, where we use decorator `keyword_only` to force keyword

spark git commit: SPARK-5815 [MLLIB] Deprecate SVDPlusPlus APIs that expose DoubleMatrix from JBLAS

2015-02-15 Thread meng
Repository: spark Updated Branches: refs/heads/branch-1.3 d71099133 - db3c539f2 SPARK-5815 [MLLIB] Deprecate SVDPlusPlus APIs that expose DoubleMatrix from JBLAS Deprecate SVDPlusPlus.run and introduce SVDPlusPlus.runSVDPlusPlus with return type that doesn't include DoubleMatrix CC mengxr

spark git commit: SPARK-5815 [MLLIB] Deprecate SVDPlusPlus APIs that expose DoubleMatrix from JBLAS

2015-02-15 Thread meng
Repository: spark Updated Branches: refs/heads/master cd4a15366 - acf2558dc SPARK-5815 [MLLIB] Deprecate SVDPlusPlus APIs that expose DoubleMatrix from JBLAS Deprecate SVDPlusPlus.run and introduce SVDPlusPlus.runSVDPlusPlus with return type that doesn't include DoubleMatrix CC mengxr