Re: getting files in hdfs

2008-04-17 Thread Garri Santos
Thanks Ted for the clarification. That's a great approach. Garri On Fri, Apr 18, 2008 at 10:15 AM, Ted Dunning <[EMAIL PROTECTED]> wrote: > > That isn't (I don't think) what I was referring to. > > I meant http://namenode:port/data/path-name > > This gives you the entire file at a time. > > > On

Re: getting files in hdfs

2008-04-17 Thread Ted Dunning
That isn't (I don't think) what I was referring to. I meant http://namenode:port/data/path-name This gives you the entire file at a time. On 4/17/08 6:08 PM, "Garri Santos" <[EMAIL PROTECTED]> wrote: > @Ted > > yeah I explored that Browse file system and I think I can use that. > > Is it po

Re: getting files in hdfs

2008-04-17 Thread Garri Santos
Thanks Thomas and Ted, when I use: ${PATH_TO_HADOOP_INSTALL}/bin/hadoop dfs -ls it list: /user/hadoop/sample.txt I was wondering if how can I access that file from let's say a web interface to direct on that file. Sample Text AFAIK the given example above will not work he he he In order fo

Re: getting files in hdfs

2008-04-17 Thread Ted Dunning
You can also get to the file via HTTP. On 4/17/08 2:43 AM, "Thomas Thevis" <[EMAIL PROTECTED]> wrote: > What do you mean by 'directly access the file'? HDFS provides several > file operations. Type '${PATH_TO_HADOOP_INSTALL}/bin/hadoop fs' to see > an appropriate usage message. > > Regards, >

Re: getting files in hdfs

2008-04-17 Thread Thomas Thevis
What do you mean by 'directly access the file'? HDFS provides several file operations. Type '${PATH_TO_HADOOP_INSTALL}/bin/hadoop fs' to see an appropriate usage message. Regards, Thomas Garri Santos schrieb: Good Day, I successfully installed and copy a test file to HDFS. I was wondering if

getting files in hdfs

2008-04-17 Thread Garri Santos
Good Day, I successfully installed and copy a test file to HDFS. I was wondering if is it possible to directly access the file without getting it out first from the HDFS. Regards, Garri