| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
28 (0.324s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: reducer gets values with empty attributes - MapReduce - [mail # user]
|
|
...Hi Alex, Can you please attach your code? and the sample input data. Best, Mahesh Balija, Calsoft Labs. On Tue, Apr 30, 2013 at ...
|
|
|
Author: Mahesh Balija,
2013-04-30, 06:33
|
|
|
Re: Writing data from HDFS to Tpae - MapReduce - [mail # user]
|
|
...Can you do the following, hadoop fs -copyToLocal Best, Mahesh Balija, CalsoftLabs. On Wed, Apr 24, 2013 at 12:12 PM, G, Prashanthi wrote: ...
|
|
|
Author: Mahesh Balija,
2013-04-26, 06:55
|
|
|
Re: R environment with Hadoop - MapReduce - [mail # user]
|
|
...Mahout is an alternative for R, if you are NOT aware of. Thanks, Mahesh Balija, CalsoftLabs. On Thu, Apr 11, 2013 at 12:25 AM, Ted Yu wrote: ...
|
|
|
Author: Mahesh Balija,
2013-04-10, 21:21
|
|
|
Re: Hadoop file system - MapReduce - [mail # user]
|
|
...You can be able to use Hdfs alone in the distributed mode to fulfill your requirement. Hdfs has the Filesystem java api through which you can interact with the HDFS from your client. HDFS is...
|
|
|
Author: Mahesh Balija,
2013-03-05, 08:44
|
|
|
Re: mapper combiner and partitioner for particular dataset - MapReduce - [mail # user]
|
|
...What Harsh means by that is, you should create a custom partitioner which should take care of partitioning the records based on the input record data (Key, Value). i.e., if you have multiple...
|
|
|
Author: Mahesh Balija,
2013-03-05, 08:05
|
|
|
Re: Running terasort with 1 map task - MapReduce - [mail # user]
|
|
...does passing the dfs.block.size=134217728 resolves your issue? or is it something else fixed your problem? On Tue, Feb 26, 2013 at 6:04 PM, Arindam Choudhury wrote: ...
|
|
|
Author: Mahesh Balija,
2013-02-26, 23:07
|
|
|
Re: WordPairCount Mapreduce question. - MapReduce - [mail # user]
|
|
...byte array comparison is for performance reasons only, but NOT the way you are thinking. This method comes from an interface called RawComparator which provides the prototype (public int com...
|
|
|
Author: Mahesh Balija,
2013-02-25, 08:14
|
|
|
Re: WordPairCount Mapreduce question. - MapReduce - [mail # user]
|
|
...Please check the in-line answers... On Sat, Feb 23, 2013 at 6:22 PM, Sai Sai wrote: This is how usually hashcode is calculated for any String instance (s[0]*31^(n-1) + s[1]...
|
|
|
Author: Mahesh Balija,
2013-02-23, 13:23
|
|
|
Re: How To Load Data Between two cluster - MapReduce - [mail # user]
|
|
...Hi Samir, One solution for your Case 1 can be, 1) First you export your...
|
|
|
Author: Mahesh Balija,
2013-02-22, 08:06
|
|
|
Re: number input files to mapreduce job - MapReduce - [mail # user]
|
|
...Hi Vikas, You can get the FileSystem instance by calling FileSystem.get(Configuration); &nbs...
|
|
|
Author: Mahesh Balija,
2013-02-12, 09:17
|
|
|
|