Re: Newbie point to start

2010-07-05 Thread Alberich de megres
sorry, i paste the wrong message: bin/start-dfs.sh: line 50: /bin/hadoop-daemon.sh: file dont' exists I was asking if it was possible to run hdfs without hadoop files, onlye with files on the svn repo (or this git mirror): http://github.com/apache/hadoop-hdfs.git thanks!! On Mon, Jul 5, 2010 at

Re: Newbie point to start

2010-07-05 Thread Alberich de megres
Retaking this thread, and sorry to insist: using the wiki steps to run hdfs leads to a: Hadoop common not found On Sat, Jun 12, 2010 at 12:49 AM, Alberich de megres wrote: > Oks, > Thanks a lot!!! > > I'm going to try it now. > > On Fri, Jun 11, 2010 at 2:46 AM, Jitendra Nath Pandey > wrote:

Re: Newbie point to start

2010-06-11 Thread Alberich de megres
Oks, Thanks a lot!!! I'm going to try it now. On Fri, Jun 11, 2010 at 2:46 AM, Jitendra Nath Pandey wrote: > You can checkout hadoop-20 branch from > http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20/ , >  and build and run following the steps on the wiki. > > > > On 6/10/10 2:01

Re: Newbie point to start

2010-06-10 Thread Jitendra Nath Pandey
You can checkout hadoop-20 branch from http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20/ , and build and run following the steps on the wiki. On 6/10/10 2:01 PM, "Alberich de megres" wrote: Thanks! Can i compile just the source at the repo and use it just as is? I mean, with

Re: Newbie point to start

2010-06-10 Thread Alberich de megres
Thanks! Can i compile just the source at the repo and use it just as is? I mean, without having any hadoop source code (except the hdfs code at the web i told you). Or without the need to integrate it with a hadoop compiiled code? Just as if a diferent or standalone project. On Thu, Jun 10, 201

Re: Newbie point to start

2010-06-10 Thread Alberich de megres
Thanks for the quick reply, But I'm talking about just hdfs.. is it posible to test it separately? with source code available at: http://github.com/apache/hadoop-hdfs I compiled it, and now i want to test it. (aside from hadoop) On Thu, Jun 10, 2010 at 9:37 PM, Jitendra Nath Pandey wrote: > Th

Re: Newbie point to start

2010-06-10 Thread Jitendra Nath Pandey
You can test hdfs without setting up map-reduce cluster if that's what you mean. Instead of bin/start-all.sh , use bin/start-dfs.sh and you can skip configurations related to mapreduce. To test it, use DFS command line "bin/hadoop dfs". On 6/10/10 1:16 PM, "Alberich de megres" wrote: Thanks

Newbie point to start

2010-06-10 Thread Alberich de megres
Hello! I'm new on HDFS, i just downloaded the source code and compiled it. Now I want to excecure it on 2 machines.. but i don't know how to start servers. Is there any web/doc or someone can point me some light on how to start? Thanks!! Alberich

Re: Newbie point to start

2010-06-10 Thread Jitendra Nath Pandey
This link should help. http://wiki.apache.org/hadoop/QuickStart On 6/10/10 12:20 PM, "Alberich de megres" wrote: Hello! I'm new on HDFS, i just downloaded the source code and compiled it. Now I want to excecure it on 2 machines.. but i don't know how to start servers. Is there any web/do