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

[SPARK-7482][SparkR] Rename some DataFrame API methods in SparkR to match their counterparts in Scala. #6007

Closed
wants to merge 3 commits into from

Commits on May 13, 2015

  1. [SPARK-7482][SparkR] Rename some DataFrame API methods in SparkR to m…

    …atch their counterparts in Scala.
    Sun Rui committed May 13, 2015
    Configuration menu
    Copy the full SHA
    9f569d6 View commit details
    Browse the repository at this point in the history
  2. Rename load()/save() to read.df()/write.df(). Also add loadDF()/saveD…

    …F() as aliases.
    Sun Rui committed May 13, 2015
    Configuration menu
    Copy the full SHA
    3a30c10 View commit details
    Browse the repository at this point in the history
  3. Implement alias loadDF() as a new function.

    Sun Rui committed May 13, 2015
    Configuration menu
    Copy the full SHA
    5c5cf5e View commit details
    Browse the repository at this point in the history