Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 131 to 140 from 255 (0.161s).
Loading phrases to help you
refine your search...
Re: [VOTE] Release hadoop-2.0.0-alpha - Hadoop - [mail # general]
...+1 I downloaded it and run a few simple tests wordcount etc. on a single no de cluster with no security.   On 5/9/12 11:58 AM, "Arun C Murthy"  wrote:  I've created a release ...
   Author: Robert Evans, 2012-05-09, 18:20
Re: Need to improve documentation for v 0.23.x ( v 2.x) - Hadoop - [mail # user]
...Yes I am the one that said I would look into releasing the Yahoo documentat ion.  Thanks for reminding me.  I have been a bit distracted, by some "rest ructuring" that has happened...
   Author: Robert Evans, 2012-05-09, 14:16
Re: Need to improve documentation for v 0.23.x ( v 2.x) - Hadoop - [mail # user]
...I agree that better documentation is almost always needed.  The problem is  in finding the time to really make this happen.  If you or anyone else here  wants to help out...
   Author: Robert Evans, 2012-05-07, 15:49
Re: cannot use a map side join to merge the output of multiple map side joins - Hadoop - [mail # user]
...I believe that you are correct about the split processing.  It orders the s plits by size so that the largest splits are processed first.  This allows  for the smaller splits ...
   Author: Robert Evans, 2012-05-07, 15:19
Re: hadoop streaming using a java program as mapper - Hadoop - [mail # user]
...Do you have the error message from running java?  You can use myMapper.sh t o help you debug what is happening and logging it.  Stderr of myMapper.sh i s logged and you can get to ...
   Author: Robert Evans, 2012-05-02, 13:40
Re: Node-wide Combiner - Hadoop - [mail # user]
...Do you mean that when multiple map jobs run on the same node, that there is  a combiner that will run across all of that code.  There is nothing for th at right now.  It seems...
   Author: Robert Evans, 2012-04-30, 16:27
Re: KMeans clustering on Hadoop infrastructure - Hadoop - [mail # user]
...You are likely going to get more help from talking to the Mahout mailing li st.  https://cwiki.apache.org/confluence/display/MAHOUT/Mailing+Lists,+IRC+and+A rchives   On 4/28/12 7:...
   Author: Robert Evans, 2012-04-30, 16:23
Re: reducers and data locality - Hadoop - [mail # user]
...Also generating random keys/partitions can be problematic.  Although the pr oblems are rare.  A mapper can be restarted after it finishes successfully  if the machine it was o...
   Author: Robert Evans, 2012-04-27, 15:22
Re: Text Analysis - Hadoop - [mail # user]
...Hadoop itself is the core Map/Reduce and HDFS functionality.  The higher le vel algorithms like sentiment analysis are often done by others.  Cloudera  has a video from Hadoop...
   Author: Robert Evans, 2012-04-25, 15:26
Re: isSplitable() problem - Hadoop - [mail # user]
...The current code guarantees that they will be received in order.  There som e patches that are likely to go in soon that would allow for the JVM itself  to be reused.  In thos...
   Author: Robert Evans, 2012-04-24, 13:53
Sort:
project
Hadoop (255)
MapReduce (146)
HDFS (27)
type
mail # user (98)
mail # general (91)
mail # dev (66)
date
last 7 days (3)
last 30 days (10)
last 90 days (22)
last 6 months (37)
last 9 months (255)
author
Harsh J (1373)
Steve Loughran (928)
Owen O'Malley (816)
Todd Lipcon (755)
Arun C Murthy (573)
Eli Collins (513)
Allen Wittenauer (461)
Doug Cutting (344)
Mark Kerzner (334)
Konstantin Boudnik (333)
Edward Capriolo (328)
Ted Dunning (321)
Brian Bockelman (305)
Tom White (302)
jason hadoop (279)
Robert Evans