Error putting files in the HDFS

2013-10-08 Thread Basu,Indrashish
Hello, My name is Indrashish Basu and I am a Masters student in the Department of Electrical and Computer Engineering. Currently I am doing my research project on Hadoop implementation on ARM processor and facing an issue while trying to run a sample Hadoop source code on the same. Every ti

Re: Error putting files in the HDFS

2013-10-08 Thread Basu,Indrashish
re that it is up and running (typed jps command). Regards, Indrashish On Tue, 8 Oct 2013 23:25:25 +0530, Jitendra Yadav wrote: As per your dfs report, available DataNodes count is ZERO in you cluster. Please check your data node logs. Regards Jitendra On 10/8/13, Basu,Indrashish wrot

Re: Error putting files in the HDFS

2013-10-08 Thread Basu,Indrashish
some space for the HDFS ? Regards, Indrashish On Tue, 08 Oct 2013 14:01:19 -0400, Basu,Indrashish wrote: Hi Jitendra, This is what I am getting in the datanode logs : 2013-10-07 11:27:41,960 INFO org.apache.hadoop.hdfs.server.common.Storage: Storage directory /app/hadoop/tmp/dfs/data is not

Re: Error putting files in the HDFS

2013-10-08 Thread Basu,Indrashish
On Tue, 8 Oct 2013 23:51:30 +0530, Mohammad Tariq wrote: > You don't have any more space left in your HDFS. Delete some old data or add additional storage. > > Warm Regards, > Tariq > cloudfront.blogspot.com [6] > > On Tue, Oct 8, 2013 at 11:47 PM, Basu,

Re: Error putting files in the HDFS

2013-10-08 Thread Basu,Indrashish
gt; > Warm Regards, > Tariq > cloudfront.blogspot.com [8] > > On Tue, Oct 8, 2013 at 11:59 PM, Basu,Indrashish wrote: > >> Hi Tariq, >> >> Thanks a lot for your help. >> >> Can you please let me know the path where I can check the old files in th

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

Error while running Hadoop Source Code

2013-10-31 Thread Basu,Indrashish
Hi, I am trying to run a sample Hadoop GPU source code (kmeans algorithm) on an ARM processor and getting the below error. Can anyone please throw some light on this ? rmr: cannot remove output: No such file or directory. 13/10/31 13:43:12 WARN mapred.JobClient: No job jar file set. User c

Re: Error while running Hadoop Source Code

2013-11-04 Thread Basu,Indrashish
ne exactly. To mention, I am trying to run a sample KMeans algorithm on a GPU using Hadoop. Thanks in advance. Regards, Indrashish. On Thu, 31 Oct 2013 20:00:10 -0400, Basu,Indrashish wrote: Hi, I am trying to run a sample Hadoop GPU source code (kmeans algorithm) on an ARM processor and getting

Re: Error while running Hadoop Source Code

2013-11-05 Thread Basu,Indrashish
Hi, Can anyone kindly assist on this ? Regards, Indrashish On Mon, 04 Nov 2013 10:23:23 -0500, Basu,Indrashish wrote: Hi All, Any update on the below post ? I came across some old post regarding the same issue. It explains the solution as " The *nopipe* example needs more document

Re: Error while running Hadoop Source Code

2013-11-06 Thread Basu,Indrashish
gards, Indrashish On Tue, 5 Nov 2013 10:09:36 -0800, Vinod Kumar Vavilapalli wrote: > It seems like your pipes mapper is exiting before consuming all the input. Did you check the task-logs on the web UI? > > Thanks, > +Vinod > > On Nov 5, 2013, at 7:25 AM, Basu,Indr

Re: Error while running Hadoop Source Code

2013-11-06 Thread Basu,Indrashish
Can anyone please assist regarding this ? Thanks in advance Regards, Indra On Wed, 06 Nov 2013 09:50:02 -0500, Basu,Indrashish wrote: > Hi Vinod, > > Thanks for your help regarding this. I checked the task logs, this is what it is giving as output. > > 2013-11-

Re: Error while running Hadoop Source Code

2013-11-07 Thread Basu,Indrashish
e TaskTracker log > - The task-logs. These are syslog, stderr, stdout files for a specific TaskAttempt. > - And specific TaskAttempt's TaskAttemtpID that is failing. > > Thanks, > +Vinod > > On Nov 6, 2013, at 2:50 PM, Basu,Indrashish wrote: > >> Can anyon

Re: Error while running Hadoop Source Code

2013-11-09 Thread Basu,Indrashish
Any updates on this ? Regards, Indra On Thu, 07 Nov 2013 11:28:57 -0500, Basu,Indrashish wrote: > Hi Vinod, > > Please find the below details requested: > > A) ALL OF THE TASKTRACKER LOG : > > Same what I have provided in the earlier email. > > B) T

Re: Error while running Hadoop Source Code

2013-11-12 Thread Basu,Indrashish
Hi, Can anyone please assist regarding this ? Regards, Indrashish On Sat, 09 Nov 2013 10:58:03 -0500, Basu,Indrashish wrote: > Any updates on this ? > > Regards, > > Indra > > On Thu, 07 Nov 2013 11:28:57 -0500, Basu,Indrashish wrote: > >> Hi

Drawbacks of Hadoop Pipes

2014-03-01 Thread Basu,Indrashish
Hello, I am trying to execute a CUDA benchmark in a Hadoop Framework and using Hadoop Pipes for invoking the CUDA code which is written in a C++ interface from the Hadoop Framework. I am just a bit interested in knowing what can be the drawbacks of using Hadoop Pipes for this and whether the

Re: Drawbacks of Hadoop Pipes

2014-03-03 Thread Basu,Indrashish
Hello, Anyone can help regarding the below query. Regards, Indrashish On Sat, 01 Mar 2014 13:52:11 -0500, Basu,Indrashish wrote: Hello, I am trying to execute a CUDA benchmark in a Hadoop Framework and using Hadoop Pipes for invoking the CUDA code which is written in a C++ interface from