You can mentioned the "hadoop.tmp.dir" property in the core-site.xml as - <property> <name>hadoop.tmp.dir</name> <value>/app/software/app1</value> </property> "/app/software/app1" will be used as location for storing the hdfs files.
On Tue, Jun 11, 2013 at 7:52 PM, Raj Hadoop <[email protected]> wrote: > Hi, > > I have a one node Hadoop cluster for my POC. The HADOOP_HOME is under a > directory > > /usr/home/hadoop > > I dont have much space on /usr and want to use other accounts/applications > storage which are located at /app/software/app1 etc., > > How can I use the /app/software/app1 location for my HDFS files and > storage. Is it possible? Please advise. > > Thanks, > Raj > -- *With regards ---* *Mohammad Mustaqeem*, M.Tech (CSE) MNNIT Allahabad 9026604270
