Re: access hadoop cluster from ubuntu on laptop

2013-03-18 Thread Harsh J
; in hadoop-env.sh under you hadoop conf directory. > > > > Dan > > > > From: George Datskos [mailto:george.dats...@jp.fujitsu.com] > Sent: Tuesday, March 12, 2013 7:07 PM > To: user@hadoop.apache.org > Subject: Re: access hadoop cluster from ubuntu on l

RE: access hadoop cluster from ubuntu on laptop

2013-03-13 Thread Danfeng Li
M To: user@hadoop.apache.org Subject: Re: access hadoop cluster from ubuntu on laptop Dan, If you aren't using kerberos security, you can use the HADOOP_USER_NAME env variable $ HADOOP_USER_NAME=hdfs hadoop fs -touchz /abc George I'd like to access hadoop cluster from my laptop (th

Re: access hadoop cluster from ubuntu on laptop

2013-03-12 Thread George Datskos
Dan, If you aren't using kerberos security, you can use the HADOOP_USER_NAME env variable $ HADOOP_USER_NAME=hdfs hadoop fs -touchz /abc George I'd like to access hadoop cluster from my laptop (through ubuntu). I put configuration files under /etc/hadoop/cluster/conf and set up env varia