Knowledgebase: Data Processing
How do I change the default temporary directory in HIPE?
Posted by Ivan Valtchanov, Last modified by h schelp on 06 June 2013 01:53 PM
Here is how to specify a temporary directory different from the default /tmp one. Put the following line

java.vm.options = -Djava.io.tmpdir=/mytmp

in your /.hcss/user.props, /installed.properties or in your /.hcss/appname.props, where (in the latter) appname is a application specific file (e.g. hipe.props).

Or you can start hipe with

hipe -properties java.io.tmpdir=/mytmp
(922 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments: