spark-instrumented-optimizer/R/pkg/inst
Hossein 1a6b510784 [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

(cherry picked from commit 1fa29c2df2)
Signed-off-by: Shivaram Venkataraman <shivaram@cs.berkeley.edu>
2015-06-19 15:52:27 -07:00
..
profile [SPARK-8063] [SPARKR] Spark master URL conflict between MASTER env variable and --master command line option. 2015-06-03 11:57:00 -07:00
tests [SPARK-8452] [SPARKR] expose jobGroup API in SparkR 2015-06-19 15:52:27 -07:00
worker [SPARK-7230] [SPARKR] Make RDD private in SparkR. 2015-05-05 14:41:05 -07:00