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 <[email protected]>
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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]