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-7231] [SPARKR] Changes to make SparkR DataFrame dplyr friendly. #6005

Closed
wants to merge 3 commits into from

Commits on May 8, 2015

  1. Changes to make SparkR DataFrame dplyr friendly.

    Changes include
    1. Rename sortDF to arrange
    2. Add new aliases `group_by` and `sample_frac`, `summarize`
    3. Add more user friendly column addition (mutate), rename
    4. Support mean as an alias for avg in Scala and also support n_distinct, n as in dplyr
    shivaram committed May 8, 2015
    Configuration menu
    Copy the full SHA
    0521149 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/apache/spark into sparkr-…

    …df-api
    
    Conflicts:
    	R/pkg/R/DataFrame.R
    shivaram committed May 8, 2015
    Configuration menu
    Copy the full SHA
    1254953 View commit details
    Browse the repository at this point in the history
  3. Fix some roxygen bugs

    shivaram committed May 8, 2015
    Configuration menu
    Copy the full SHA
    5e0716a View commit details
    Browse the repository at this point in the history