Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 21 to 30 from 123 (0.175s).
Loading phrases to help you
refine your search...
Re: Need some help for writing map reduce functions in hadoop-1.0.1 java - Hadoop - [mail # user]
...Hi,  You can go through the code of this project ( https://github.com/zinnia-phatak-dev/Nectar) to understand how the complex algorithms are implemented using M/R.  On Fri, May 18,...
   Author: madhu phatak, 2012-05-22, 13:45
Re: Where does Hadoop store its maps? - Hadoop - [mail # user]
...Hi,  Set "mapred.local.dir" in mapred-site.xml to point a directory on /mnt so that it will not use ec2 instance EBS.  On Tue, May 22, 2012 at 6:58 PM, Mark Kerzner wrote:   &...
   Author: madhu phatak, 2012-05-22, 13:36
Re: Bad connect ack with firstBadLink - Hadoop - [mail # user]
...Hi,  Increasing the open file limit solved the issue. Thank you.  On Fri, May 4, 2012 at 9:39 PM, Mapred Learn  wrote:     https://github.com/zinnia-phatak-dev/Necta...
   Author: madhu phatak, 2012-05-07, 09:37
Bad connect ack with firstBadLink - Hadoop - [mail # user]
...Hi, We are running a three node cluster . From two days whenever we copy file to hdfs , it is throwing  java.IO.Exception Bad connect ack with firstBadLink . I searched in net, but not ...
   Author: madhu phatak, 2012-05-04, 12:46
Re: EOFException - Hadoop - [mail # user]
...Hi,  In write method ,use writeInt() rather than write method. It should solve your problem.  On Mon, Apr 30, 2012 at 10:40 PM, Keith Thompson wrote:     https://github.c...
   Author: madhu phatak, 2012-05-02, 05:24
Re: Error related Hadoop - Hadoop - [mail # dev]
...Seems like Datanode is not up. Please look into tasktracker and datanode logs.  On Thu, Apr 26, 2012 at 3:40 PM, Bhavesh Shah wrote:     https://github.com/zinnia-phatak-dev/N...
   Author: madhu phatak, 2012-04-26, 10:14
Re: Log file - Hadoop - [mail # dev]
...Just see the $HADOOP_HOME/logs directory in tasktracker nodes.  On Tue, Apr 24, 2012 at 6:28 AM, Ranjan Banerjee wrote:     https://github.com/zinnia-phatak-dev/Nectar...
   Author: madhu phatak, 2012-04-24, 05:16
Re: Hadoop and Ubuntu / Java - Hadoop - [mail # user]
...As per Oracle, going forward openjdk will be official oracle jdk for linux . Which means openjdk will be same as the official one.  On Tue, Dec 20, 2011 at 9:12 PM, hadoopman  wrot...
   Author: madhu phatak, 2012-04-19, 09:05
Re: getting UnknownHostException - Hadoop - [mail # user]
...Please check contents of /etc/hosts for the hostname and ipaddress mapping.  On Thu, Apr 12, 2012 at 11:11 PM, Sujit Dhamale wrote:     https://github.com/zinnia-phatak-dev/Ne...
   Author: madhu phatak, 2012-04-13, 05:19
Testing Map reduce code - Hadoop - [mail # user]
...Hi,  I am working on a Hadoop project where I want to make automated build to run M/R test cases  on real hadoop cluster. As of now it seems we can only unit test M/R through MiniD...
   Author: madhu phatak, 2012-04-11, 13:20
Sort:
project
Hadoop (123)
MapReduce (17)
HDFS (13)
Hive (6)
type
mail # user (109)
mail # dev (14)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (2)
last 9 months (123)
author
Harsh J (1378)
Steve Loughran (931)
Owen O'Malley (816)
Todd Lipcon (756)
Arun C Murthy (575)
Eli Collins (513)
Allen Wittenauer (461)
Doug Cutting (344)
Konstantin Boudnik (335)
Mark Kerzner (334)
Edward Capriolo (328)
Ted Dunning (321)
Brian Bockelman (305)
Tom White (303)
jason hadoop (279)
madhu phatak