orch.temp.path
Sets the path where temporary data is stored.
Usage
orch.temp.path(path)
 
Arguments
- path
- 
The full path to an existing HDFS directory. 
 
Return Value
The current temporary path
 
Example
This example returns /tmp as the current temporary directory.
R> orch.temp.path()
[1] "/tmp"