All dirs start with drw in your example

Sent from my iPhone

On Apr 20, 2013, at 4:46 PM, Raj Hadoop <[email protected]> wrote:

> Thanks Thariq. Following is the list. where are the actual directories . how 
> can i traverse to the directories? can i?
> 
> 2013-04-20 19:45:18.772 java[3742:1603] Unable to load realm info from 
> SCDynamicStore
> drwxr-xr-x   - hadoop supergroup          0 2013-04-20 18:05 /user/hadoop
> drwxr-xr-x   - hadoop supergroup          0 2013-04-20 17:00 
> /user/hadoop/input1
> -rw-r--r--   1 hadoop supergroup         48 2013-04-20 17:00 
> /user/hadoop/input1/sample.txt
> drwxr-xr-x   - hadoop supergroup          0 2013-04-20 17:46 
> /user/hadoop/output
> -rw-r--r--   1 hadoop supergroup          0 2013-04-20 17:46 
> /user/hadoop/output/_SUCCESS
> drwxr-xr-x   - hadoop supergroup          0 2013-04-20 17:45 
> /user/hadoop/output/_logs
> drwxr-xr-x   - hadoop supergroup          0 2013-04-20 17:45 
> /user/hadoop/output/_logs/history
> -rw-r--r--   1 hadoop supergroup      11262 2013-04-20 17:45 
> /user/hadoop/output/_logs/history/job_201304201653_0002_1366494345385_hadoop_word+count
> -rw-r--r--   1 hadoop supergroup      20395 2013-04-20 17:45 
> /user/hadoop/output/_logs/history/job_201304201653_0002_conf.xml
> -rw-r--r--   1 hadoop supergroup         60 2013-04-20 17:46 
> /user/hadoop/output/part-r-00000
> drwxr-xr-x   - hadoop supergroup          0 2013-04-20 18:06 
> /user/hadoop/output1
> -rw-r--r--   1 hadoop supergroup          0 2013-04-20 18:06 
> /user/hadoop/output1/_SUCCESS
> drwxr-xr-x   - hadoop supergroup          0 2013-04-20 18:05 
> /user/hadoop/output1/_logs
> drwxr-xr-x   - hadoop supergroup          0 2013-04-20 18:05 
> /user/hadoop/output1/_logs/history
> -rw-r--r--   1 hadoop supergroup      11266 2013-04-20 18:05 
> /user/hadoop/output1/_logs/history/job_201304201653_0004_1366495541487_hadoop_word+count
> -rw-r--r--   1 hadoop supergroup      20396 2013-04-20 18:05 
> /user/hadoop/output1/_logs/history/job_201304201653_0004_conf.xml
> -rw-r--r--   1 hadoop supergroup         60 2013-04-20 18:06 
> /user/hadoop/output1/part-r-00000
> 
> 
> 
> From: Mohammad Tariq <[email protected]>
> To: "[email protected]" <[email protected]>; Raj Hadoop 
> <[email protected]> 
> Sent: Saturday, April 20, 2013 7:40 PM
> Subject: Re: Very basic question
> 
> do this :
> 
> /Users/hadoop/hadoop-1.0.4/ bin/hadoop fs -lsr /user
> 
> Warm Regards,
> Tariq
> https://mtariq.jux.com/
> cloudfront.blogspot.com
> 
> 
> On Sun, Apr 21, 2013 at 5:07 AM, Raj Hadoop <[email protected]> wrote:
> This is my folder structure. Can you help me?
> 
> /Users/hadoop/hadoop-1.0.4
> hadoop$ ls -lrt
> total 14960
> drwxr-xr-x   3 hadoop  staff      102 Oct  3  2012 share
> drwxr-xr-x   9 hadoop  staff      306 Oct  3  2012 webapps
> drwxr-xr-x  52 hadoop  staff     1768 Oct  3  2012 lib
> -rw-r--r--   1 hadoop  staff   287807 Oct  3  2012 hadoop-tools-1.0.4.jar
> -rw-r--r--   1 hadoop  staff  2656646 Oct  3  2012 hadoop-test-1.0.4.jar
> -rw-r--r--   1 hadoop  staff      413 Oct  3  2012 
> hadoop-minicluster-1.0.4.jar
> -rw-r--r--   1 hadoop  staff   142452 Oct  3  2012 hadoop-examples-1.0.4.jar
> -rw-r--r--   1 hadoop  staff  3928530 Oct  3  2012 hadoop-core-1.0.4.jar
> -rw-r--r--   1 hadoop  staff      410 Oct  3  2012 hadoop-client-1.0.4.jar
> -rw-r--r--   1 hadoop  staff     6840 Oct  3  2012 hadoop-ant-1.0.4.jar
> drwxr-xr-x  10 hadoop  staff      340 Oct  3  2012 contrib
> drwxr-xr-x   9 hadoop  staff      306 Oct  3  2012 sbin
> -rw-r--r--   1 hadoop  staff    10525 Oct  3  2012 ivy.xml
> drwxr-xr-x  13 hadoop  staff      442 Oct  3  2012 ivy
> drwxr-xr-x  69 hadoop  staff     2346 Oct  3  2012 docs
> -rw-r--r--   1 hadoop  staff     1366 Oct  3  2012 README.txt
> -rw-r--r--   1 hadoop  staff      101 Oct  3  2012 NOTICE.txt
> -rw-r--r--   1 hadoop  staff    13366 Oct  3  2012 LICENSE.txt
> -rw-r--r--   1 hadoop  staff   446999 Oct  3  2012 CHANGES.txt
> drwxr-xr-x  18 hadoop  staff      612 Oct  3  2012 src
> drwxr-xr-x   4 hadoop  staff      136 Oct  3  2012 c++
> -rw-r--r--   1 hadoop  staff   119875 Oct  3  2012 build.xml
> drwxr-xr-x   4 hadoop  staff      136 Oct  3  2012 libexec
> drwxr-xr-x  19 hadoop  staff      646 Oct  3  2012 bin
> drwxr-xr-x   3 hadoop  staff      102 Apr 20 17:04 myprogs
> drwxr-xr-x  18 hadoop  staff      612 Apr 20 17:16 conf
> -rwx------   1 hadoop  staff       65 Apr 20 17:56 run_raj1.sh
> -rwx------   1 hadoop  staff       66 Apr 20 18:05 run_raj2.sh
> drwxr-xr-x  26 hadoop  staff      884 Apr 20 18:05 logs
> 
> From: Mohammad Tariq <[email protected]>
> To: "[email protected]" <[email protected]>; Raj Hadoop 
> <[email protected]> 
> Sent: Saturday, April 20, 2013 7:27 PM
> 
> Subject: Re: Very basic question
> 
> try to look into /user dir inside ur hdfs
> 
> Warm Regards,
> Tariq
> https://mtariq.jux.com/
> cloudfront.blogspot.com
> 
> 
> On Sun, Apr 21, 2013 at 4:52 AM, Mohammad Tariq <[email protected]> wrote:
> ok..do u remember the command?
> 
> Warm Regards,
> Tariq
> https://mtariq.jux.com/
> cloudfront.blogspot.com
> 
> 
> On Sun, Apr 21, 2013 at 4:45 AM, Raj Hadoop <[email protected]> wrote:
> Tariq,
> 
> Thanks for the quick reply.
> 
> I executed the sample example files that came with installation.
> 
> bin/hadoop jar hadoop-examples-1.0.4.jar wordcount input1 output1
> 
> I created 'input1' myself by hadoop commnad. I dont remember the path I gave.
> 
> Thanks,
> Raj
> 
> 
> From: Mohammad Tariq <[email protected]>
> To: "[email protected]" <[email protected]>; Raj Hadoop 
> <[email protected]> 
> Sent: Saturday, April 20, 2013 6:30 PM
> Subject: Re: Very basic question
> 
> Hello Raj,
> 
>      Could you show me the lines where you have set the i/o paths?
> 
> Warm Regards,
> Tariq
> https://mtariq.jux.com/
> cloudfront.blogspot.com
> 
> 
> On Sun, Apr 21, 2013 at 3:34 AM, Raj Hadoop <[email protected]> wrote:
> 
> Hello All,
> I am very new to Hadoop. Just installed and ran the Wordcount program. It ran 
> succesfully. I created the input directory and also placed the input file 
> through hadoop commnads.
> 
> Where are the output files and input file exist ? I am searching all folders 
> but could not find it.
> 
> Thanks in advance.
> 
> Regards,
> Raj
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 

Reply via email to