Re: The NCDC Weather Data for Hadoop the Definitive Guide

2012-12-05 Thread Sujit Dhamale
l*" http://ftp3.ncdc.noaa.gov/pub/data/noaa/$i/ done On Fri, Nov 16, 2012 at 1:01 PM, Sujit Dhamale wrote: > Hi, > If Needed you can run Below Script for Storing Data on your Local System > > for i in {1901..2012} > do > cd /home/ubuntu/work/ > wget -r -np -nH .cut-dirs=3

Re: The NCDC Weather Data for Hadoop the Definitive Guide

2012-11-15 Thread Sujit Dhamale
Hi, If Needed you can run Below Script for Storing Data on your Local System for i in {1901..2012} do cd /home/ubuntu/work/ wget -r -np -nH .cut-dirs=3 -R index.html http://ftp3.ncdc.noaa.gov/pub/data/noaa/$i/ cd pub/data/noaa/$i/ cp *.gz /home/ubuntu/work/files cd /home/ubuntu/work/ rm -r pub/ do

Re: Hadoop with Sharded MySql

2012-05-31 Thread Sujit Dhamale
Regards Sujit Dhamale (+91 9970086652) On Fri, Jun 1, 2012 at 5:42 AM, Edward Capriolo wrote: > Maybe you can do some VIEWs or unions or merge tables on the mysql > side to overcome the aspect of launching so many sqoop jobs. > > On Thu, May 31, 2012 at 6:02 PM, Srinivas Surasani >

Re: getting UnknownHostException

2012-04-15 Thread Sujit Dhamale
2012 at 11:11 PM, Sujit Dhamale >wrote: > > > Hi Friends , > > i am getting UnknownHostException while executing Hadoop Word count > program > > > > getting below details from job tracker Web page > > > > *User:* sujit > > *Job Name:* word coun

Re: Mapping is not happening.

2012-04-09 Thread Sujit Dhamale
Hi Friends , i am not able to run word count problem , Please look in the below issue. i am not able to Find what exactly issue is , not able to troubleshoot. please help me out :) Thanks in Advance. Kind Regards Sujit On Mon, Apr 9, 2012 at 8:56 AM, Sujit Dhamale wrote: > hi all , >

Re: Data Node is not Started

2012-04-06 Thread Sujit Dhamale
p/hadoop/logs$ A 2 at 11:46 PM, Prashant Kommireddi wrote: > Can you check the datanode logs? May its an incompatible namespace issue. > > On Apr 6, 2012, at 11:13 AM, Sujit Dhamale > wrote: > > > Hi all, > > my DataNode is not started . > > > > even afte

Data Node is not Started

2012-04-06 Thread Sujit Dhamale
Hi all, my DataNode is not started . even after deleting hadoop*.pid file from /tmp , But still Data node is not started , Hadoop Version: hadoop-1.0.1.tar.gz Java version : java version "1.6.0_26 Operating System : Ubuntu 11.10 i did below procedure *hduser@sujit:~/Desktop/hadoop/bin$ jps*

Re: getting NullPointerException while running Word cont example

2012-04-02 Thread Sujit Dhamale
Can some one please look in to below issue ?? Thanks in Advance On Wed, Mar 7, 2012 at 9:09 AM, Sujit Dhamale wrote: > Hadoop version : hadoop-0.20.203.0rc1.tar > Operaring Syatem : ubuntu 11.10 > > > > On Wed, Mar 7, 2012 at 12:19 AM, Harsh J wrote: > >> Hi Sujit

Re: Image Processing in Hadoop

2012-04-02 Thread Sujit Dhamale
Shreya can u please Explain your scenario . On Mon, Apr 2, 2012 at 3:02 PM, wrote: > > > Hi, > > > > Can someone point me to some info on Image processing using Hadoop? > > > > Regards, > > Shreya > > > This e-mail and any files transmitted with it are for the sole use of the > intended recipi

getting NullPointerException while running Word cont example

2012-03-07 Thread Sujit Dhamale
Hi, I am new to Hadoop., i install Hadoop as per http://www.michael-noll.com/tutorials/running-hadoop-on-ubuntu-linux-single-node-cluster/ while running Word cont example i am getting *NullPointerException

Re: getting NullPointerException while running Word cont example

2012-03-06 Thread Sujit Dhamale
Hadoop version : hadoop-0.20.203.0rc1.tar Operaring Syatem : ubuntu 11.10 On Wed, Mar 7, 2012 at 12:19 AM, Harsh J wrote: > Hi Sujit, > > Please also tell us which version/distribution of Hadoop is this? > > On Tue, Mar 6, 2012 at 11:27 PM, Sujit Dhamale > wrote: > >

Re: Best Linux Operating system used for Hadoop

2012-01-27 Thread Sujit Dhamale
Thanks a lot Alex, i will install Linux RHEL today Only . --Sujit Dhamale On Fri, Jan 27, 2012 at 2:49 PM, alo alt wrote: > I suggest CentOS 5.7 / RHEL 5.7 > > CentOS 6.2 runs also stable > > - Alex > > -- > Alexander Lorenz > http://mapredit.blogspot.com >