Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HOT-FIX][SQL][ML] Fix compile error from use of DataFrame in Java MaxAbsScaler example #11653

Closed
wants to merge 1 commit into from
Closed

[HOT-FIX][SQL][ML] Fix compile error from use of DataFrame in Java MaxAbsScaler example #11653

wants to merge 1 commit into from

Conversation

MLnick
Copy link
Contributor

@MLnick MLnick commented Mar 11, 2016

What changes were proposed in this pull request?

Fix build failure introduced in #11392 (change DataFrame -> Dataset<Row>).

How was this patch tested?

Existing build/unit tests

@MLnick MLnick changed the title DataFrame -> Dataset<Row> in Java MaxAbsScaler example [HOT-FIX] DataFrame -> Dataset<Row> in Java MaxAbsScaler example Mar 11, 2016
@MLnick MLnick changed the title [HOT-FIX] DataFrame -> Dataset<Row> in Java MaxAbsScaler example [HOT-FIX] Fix compile from use of DataFrame in Java MaxAbsScaler example Mar 11, 2016
@MLnick MLnick changed the title [HOT-FIX] Fix compile from use of DataFrame in Java MaxAbsScaler example [HOT-FIX] Fix compile error from use of DataFrame in Java MaxAbsScaler example Mar 11, 2016
@MLnick MLnick changed the title [HOT-FIX] Fix compile error from use of DataFrame in Java MaxAbsScaler example [HOT-FIX][SQL][ML] Fix compile error from use of DataFrame in Java MaxAbsScaler example Mar 11, 2016
@SparkQA
Copy link

SparkQA commented Mar 11, 2016

Test build #52914 has finished for PR 11653 at commit d3f8100.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@asfgit asfgit closed this in 8fff0f9 Mar 11, 2016
@MLnick MLnick deleted the java-maxabs-example-fix branch March 11, 2016 08:28
roygao94 pushed a commit to roygao94/spark that referenced this pull request Mar 22, 2016
…xAbsScaler example

## What changes were proposed in this pull request?

Fix build failure introduced in apache#11392 (change `DataFrame` -> `Dataset<Row>`).

## How was this patch tested?

Existing build/unit tests

Author: Nick Pentreath <nick.pentreath@gmail.com>

Closes apache#11653 from MLnick/java-maxabs-example-fix.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants