-
Notifications
You must be signed in to change notification settings - Fork 28.4k
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-6807] [SparkR] Merge recent SparkR-pkg changes #5436
Commits on Apr 14, 2015
-
Define functions for schema and fields
Instead of using a list[list[list[]]], use specific constructors for schema and field objects.
cafreeman authored and Davies Liu committedApr 14, 2015 Configuration menu - View commit details
-
Copy full SHA for 0e2a94f - Browse repository at this point
Copy the full SHA 0e2a94fView commit details -
cafreeman authored and Davies Liu committed
Apr 14, 2015 Configuration menu - View commit details
-
Copy full SHA for 7dd81b7 - Browse repository at this point
Copy the full SHA 7dd81b7View commit details -
Merge pull request apache#233 from redbaron/fail-early-on-missing-dep
Fail worker early if dependency is missing
Configuration menu - View commit details
-
Copy full SHA for 8b76e81 - Browse repository at this point
Copy the full SHA 8b76e81View commit details -
cafreeman authored and Davies Liu committed
Apr 14, 2015 Configuration menu - View commit details
-
Copy full SHA for cd66603 - Browse repository at this point
Copy the full SHA cd66603View commit details -
Merge pull request apache#242 from hqzizania/stats
[SPARKR-92] Phase 2: implement sum(rdd)
Configuration menu - View commit details
-
Copy full SHA for 136a07e - Browse repository at this point
Copy the full SHA 136a07eView commit details -
Merge pull request apache#243 from hqzizania/master
[SPARKR-199] Change takeOrdered, top to fetch one partition at a time
Configuration menu - View commit details
-
Copy full SHA for b317aa7 - Browse repository at this point
Copy the full SHA b317aa7View commit details -
Merge pull request apache#208 from lythesia/master
[SPARKR-188] Add profiling of R execution on worker side Conflicts: pkg/inst/worker/worker.R
Configuration menu - View commit details
-
Copy full SHA for c9497a3 - Browse repository at this point
Copy the full SHA c9497a3View commit details -
Merge pull request apache#238 from sun-rui/SPARKR-154_4
[SPARKR-154] Phase 3: implement intersection().
Configuration menu - View commit details
-
Copy full SHA for ba54e34 - Browse repository at this point
Copy the full SHA ba54e34View commit details -
Merge pull request apache#234 from hqzizania/assist
[SPARKR-163] Support sampleByKey() Conflicts: pkg/R/pairRDD.R
Configuration menu - View commit details
-
Copy full SHA for 20b97a6 - Browse repository at this point
Copy the full SHA 20b97a6View commit details -
Merge pull request apache#244 from sun-rui/SPARKR-154_5
[SPARKR-154] Phase 4: implement subtract() and subtractByKey().
Configuration menu - View commit details
-
Copy full SHA for 40338a4 - Browse repository at this point
Copy the full SHA 40338a4View commit details -
Refactored `structType` and `structField` so that they can be used to create schemas from R for use with `createDataFrame`. Moved everything to `schema.R` Added new methods to `SQLUtils.scala` for handling `StructType` and `StructField` on the JVM side
cafreeman authored and Davies Liu committedApr 14, 2015 Configuration menu - View commit details
-
Copy full SHA for be5d5c1 - Browse repository at this point
Copy the full SHA be5d5c1View commit details -
Update
createDataFrame
andtoDF
Refactored to use the new `structType` and `structField` functions.
cafreeman authored and Davies Liu committedApr 14, 2015 Configuration menu - View commit details
-
Copy full SHA for 836c4bf - Browse repository at this point
Copy the full SHA 836c4bfView commit details -
New version uses takes a `StructType` from R and creates a DataFrame. Commented out the `tojson` version since we don't currently use it.
cafreeman authored and Davies Liu committedApr 14, 2015 Configuration menu - View commit details
-
Copy full SHA for 1a3b63d - Browse repository at this point
Copy the full SHA 1a3b63dView commit details -
Updated `NAMESPACE`, `DESCRIPTION`, and unit tests for new schema functions. Deleted `SQLTypes.R` since everything has been moved to `schema.R`.
cafreeman authored and Davies Liu committedApr 14, 2015 Configuration menu - View commit details
-
Copy full SHA for 275deb4 - Browse repository at this point
Copy the full SHA 275deb4View commit details -
cafreeman authored and Davies Liu committed
Apr 14, 2015 Configuration menu - View commit details
-
Copy full SHA for f3ba785 - Browse repository at this point
Copy the full SHA f3ba785View commit details -
Update
subtract
to work withgenerics.R
cafreeman authored and Davies Liu committedApr 14, 2015 Configuration menu - View commit details
-
Copy full SHA for ed66c81 - Browse repository at this point
Copy the full SHA ed66c81View commit details -
Merge pull request apache#246 from hlin09/fixCombineByKey
Fixes combineByKey
Configuration menu - View commit details
-
Copy full SHA for 7e8caa3 - Browse repository at this point
Copy the full SHA 7e8caa3View commit details -
[SPARKR-244] Fix test failure after integration of subtract() and sub…
…tractByKey() for RDD.
Sun Rui authored and Davies Liu committedApr 14, 2015 Configuration menu - View commit details
-
Copy full SHA for 07d0dbc - Browse repository at this point
Copy the full SHA 07d0dbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40199eb - Browse repository at this point
Copy the full SHA 40199ebView commit details -
Davies Liu committed
Apr 14, 2015 Configuration menu - View commit details
-
Copy full SHA for 9387402 - Browse repository at this point
Copy the full SHA 9387402View commit details -
Merge pull request apache#245 from hqzizania/upstream
Add Rd files for sampleByKey() of [SPARKR-163] and sumRDD() of [SPARKR-92]
Configuration menu - View commit details
-
Copy full SHA for 141efd8 - Browse repository at this point
Copy the full SHA 141efd8View commit details -
Rename the SQL DataType function
cafreeman authored and Davies Liu committedApr 14, 2015 Configuration menu - View commit details
-
Copy full SHA for 7741d66 - Browse repository at this point
Copy the full SHA 7741d66View commit details -
cafreeman authored and Davies Liu committed
Apr 14, 2015 Configuration menu - View commit details
-
Copy full SHA for 6ef5f2d - Browse repository at this point
Copy the full SHA 6ef5f2dView commit details -
cafreeman authored and Davies Liu committed
Apr 14, 2015 Configuration menu - View commit details
-
Copy full SHA for 8526d2e - Browse repository at this point
Copy the full SHA 8526d2eView commit details -
cafreeman authored and Davies Liu committed
Apr 14, 2015 Configuration menu - View commit details
-
Copy full SHA for 71372d9 - Browse repository at this point
Copy the full SHA 71372d9View commit details -
Use object attribute instead of argument
cafreeman authored and Davies Liu committedApr 14, 2015 Configuration menu - View commit details
-
Copy full SHA for 5a553e7 - Browse repository at this point
Copy the full SHA 5a553e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bdcb63 - Browse repository at this point
Copy the full SHA 1bdcb63View commit details -
Merge pull request apache#237 from sun-rui/SPARKR-154_3
[SPARKR-154] Phase 2: implement cartesian().
Davies Liu committedApr 14, 2015 Configuration menu - View commit details
-
Copy full SHA for ae78312 - Browse repository at this point
Copy the full SHA ae78312View commit details -
Davies Liu committed
Apr 14, 2015 Configuration menu - View commit details
-
Copy full SHA for 41f8184 - Browse repository at this point
Copy the full SHA 41f8184View commit details -
Merge branch 'master' of github.com:apache/spark into R5
Davies Liu committedApr 14, 2015 Configuration menu - View commit details
-
Copy full SHA for 4f5ac09 - Browse repository at this point
Copy the full SHA 4f5ac09View commit details -
Davies Liu committed
Apr 14, 2015 Configuration menu - View commit details
-
Copy full SHA for e74c04e - Browse repository at this point
Copy the full SHA e74c04eView commit details -
Davies Liu committed
Apr 14, 2015 Configuration menu - View commit details
-
Copy full SHA for b1fe460 - Browse repository at this point
Copy the full SHA b1fe460View commit details -
Davies Liu committed
Apr 14, 2015 Configuration menu - View commit details
-
Copy full SHA for 168b7fe - Browse repository at this point
Copy the full SHA 168b7feView commit details
Commits on Apr 16, 2015
-
Merge branch 'master' of github.com:apache/spark into R3
Davies Liu committedApr 16, 2015 Configuration menu - View commit details
-
Copy full SHA for a5a02f2 - Browse repository at this point
Copy the full SHA a5a02f2View commit details -
Davies Liu committed
Apr 16, 2015 Configuration menu - View commit details
-
Copy full SHA for c2b09be - Browse repository at this point
Copy the full SHA c2b09beView commit details