Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 31 to 40 from 123 (3.881s).
Loading phrases to help you
refine your search...
Re: Problem with Hadoop simple program - Hadoop - [mail # dev]
...Did you formatted the namenode before running code? On Apr 5, 2012 10:13 PM, "VaniJay"  wrote:  ...
   Author: madhu phatak, 2012-04-05, 16:47
Cross join/product in Map/Reduce - Hadoop - [mail # user]
...Hi, I am using the following code to generate cross product in hadoop.  package com.example.hadoopexamples.joinnew;  import java.io.BufferedReader; import java.io.IOException; impo...
   Author: madhu phatak, 2012-04-03, 12:26
Re: Image Processing in Hadoop - Hadoop - [mail # user]
...Hi  Shreya,  Image files binary files . Use SequenceFile format to store the image in hdfs and SequenceInputFormat to read the bytes . You can use TwoDWritable to store matrix for ...
   Author: madhu phatak, 2012-04-02, 10:12
Re: 0 tasktrackers in jobtracker but all datanodes present - Hadoop - [mail # user]
...Hi, 1. Stop the job tracker and task trackers.  - bin/stop-mapred.sh   2. Disable namenode safemode - bin/hadoop dfsadmin -safemode leave  3. Start the job tracker and tasktra...
   Author: madhu phatak, 2012-04-02, 06:38
Re: Multiple linear Regression on Hadoop - Hadoop - [mail # user]
...Hi ,  Nectar already implemented  Multiple Linear Regression. You can look into the code here  https://github.com/zinnia-phatak-dev/Nectar .  On Fri, Jan 13, 2012 at 11:2...
   Author: madhu phatak, 2012-04-02, 06:18
Re: input file order - Hadoop - [mail # user]
...Hi,  Mappers run in parallel. So without reducer it is not possible ensure the sequence.  On Fri, Jan 20, 2012 at 2:32 AM, Mapred Learn wrote:     https://github.com/zinn...
   Author: madhu phatak, 2012-04-02, 06:00
Re: Regarding Hadoop 1.0.0 release - Hadoop - [mail # user]
...Hi ,  Security features of 1.0.0. are same as 0.20.203 version .So you should be able to find documentation under 0.20.203 version.  On Fri, Jan 20, 2012 at 4:03 PM, renuka  w...
   Author: madhu phatak, 2012-04-02, 05:57
Re: setting sample text-files error - Hadoop - [mail # user]
...Hi,  Can you tell which version of Hadoop you are using? It seems like duplicate jars are on the classpath.  2012/1/23 Aleksandar Hudić   th org/apache/commons/cli/OptionBuild...
   Author: madhu phatak, 2012-04-02, 05:51
Re: Hadoop fs custom commands - Hadoop - [mail # user]
...Hi,  All commands invoke FSShell.java code. As per my knowledge you have to change the source code and build to support custom commands.  On Sun, Apr 1, 2012 at 2:11 PM, JAX  ...
   Author: madhu phatak, 2012-04-02, 05:23
Re: Retail receipt analysis - Hadoop - [mail # user]
...There is also Nectar. https://github.com/zinnia-phatak-dev/Nectar  On Sat, Feb 4, 2012 at 12:49 AM, praveenesh kumar wrote:     https://github.com/zinnia-phatak-dev/Nectar...
   Author: madhu phatak, 2012-03-30, 08:45
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 (1379)
Steve Loughran (933)
Owen O'Malley (816)
Todd Lipcon (756)
Arun C Murthy (575)
Eli Collins (513)
Allen Wittenauer (461)
Doug Cutting (344)
Konstantin Boudnik (336)
Mark Kerzner (334)
Edward Capriolo (328)
Ted Dunning (321)
Brian Bockelman (305)
Tom White (303)
jason hadoop (279)
madhu phatak