Re: queries regarding hadoop DFS

2018-01-03 Thread Philippe Kernévez
Hi Sachin, On Mon, Dec 18, 2017 at 9:09 AM, Sachin Tiwari wrote: > Hi > > I am trying to use hadoop as distributed file storage system. > > I did a POC with a small cluster with 1 name-node and 4 datanodes and I > was able to get/put files using hdfs client and monitor the datanodes > status on:

Fwd: queries regarding hadoop DFS

2017-12-18 Thread Sachin Tiwari
Hi I am trying to use hadoop as distributed file storage system. I did a POC with a small cluster with 1 name-node and 4 datanodes and I was able to get/put files using hdfs client and monitor the datanodes status on: http://master-machine:50070/dfshealth.html However, I have few open questions

Re: regarding hadoop source code

2014-03-11 Thread Jian He
Those are just test failures, I suggest you skip the tests as you earlier did and do mvn clean install. On Tue, Mar 11, 2014 at 5:10 AM, Avinash Kujur wrote: > after executing this command : > mvn clean install > > i am getting this error. > > Failed tests: > TestMetricsSystemImpl.testMultiTh

Re: regarding hadoop source code

2014-03-11 Thread Avinash Kujur
after executing this command : mvn clean install i am getting this error. Failed tests: TestMetricsSystemImpl.testMultiThreadedPublish:232 expected:<0> but was:<5> TestNetUtils.testNormalizeHostName:617 null TestFsShellReturnCode.testGetWithInvalidSourcePathShouldNotDisplayNullInConsole:307

Re: regarding hadoop source code

2014-03-10 Thread Oleg Zhurakousky
You must be using Java 1.5 or below where @Override is not allowed on any method that implements its counterpart from interface. Remember, both 1.5 and 1.6 are EOL, so I would suggest upgrading to 1.7. Oleg On Mon, Mar 10, 2014 at 10:49 AM, Avinash Kujur wrote: > > hi, > > i downloaded the code

Re: regarding hadoop source code

2014-03-10 Thread Avinash Kujur
hi, i downloaded the code from https://github.com/apache/hadoop-common.git . but while executing the command mvn install -DskipTests its giving this error in between: [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ hadoop-hdfs-httpfs --- [INFO] Compiling 56 source files to /

Help Regarding Hadoop

2013-10-18 Thread Basu,Indrashish
Hi there, I am trying to run a Hadoop source code on an ARM processor, but getting the below error. Can anyone suggest anything as why this is shooting up ? rmr: cannot remove output: No such file or directory. 13/10/18 11:46:21 WARN mapred.JobClient: No job jar file set. User classes may

Question regarding Hadoop ToolRunner Options

2013-05-09 Thread KayVajj
I see that the GenericOptionsParser and ToolRunner have three options to "provide" files/resources to the Task. -files -archives -libjars The description for all these options looks very alike. Can anyone of you explain the subtelities?? Thanks Kish

Re: regarding hadoop

2013-04-15 Thread Rajashree Bagal
I have checked earlier error and solved it after seeing logs but sitll have some problem .many of the solutions suggests about number of entries in /etc/hosts but not confirmed try to get replies from mailing list arpit@arpit:~/hadoop-1.0.3$ bin/hadoop jar hadoop-examples-1.0.3.jar wordcou

Re: regarding hadoop

2013-04-09 Thread Harsh J
Hi, This is most likely caused by an improper network environment wherein the reducer is not able to resolve all available tasktrackers to read the map outputs. Check the logs of the task attempt attempt_201304091351_0001_r_00_0 from the web UI for more specific information on which host it wa

regarding hadoop

2013-04-09 Thread Rajashree Bagal
we are getting the following error/warning while running wordcount program on hadoop 2 node cluster with one master and one slave... arpit@arpit:~/hadoop-1.0.3$ bin/hadoop jar hadoop-examples-1.0.3.jar wordcount /Input /Output WARNING: org.apache.hadoop.metrics.jvm.EventCounter is deprecated. Ple

Re: Question regarding hadoop jar command usage

2013-03-13 Thread Sandy Ryza
Hi Kay, Yeah, that line does set your jar as the job jar. "hadoop jar" expects java code to configure and submit your job. "mapred job" takes in a job.xml configuration file and runs the job based on that. -Sandy On Wed, Mar 13, 2013 at 11:07 AM, KayVajj wrote: > Hi Sandy, > > I was going th

Re: Question regarding hadoop jar command usage

2013-03-13 Thread KayVajj
Hi Sandy, I was going through the RunJar source code and the jar executes locally. When the jar fires a mapreduce job, the way I create JobConf is JobConf conf = new JobConf(MyJob.class); > Does this set MyJar as the job jar? Can you explain what is the difference between running an MR job usi

Re: Question regarding hadoop jar command usage

2013-03-13 Thread bejoy . hadoop
: KayVajj Date: Wed, 13 Mar 2013 09:01:42 To: Reply-To: user@hadoop.apache.org Subject: Question regarding hadoop jar command usage I have a question regarding the hadoop jar command. In a cluster of say nodes n1,n2...n100 the node n1 has jar Myjar on its local file system. If I run the command

Re: Question regarding hadoop jar command usage

2013-03-13 Thread Sandy Ryza
Hi Kay, The jar is just executed locally. If the jar fires up a mapreduce job and sets itself as the job jar, then mapreduce will handle copying it to the nodes that will use it. -Sandy On Wed, Mar 13, 2013 at 9:01 AM, KayVajj wrote: > I have a question regarding the hadoop jar command. In a

Question regarding hadoop jar command usage

2013-03-13 Thread KayVajj
I have a question regarding the hadoop jar command. In a cluster of say nodes n1,n2...n100 the node n1 has jar Myjar on its local file system. If I run the command hadoop jar local/path/to/Myjar Myclass other-args Is the MR job executed just on n1 or any arbitrary node n1..n100? If it is any ar

Re: Regarding Hadoop

2013-02-15 Thread Chaitanya Nanduri
; Tom white. I too started few weeks back and still learning it. J hope >> you like it too >> >> ** ** >> >> *From:* SrinivasaRao Kongar [mailto:ksrinu...@gmail.com] >> *Sent:* Thursday, February 14, 2013 11:38 PM >> *To:* user@hadoop.apache.org >> *

Re: Regarding Hadoop

2013-02-15 Thread Mohammad Tariq
The Definitive Guide 2nd Edition by > Tom white. I too started few weeks back and still learning it. J hope you > like it too > > ** ** > > *From:* SrinivasaRao Kongar [mailto:ksrinu...@gmail.com] > *Sent:* Thursday, February 14, 2013 11:38 PM > *To:* user@hadoop.apache

RE: Regarding Hadoop

2013-02-15 Thread Shah, Rahul1
: Regarding Hadoop Hi sir, What is Hadoop technology? what is the main purpose of this Hadoop technology? -- Thanks&Regards, SrinivasaRao Kongara

Re: Regarding Hadoop

2013-02-14 Thread Mahesh Balija
Hadoop is a combination of frameworks each having its own purpose, HDFS -> Distributed data storage, (i.e., if you have to manage huge amount of data which may NOT fit into single machine then DFS (distributed file system) is a way through which you can store and manage your data across multiple ma

Suggestions/Info required regarding Hadoop Benchmarking

2012-08-28 Thread Gaurav Dasgupta
Hi Users, I have a 12 node CDH3 cluster where I am planning to run some benchmark tests. My main intension is to run the benchmarks first with the default Hadoop configuration and then analyze the outcomes and tune the Hadoop metrics accordingly to increase the performance of my cluster. Can some