| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
177 (0.289s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: HDFS to a different location other than HADOOP HOME - MapReduce - [mail # user]
|
|
...Change the permissions of /SD1/hadoop_data to 755 and restart the process. Warm Regards, Tariq cloudfront.blogspot.com On Fri, Jun 14, 2013 at 11:10 PM, Raj Hadoop wrote: ...
|
|
|
Author: Mohammad Tariq,
2013-06-14, 17:44
|
|
|
Re: size of input files - MapReduce - [mail # user]
|
|
...Hello Siddharth, You can find the exact filesize from the *File Input Format Counters* - *Bytes Read *by visiting the page of a particular job throug...
|
|
|
Author: Mohammad Tariq,
2013-06-02, 19:12
|
|
|
Re: hi - MapReduce - [mail # user]
|
|
...Hello sumit, Make sure all the Hadoop daemons are running . Warm Regards, Tariq cloudfront.blogspot.com On Fri, May 31, 2013 at 3:07 PM, sumit piparsa...
|
|
|
Author: Mohammad Tariq,
2013-05-31, 10:25
|
|
|
Re: Error while extracting hadoop tar - MapReduce - [mail # user]
|
|
...It means the file is either truncated or not downloaded completely. Warm Regards, Tariq cloudfront.blogspot.com On Thu, May 16, 2013 at 10:17 PM, Raj Hadoop wrote: ...
|
|
|
Author: Mohammad Tariq,
2013-05-16, 17:01
|
|
|
Re: Configuring SSH - is it required? for a psedo distriburted mode? - MapReduce - [mail # user]
|
|
...Hello Raj, ssh is actually 2 things : 1- ssh : The command we use to connect to remote machines - the client. 2- sshd : The daemon that is running on the server and allo...
|
|
|
Author: Mohammad Tariq,
2013-05-16, 16:02
|
|
|
Re: Number of records in an HDFS file - MapReduce - [mail # user]
|
|
...Agree with Shahab. Warm Regards, Tariq cloudfront.blogspot.com On Tue, May 14, 2013 at 12:32 AM, Shahab Yunus wrote: ...
|
|
|
Author: Mohammad Tariq,
2013-05-13, 19:07
|
|
|
Re: Number of records in an HDFS file - MapReduce - [mail # user]
|
|
...If it is just counting the no. of records in a file then how about having a short 3 liner : LOGS= LOAD 'log'; LOGS_GROUP= GROUP LOGS ALL; LOG_COUNT = FOREACH LOGS_GROUP GENERATE COUNT(LOGS);...
|
|
|
Author: Mohammad Tariq,
2013-05-13, 18:36
|
|
|
Re: Install Hadoop on Linux Pseudo Distributed Mode - Root Required? - MapReduce - [mail # user]
|
|
...Hello Raj, Install in what sense?Are you planning to use Apache's package?If that is the case you just have to download and unzip it. And you don't need root privilege f...
|
|
|
Author: Mohammad Tariq,
2013-05-13, 14:47
|
|
|
Re: Hadoop noob question - MapReduce - [mail # user]
|
|
...This is what I would say : The number of maps is decided as follows. Since it’s a good idea to get each map to copy a reasonable amount of data to minimize overheads in task setup, eac...
|
|
|
Author: Mohammad Tariq,
2013-05-12, 13:42
|
|
|
Re: Hadoop noob question - MapReduce - [mail # user]
|
|
...I had said that if you use distcp to copy data *from localFS to HDFS* then you won't be able to exploit parallelism as entire file is present on a single machine. So no multiple TTs. P...
|
|
|
Author: Mohammad Tariq,
2013-05-12, 12:55
|
|
|
|