spark-instrumented-optimizer/R/pkg/inst/tests
Hossein 1fa29c2df2 [SPARK-8452] [SPARKR] expose jobGroup API in SparkR
This pull request adds following methods to SparkR:

```R
setJobGroup()
cancelJobGroup()
clearJobGroup()
```
For each method, the spark context is passed as the first argument. There does not seem to be a good way to test these in R.

cc shivaram and davies

Author: Hossein <hossein@databricks.com>

Closes #6889 from falaki/SPARK-8452 and squashes the following commits:

9ce9f1e [Hossein] Added basic tests to verify methods can be called and won't throw errors
c706af9 [Hossein] Added examples
a2c19af [Hossein] taking spark context as first argument
343ca77 [Hossein] Added setJobGroup, cancelJobGroup and clearJobGroup to SparkR
2015-06-19 15:51:59 -07:00
..
test_binary_function.R [SPARK-6991] [SPARKR] Adds support for zipPartitions. 2015-04-27 15:04:37 -07:00
test_binaryFile.R [SPARK-6850] [SparkR] use one partition when we need to compare the whole result 2015-04-10 15:35:45 -07:00
test_broadcast.R [SPARK-7230] [SPARKR] Make RDD private in SparkR. 2015-05-05 14:40:33 -07:00
test_context.R [SPARK-8452] [SPARKR] expose jobGroup API in SparkR 2015-06-19 15:51:59 -07:00
test_includePackage.R [SPARK-5654] Integrate SparkR 2015-04-08 22:45:40 -07:00
test_parallelize_collect.R [SPARK-5654] Integrate SparkR 2015-04-08 22:45:40 -07:00
test_rdd.R [SPARK-6856] [R] Make RDD information more useful in SparkR 2015-04-27 13:38:25 -07:00
test_shuffle.R [SPARK-6807] [SparkR] Merge recent SparkR-pkg changes 2015-04-17 13:42:19 -07:00
test_sparkSQL.R [SPARK-6820] [SPARKR] Convert NAs to null type in SparkR DataFrames 2015-06-08 21:40:12 -07:00
test_take.R [SPARK-5654] Integrate SparkR 2015-04-08 22:45:40 -07:00
test_textFile.R [SPARK-6850] [SparkR] use one partition when we need to compare the whole result 2015-04-10 15:35:45 -07:00
test_utils.R [SPARK-7230] [SPARKR] Make RDD private in SparkR. 2015-05-05 14:40:33 -07:00