spark-instrumented-optimizer/R/pkg
Felix Cheung 422aa67d1b [SPARK-18817][SPARKR][SQL] change derby log output to temp dir
## What changes were proposed in this pull request?

Passes R `tempdir()` (this is the R session temp dir, shared with other temp files/dirs) to JVM, set System.Property for derby home dir to move derby.log

## How was this patch tested?

Manually, unit tests

With this, these are relocated to under /tmp
```
# ls /tmp/RtmpG2M0cB/
derby.log
```
And they are removed automatically when the R session is ended.

Author: Felix Cheung <felixcheung_m@hotmail.com>

Closes #16330 from felixcheung/rderby.
2017-03-19 10:37:15 -07:00
..
inst [SPARK-18817][SPARKR][SQL] change derby log output to temp dir 2017-03-19 10:37:15 -07:00
R [SPARK-18817][SPARKR][SQL] change derby log output to temp dir 2017-03-19 10:37:15 -07:00
src-native [SPARK-6811] Copy SparkR lib in make-distribution.sh 2015-05-23 00:04:01 -07:00
tests [SPARK-18817][SPARKR][SQL] change derby log output to temp dir 2017-03-19 10:37:15 -07:00
vignettes [SPARK-19391][SPARKR][ML] Tweedie GLM API for SparkR 2017-03-14 00:50:38 -07:00
.lintr [SPARK-12327][SPARKR] fix code for lintr warning for commented code 2016-01-03 20:53:35 +05:30
.Rbuildignore [SPARK-18590][SPARKR] build R source package when making distribution 2016-12-08 11:29:31 -08:00
DESCRIPTION [MINOR][R] Reorder Collate fields in DESCRIPTION file 2017-03-19 10:30:34 -07:00
NAMESPACE [SPARK-19654][SPARKR][SS] Structured Streaming API for R 2017-03-18 16:26:48 -07:00