You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by jkbradley <gi...@git.apache.org> on 2014/08/26 22:06:59 UTC

[GitHub] spark pull request: Added migration guide for v1.0 to v1.1

GitHub user jkbradley opened a pull request:

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

    Added migration guide for v1.0 to v1.1

    The only updates are in DecisionTree.
    
    CC: @mengxr

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

    $ git pull https://github.com/jkbradley/spark mllib-migration

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

    https://github.com/apache/spark/pull/2146.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 #2146
    
----
commit 411d6d9f87706f7ddc9c523e745b751569a3895d
Author: Joseph K. Bradley <jo...@gmail.com>
Date:   2014-08-26T20:04:32Z

    Added migration guide for v1.0 to v1.1.  The only updates are in DecisionTree.

----


---
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: Added migration guide for v1.0 to v1.1

Posted by mengxr <gi...@git.apache.org>.
Github user mengxr commented on the pull request:

    https://github.com/apache/spark/pull/2146#issuecomment-53513213
  
    @jkbradley Do you mind adding the JIRA number to the PR title?


---
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: Added migration guide for v1.0 to v1.1

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

    https://github.com/apache/spark/pull/2146#discussion_r16748715
  
    --- Diff: docs/mllib-guide.md ---
    @@ -54,6 +54,31 @@ To use MLlib in Python, you will need [NumPy](http://www.numpy.org) version 1.4
     
     # Migration Guide
     
    +## From 1.0 to 1.1
    +
    +The only API changes in MLlib v1.1 are in
    +[`DecisionTree`](api/scala/index.html#org.apache.spark.mllib.tree.DecisionTree):
    --- End diff --
    
    Maybe add "which was an experimental API in 1.0"


---
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: Added migration guide for v1.0 to v1.1

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

    https://github.com/apache/spark/pull/2146#discussion_r16752222
  
    --- Diff: docs/mllib-guide.md ---
    @@ -54,6 +54,31 @@ To use MLlib in Python, you will need [NumPy](http://www.numpy.org) version 1.4
     
     # Migration Guide
     
    +## From 1.0 to 1.1
    +
    +The only API changes in MLlib v1.1 are in
    +[`DecisionTree`](api/scala/index.html#org.apache.spark.mllib.tree.DecisionTree):
    --- End diff --
    
    It is still experimental in 1.1.


---
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: [SPARK-3227] [mllib] Added migration guide for...

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

    https://github.com/apache/spark/pull/2146#discussion_r16754230
  
    --- Diff: docs/mllib-guide.md ---
    @@ -54,6 +54,31 @@ To use MLlib in Python, you will need [NumPy](http://www.numpy.org) version 1.4
     
     # Migration Guide
     
    +## From 1.0 to 1.1
    +
    +The only API changes in MLlib v1.1 are in
    +[`DecisionTree`](api/scala/index.html#org.apache.spark.mllib.tree.DecisionTree):
    --- End diff --
    
    I'll still note it's experimental.


---
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: [SPARK-3227] [mllib] Added migration guide for...

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

    https://github.com/apache/spark/pull/2146#issuecomment-53521229
  
      [QA tests have finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/19270/consoleFull) for   PR 2146 at commit [`5a1f487`](https://github.com/apache/spark/commit/5a1f4870a3b644bc25c73e37b36e6b4fe6b7a9cd).
     * This patch **fails** unit tests.
     * This patch merges cleanly.
     * This patch adds the following public classes _(experimental)_:
      * `"$FWDIR"/bin/spark-submit --class $CLASS "$`
      * `"$FWDIR"/bin/spark-submit --class $CLASS "$`



---
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: [SPARK-3227] [mllib] Added migration guide for...

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

    https://github.com/apache/spark/pull/2146#issuecomment-53518559
  
      [QA tests have started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/19270/consoleFull) for   PR 2146 at commit [`5a1f487`](https://github.com/apache/spark/commit/5a1f4870a3b644bc25c73e37b36e6b4fe6b7a9cd).
     * This patch merges cleanly.


---
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: [SPARK-3227] [mllib] Added migration guide for...

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

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


---
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: [SPARK-3227] [mllib] Added migration guide for...

Posted by mengxr <gi...@git.apache.org>.
Github user mengxr commented on the pull request:

    https://github.com/apache/spark/pull/2146#issuecomment-53542182
  
    LGTM. Merged into master and branch-1.1. Thanks! (This doesn't touch code, so I skipped Jenkins.)


---
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