You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by MLnick <gi...@git.apache.org> on 2017/05/16 08:37:58 UTC

[GitHub] spark pull request #17996: [SPARK-20506][DOCS] 2.2 migration guide

GitHub user MLnick opened a pull request:

    https://github.com/apache/spark/pull/17996

    [SPARK-20506][DOCS] 2.2 migration guide

    Update ML guide for migration `2.1` -> `2.2` and the previous version migration guide section.
    
    ## How was this patch tested?
    
    Build doc locally.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/MLnick/spark SPARK-20506-2.2-migration-guide

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/17996.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #17996
    
----
commit ba1097686041e6d57183e7979814dff0ff7ffa5a
Author: Nick Pentreath <ni...@za.ibm.com>
Date:   2017-05-16T08:20:28Z

    Migration guide 2.1->2.2

commit 5a3d87b4a58b1c3db6ce49fe3a6aa9caf8ed9b42
Author: Nick Pentreath <ni...@za.ibm.com>
Date:   2017-05-16T08:34:56Z

    Bump expected parity release number

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #17996: [SPARK-20506][DOCS] 2.2 migration guide

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/17996
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/77100/
    Test PASSed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request #17996: [SPARK-20506][DOCS] 2.2 migration guide

Posted by MLnick <gi...@git.apache.org>.
Github user MLnick commented on a diff in the pull request:

    https://github.com/apache/spark/pull/17996#discussion_r117174667
  
    --- Diff: docs/ml-guide.md ---
    @@ -72,35 +72,26 @@ MLlib is under active development.
     The APIs marked `Experimental`/`DeveloperApi` may change in future releases,
     and the migration guide below will explain all changes between releases.
     
    -## From 2.0 to 2.1
    +## From 2.1 to 2.2
     
     ### Breaking changes
    - 
    -**Deprecated methods removed**
     
    -* `setLabelCol` in `feature.ChiSqSelectorModel`
    -* `numTrees` in `classification.RandomForestClassificationModel` (This now refers to the Param called `numTrees`)
    -* `numTrees` in `regression.RandomForestRegressionModel` (This now refers to the Param called `numTrees`)
    -* `model` in `regression.LinearRegressionSummary`
    -* `validateParams` in `PipelineStage`
    -* `validateParams` in `Evaluator`
    +There are no breaking changes.
     
     ### Deprecations and changes of behavior
     
     **Deprecations**
     
    -* [SPARK-18592](https://issues.apache.org/jira/browse/SPARK-18592):
    -  Deprecate all Param setter methods except for input/output column Params for `DecisionTreeClassificationModel`, `GBTClassificationModel`, `RandomForestClassificationModel`, `DecisionTreeRegressionModel`, `GBTRegressionModel` and `RandomForestRegressionModel`
    +There are no deprecations.
     
     **Changes of behavior**
    --- End diff --
    
    Thanks - didn't catch that one


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #17996: [SPARK-20506][DOCS] 2.2 migration guide

Posted by felixcheung <gi...@git.apache.org>.
Github user felixcheung commented on the issue:

    https://github.com/apache/spark/pull/17996
  
    looks good
    We do have a separate section but it's mostly for breaking/behavior changes at the R layer, if there are changes to ml that affects R also would be great to include here.
    
    and I think "what's new" is a great idea too


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #17996: [SPARK-20506][DOCS] 2.2 migration guide

Posted by MLnick <gi...@git.apache.org>.
Github user MLnick commented on the issue:

    https://github.com/apache/spark/pull/17996
  
    Just doing a final check to find any other behavior changes or stuff that was deprecated in this release cycle.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #17996: [SPARK-20506][DOCS] 2.2 migration guide

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/17996
  
    Merged build finished. Test PASSed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #17996: [SPARK-20506][DOCS] 2.2 migration guide

Posted by felixcheung <gi...@git.apache.org>.
Github user felixcheung commented on the issue:

    https://github.com/apache/spark/pull/17996
  
    right, I reviewed them 
    - [this](https://github.com/apache/spark/pull/17996/files#diff-a9770b923a4959616bc2126d4afd61eaR35) in ML could also affect R
    - [this](https://github.com/apache/spark/blame/master/docs/sparkr.md#L657) in R might be good to include in ML guide too


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #17996: [SPARK-20506][DOCS] 2.2 migration guide

Posted by MLnick <gi...@git.apache.org>.
Github user MLnick commented on the issue:

    https://github.com/apache/spark/pull/17996
  
    @felixcheung  @yanboliang by the way I haven't added any SparkR stuff here as I'm not sure anything breaking, deprecated etc goes here or in the SparkR guide.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #17996: [SPARK-20506][DOCS] 2.2 migration guide

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/17996
  
    Merged build finished. Test PASSed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #17996: [SPARK-20506][DOCS] 2.2 migration guide

Posted by MLnick <gi...@git.apache.org>.
Github user MLnick commented on the issue:

    https://github.com/apache/spark/pull/17996
  
    Merged to master/branch-2.2


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request #17996: [SPARK-20506][DOCS] 2.2 migration guide

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/spark/pull/17996


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request #17996: [SPARK-20506][DOCS] 2.2 migration guide

Posted by dongjoon-hyun <gi...@git.apache.org>.
Github user dongjoon-hyun commented on a diff in the pull request:

    https://github.com/apache/spark/pull/17996#discussion_r117527699
  
    --- Diff: docs/ml-guide.md ---
    @@ -66,41 +66,59 @@ To use MLlib in Python, you will need [NumPy](http://www.numpy.org) version 1.4
     [^1]: To learn more about the benefits and background of system optimised natives, you may wish to
         watch Sam Halliday's ScalaX talk on [High Performance Linear Algebra in Scala](http://fommil.github.io/scalax14/#/).
     
    +# Highlights in 2.2
    +
    +The list below highlights some of the new features and enhancements added to MLlib in the `2.2`
    +release of Spark:
    +
    +* `ALS` methods for _top-k_ recommendations for all users or items, matching the functionality
    + in `mllib` ([SPARK-19535](https://issues.apache.org/jira/browse/SPARK-19535)). Performance
    + was also improved for both `ml` and `mllib`
    + ([SPARK-11968](https://issues.apache.org/jira/browse/SPARK-11968) and
    + [SPARK-20587](https://issues.apache.org/jira/browse/SPARK-20587))
    +* `Correlation` and `ChiSquareTest` stats functions for `DataFrames`
    + ([SPARK-19635](https://issues.apache.org/jira/browse/SPARK-19635) and
    --- End diff --
    
    Hi, @MLnick . `Correlation` issue is SPARK-19636.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request #17996: [SPARK-20506][DOCS] 2.2 migration guide

Posted by MLnick <gi...@git.apache.org>.
Github user MLnick commented on a diff in the pull request:

    https://github.com/apache/spark/pull/17996#discussion_r117545657
  
    --- Diff: docs/ml-guide.md ---
    @@ -66,41 +66,59 @@ To use MLlib in Python, you will need [NumPy](http://www.numpy.org) version 1.4
     [^1]: To learn more about the benefits and background of system optimised natives, you may wish to
         watch Sam Halliday's ScalaX talk on [High Performance Linear Algebra in Scala](http://fommil.github.io/scalax14/#/).
     
    +# Highlights in 2.2
    +
    +The list below highlights some of the new features and enhancements added to MLlib in the `2.2`
    +release of Spark:
    +
    +* `ALS` methods for _top-k_ recommendations for all users or items, matching the functionality
    + in `mllib` ([SPARK-19535](https://issues.apache.org/jira/browse/SPARK-19535)). Performance
    + was also improved for both `ml` and `mllib`
    + ([SPARK-11968](https://issues.apache.org/jira/browse/SPARK-11968) and
    + [SPARK-20587](https://issues.apache.org/jira/browse/SPARK-20587))
    +* `Correlation` and `ChiSquareTest` stats functions for `DataFrames`
    + ([SPARK-19635](https://issues.apache.org/jira/browse/SPARK-19635) and
    --- End diff --
    
    Ah right thanks for catching that


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #17996: [SPARK-20506][DOCS] 2.2 migration guide

Posted by yanboliang <gi...@git.apache.org>.
Github user yanboliang commented on the issue:

    https://github.com/apache/spark/pull/17996
  
    @MLnick We have separate SparkR guide at http://spark.apache.org/docs/latest/sparkr.html . Thanks.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #17996: [SPARK-20506][DOCS] 2.2 migration guide

Posted by MLnick <gi...@git.apache.org>.
Github user MLnick commented on the issue:

    https://github.com/apache/spark/pull/17996
  
    cc @yanboliang @srowen @jkbradley 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #17996: [SPARK-20506][DOCS] 2.2 migration guide

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/17996
  
    **[Test build #76961 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/76961/testReport)** for PR 17996 at commit [`ac2e50d`](https://github.com/apache/spark/commit/ac2e50d185479030420d0fc973fc12caee5bc3ea).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #17996: [SPARK-20506][DOCS] 2.2 migration guide

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/17996
  
    **[Test build #76961 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/76961/testReport)** for PR 17996 at commit [`ac2e50d`](https://github.com/apache/spark/commit/ac2e50d185479030420d0fc973fc12caee5bc3ea).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #17996: [SPARK-20506][DOCS] 2.2 migration guide

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/17996
  
    **[Test build #77100 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77100/testReport)** for PR 17996 at commit [`fb9fb5b`](https://github.com/apache/spark/commit/fb9fb5b60b8cf29f2e11368ae78a6f9de048f43a).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #17996: [SPARK-20506][DOCS] 2.2 migration guide

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/17996
  
    Merged build finished. Test PASSed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #17996: [SPARK-20506][DOCS] 2.2 migration guide

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/17996
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/76961/
    Test PASSed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #17996: [SPARK-20506][DOCS] 2.2 migration guide

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/17996
  
    **[Test build #77100 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77100/testReport)** for PR 17996 at commit [`fb9fb5b`](https://github.com/apache/spark/commit/fb9fb5b60b8cf29f2e11368ae78a6f9de048f43a).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #17996: [SPARK-20506][DOCS] 2.2 migration guide

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/17996
  
    **[Test build #77052 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77052/testReport)** for PR 17996 at commit [`e27d9e4`](https://github.com/apache/spark/commit/e27d9e46c2ee654e5e29259bdf4b653cb55df6ce).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #17996: [SPARK-20506][DOCS] 2.2 migration guide

Posted by MLnick <gi...@git.apache.org>.
Github user MLnick commented on the issue:

    https://github.com/apache/spark/pull/17996
  
    I actually realized I forgot to add the HTML links to the relevant guide sections in the highlight list - opened a little PR at #18043 to fix that.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #17996: [SPARK-20506][DOCS] 2.2 migration guide

Posted by MLnick <gi...@git.apache.org>.
Github user MLnick commented on the issue:

    https://github.com/apache/spark/pull/17996
  
    Ok, I think this is good to go so will merge shortly.
    
    @felixcheung for R, if you do know of anything else that should go here (rather than in the SparkR migration guide) let me know.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #17996: [SPARK-20506][DOCS] 2.2 migration guide

Posted by dongjoon-hyun <gi...@git.apache.org>.
Github user dongjoon-hyun commented on the issue:

    https://github.com/apache/spark/pull/17996
  
    +1, LGTM except one minor comment about JIRA issue number.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #17996: [SPARK-20506][DOCS] 2.2 migration guide

Posted by MLnick <gi...@git.apache.org>.
Github user MLnick commented on the issue:

    https://github.com/apache/spark/pull/17996
  
    @felixcheung ok - the KMeans behavior change was in 2.1 actually (so not in this migration guide, in this PR it was moved to the "old versions migration guides" page).
    
    For `spark.lda` issue - was that only for SparkR API? Or for all of LDA? If the latter then it could be included perhaps. If the former then I think just in the R section of the guide, no need for it here.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request #17996: [SPARK-20506][DOCS] 2.2 migration guide

Posted by yanboliang <gi...@git.apache.org>.
Github user yanboliang commented on a diff in the pull request:

    https://github.com/apache/spark/pull/17996#discussion_r117155950
  
    --- Diff: docs/ml-guide.md ---
    @@ -72,35 +72,26 @@ MLlib is under active development.
     The APIs marked `Experimental`/`DeveloperApi` may change in future releases,
     and the migration guide below will explain all changes between releases.
     
    -## From 2.0 to 2.1
    +## From 2.1 to 2.2
     
     ### Breaking changes
    - 
    -**Deprecated methods removed**
     
    -* `setLabelCol` in `feature.ChiSqSelectorModel`
    -* `numTrees` in `classification.RandomForestClassificationModel` (This now refers to the Param called `numTrees`)
    -* `numTrees` in `regression.RandomForestRegressionModel` (This now refers to the Param called `numTrees`)
    -* `model` in `regression.LinearRegressionSummary`
    -* `validateParams` in `PipelineStage`
    -* `validateParams` in `Evaluator`
    +There are no breaking changes.
     
     ### Deprecations and changes of behavior
     
     **Deprecations**
     
    -* [SPARK-18592](https://issues.apache.org/jira/browse/SPARK-18592):
    -  Deprecate all Param setter methods except for input/output column Params for `DecisionTreeClassificationModel`, `GBTClassificationModel`, `RandomForestClassificationModel`, `DecisionTreeRegressionModel`, `GBTRegressionModel` and `RandomForestRegressionModel`
    +There are no deprecations.
     
     **Changes of behavior**
    --- End diff --
    
    Should we include #17233 in this section?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #17996: [SPARK-20506][DOCS] 2.2 migration guide

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/17996
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/77052/
    Test PASSed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark issue #17996: [SPARK-20506][DOCS] 2.2 migration guide

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/17996
  
    **[Test build #77052 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77052/testReport)** for PR 17996 at commit [`e27d9e4`](https://github.com/apache/spark/commit/e27d9e46c2ee654e5e29259bdf4b653cb55df6ce).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org