Re: Issue with setting JAVA_HOME

2015-05-22 Thread Pumudu Ruhunage
pick up JDK for sqoop and JRE for yarn? Or any workarounds possible? Please let me know! Thanks, Divya -- Pumudu Ruhunage email : pumud...@gmail.com work email : pum...@wso2.com Blog : http://pumuduruhunage.blogspot.com/

Re: Error while writing to HDFS NFS from windows

2014-11-09 Thread Pumudu ruhunage
to use NFS itself, since we need to recreate the exact folder/file structure on hdfs. With Regards, Gautam Hegde On Fri, Nov 7, 2014 at 10:56 PM, Pumudu ruhunage pumud...@gmail.com wrote: Hi Gautam, Can you please give more details of what you tried ? What's the command you execute

Re: Error while writing to HDFS NFS from windows

2014-11-07 Thread Pumudu ruhunage
: New Text Document.txt dir fileId:463160 Is there any way to resolve this, so that I can successfully write from windows to HDFS NFS? Thanks in advance Gautam Hegde -- Pumudu Ruhunage email : pumud...@gmail.com work email : pum...@wso2.com Blog : http://pumuduruhunage.blogspot.com/

Re: Is there a way to view the files in HDFS directly?

2014-11-06 Thread Pumudu ruhunage
Hi David, You can try cat command and copy the file to local filesystem and view it[ 1 http://hadoop.apache.org/docs/r0.18.3/hdfs_shell.html#cat]. But it seems you need to view it directly within hdfs. i'm not sure if there's any hadoop commands to get it done, but i have read/write to hdfs using

Re: Doubts in Map reduce programs

2014-11-01 Thread Pumudu ruhunage
Hi, There are some great map reduce samples in hadoop itself. Have you seen them ? If you have hadoop 2.2.0 and if you goto {hadoop_base}/share/hadoop/mapreduce you can find bunch of great sample map reduce programs. In different versions of hadoop this directory can be different. Regards,