You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by dongjoon-hyun <gi...@git.apache.org> on 2016/03/12 09:57:20 UTC

[GitHub] spark pull request: [MINOR][DOCS] Replace `DataFrame` with `Datase...

GitHub user dongjoon-hyun opened a pull request:

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

    [MINOR][DOCS] Replace `DataFrame` with `Dataset` in Javadoc.

    ## What changes were proposed in this pull request?
    
    SPARK-13817 (PR #11656) replaces `DataFrame` with `Dataset` from from Java. This PR fixes the remaining broken links and sample Java code in `package-info.java`. As a result, it will update the following Javadoc.
    
    * http://spark.apache.org/docs/latest/api/java/org/apache/spark/ml/attribute/package-summary.html
    * http://spark.apache.org/docs/latest/api/java/org/apache/spark/ml/feature/package-summary.html
    
    ## How was this patch tested?
    
    Manual.


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

    $ git pull https://github.com/dongjoon-hyun/spark replace_dataframe_with_dataset_in_javadoc

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

    https://github.com/apache/spark/pull/11675.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 #11675
    
----
commit 80418efcd6c55fd9ce4a22862872d6b06a8df96d
Author: Dongjoon Hyun <do...@apache.org>
Date:   2016-03-12T08:49:02Z

    [MINOR][DOCS] Replace `DataFrame` with `Dataset` in Javadoc.
    
    * http://spark.apache.org/docs/latest/api/java/org/apache/spark/ml/attribute/package-summary.html
    * http://spark.apache.org/docs/latest/api/java/org/apache/spark/ml/feature/package-summary.html

----


---
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: [MINOR][DOCS] Replace `DataFrame` with `Datase...

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

    https://github.com/apache/spark/pull/11675#issuecomment-195702820
  
    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 pull request: [MINOR][DOCS] Replace `DataFrame` with `Datase...

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

    https://github.com/apache/spark/pull/11675#issuecomment-195698884
  
    **[Test build #52996 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/52996/consoleFull)** for PR 11675 at commit [`80418ef`](https://github.com/apache/spark/commit/80418efcd6c55fd9ce4a22862872d6b06a8df96d).


---
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: [MINOR][DOCS] Replace `DataFrame` with `Datase...

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

    https://github.com/apache/spark/pull/11675#issuecomment-195871389
  
    Oh, thank you, @liancheng !


---
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: [MINOR][DOCS] Replace `DataFrame` with `Datase...

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

    https://github.com/apache/spark/pull/11675#issuecomment-195698835
  
    Hi, @liancheng .
    Could you review this PR, please?


---
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: [MINOR][DOCS] Replace `DataFrame` with `Datase...

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

    https://github.com/apache/spark/pull/11675#issuecomment-195702824
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/52996/
    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: [MINOR][DOCS] Replace `DataFrame` with `Datase...

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

    https://github.com/apache/spark/pull/11675#discussion_r55931855
  
    --- Diff: mllib/src/main/scala/org/apache/spark/ml/feature/package-info.java ---
    @@ -66,7 +66,7 @@
      *      RowFactory.create(0, "Hi I heard about Spark", 3.0),
      *      RowFactory.create(1, "I wish Java could use case classes", 4.0),
      *      RowFactory.create(2, "Logistic regression models are neat", 4.0)));
    - *  DataFrame df = jsql.createDataFrame(rowRDD, schema);
    + *  Dataset<Row> dataset = jsql.createDataFrame(rowRDD, schema);
    --- End diff --
    
    One minor thing, we usually use `ds` instead of `dataset` to name a temporary Dataset in example code. But it's OK 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: [MINOR][DOCS] Replace `DataFrame` with `Datase...

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

    https://github.com/apache/spark/pull/11675#issuecomment-195702534
  
    **[Test build #52996 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/52996/consoleFull)** for PR 11675 at commit [`80418ef`](https://github.com/apache/spark/commit/80418efcd6c55fd9ce4a22862872d6b06a8df96d).
     * 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 pull request: [MINOR][DOCS] Replace `DataFrame` with `Datase...

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

    https://github.com/apache/spark/pull/11675#issuecomment-195864768
  
    LGTM, merging to master. Thanks for fixing this!


---
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: [MINOR][DOCS] Replace `DataFrame` with `Datase...

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

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


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