Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 19 (0.093s).
Loading phrases to help you
refine your search...
Re: Sorting Values sent to reducer NOT based on KEY (Depending on part of VALUE) - Hadoop - [mail # user]
...Thanks for reply.  Will try to implement. I think there is problem in my case where i have modified write function of mapper context.write and tried to write same key value pair multipl...
   Author: Vikas Jadhav, 2013-04-24, 04:32
Re: How can I record some position of context in Reduce()? - Hadoop - [mail # user]
...Hi I am also woring on join using MapReduce i think instead of finding postion of table in RawKeyValuIterator. what we can do modify context.write method to alway write key as table name or ...
   Author: Vikas Jadhav, 2013-04-09, 05:15
Re: Reading partition for reducer - Hadoop - [mail # dev]
...yes i have joined [EMAIL PROTECTED] mailing list. i think it is not possible to do in user code(map or reduce function) rather i dont want to make my changes visible to mapreduce programmer ...
   Author: Vikas Jadhav, 2013-04-02, 04:19
Re: Reading partition for reducer - Hadoop - [mail # dev]
...Hi  I want process/store  all data pertaining to one reducer.  i want store it in some data structure depending on key for example  (0,ABC) (0,TER) (1,DEF) (1,XYZ)  ...
   Author: Vikas Jadhav, 2013-04-01, 16:38
Reading partition for reducer - Hadoop - [mail # dev]
...Hello  I want to process output of mapper to processed before it is sent to reducer.  @ what point i should hook in my code processing   i guess it is ReduceTask.java file &nb...
   Author: Vikas Jadhav, 2013-04-01, 12:06
How to build hadoop code using ANT offline - Hadoop - [mail # dev]
...for first job ANT download jar from internet how to build offline using ANT  * * *  Thanx and Regards* * Vikas Jadhav*...
   Author: Vikas Jadhav, 2013-03-14, 17:06
Re: - Hadoop - [mail # user]
...Hello  you can modify log4j.properties file in your conf  folder and set appropriate logging level   I think you should follow hadoop-wiki http://wiki.apache.org/hadoop/HowToC...
   Author: Vikas Jadhav, 2013-03-11, 12:32
Re: - Hadoop - [mail # user]
...Hello  I  think you should follow hadoop-wiki http://wiki.apache.org/hadoop/HowToContribute  +  It is very easy you can also refer to http://ahadoop.blogspot.in/ post by ...
   Author: Vikas Jadhav, 2013-03-11, 12:28
Re: mapper combiner and partitioner for particular dataset - Hadoop - [mail # user]
...got it Thanx Mahesh.  On Tue, Mar 5, 2013 at 1:35 PM, Mahesh Balija wrote:    * * *  Thanx and Regards* * Vikas Jadhav*...
   Author: Vikas Jadhav, 2013-03-06, 09:38
Re: Hadoop cluster setup - could not see second datanode - Hadoop - [mail # user]
...1) check whehter you can ssh to other node from  namenode  set your configuration carefully  ****  fs.default.name****  localhost:9000****      replac...
   Author: Vikas Jadhav, 2013-03-06, 09:34
Sort:
project
Hadoop (19)
MapReduce (19)
HDFS (11)
HBase (7)
type
mail # user (10)
mail # dev (9)
date
last 7 days (0)
last 30 days (1)
last 90 days (16)
last 6 months (19)
last 9 months (19)
author
Harsh J (1372)
Steve Loughran (928)
Owen O'Malley (816)
Todd Lipcon (755)
Arun C Murthy (573)
Eli Collins (512)
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)
Vikas Jadhav