Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 21 to 30 from 69 (0.28s).
Loading phrases to help you
refine your search...
Re: Web Interface Not Working - Hadoop - [mail # user]
...I believe {dfs|mapred.job.tracker}.http.address are the relevant configuration settings.     dfs.http.address   0.0.0.0:50070        The address and the ba...
   Author: Philip Zeyliger, 2009-12-15, 01:13
Re: Custom InputFormat, problem with constructors - Hadoop - [mail # user]
...Hi Antonio,  Check out MapTask.java.  When your job gets instantiated on the cluster, an InputSplit object is created for the task, using reflection.  An InputSplit is a Writa...
   Author: Philip Zeyliger, 2009-12-11, 19:20
Re: quick question about Pipes CLI - Hadoop - [mail # user]
...I believe "class" would be something like "org.apache.hadoop.mapred.TextInputFormat" or whatever.  I haven't had a chance to try it to make sure, however.   On Wed, Dec 9, 2009 at ...
   Author: Philip Zeyliger, 2009-12-10, 05:25
Re: where to get the statistics of the job - Hadoop - [mail # user]
...2009/12/1 Gang Luo    JobClient.getJob(...).getCounters()?  See http://hadoop.apache.org/common/docs/current/api/org/apache/hadoop/mapred/JobClient.html  ...
   Author: Philip Zeyliger, 2009-12-01, 20:25
Re: Dynamically adjusting replication factor for a data block - Hadoop - [mail # dev]
...On Sun, Nov 15, 2009 at 9:53 AM,  wrote:   I believe this is not possible right now.  ...
   Author: Philip Zeyliger, 2009-11-15, 17:55
Re: Dynamically adjusting replication factor for a data block - Hadoop - [mail # dev]
...On Sun, Nov 15, 2009 at 9:45 AM,  wrote:   Sure.  It's a method in the FileSystem class:  http://hadoop.apache.org/common/docs/r0.18.3/api/org/apache/hadoop/fs/FileSystem...
   Author: Philip Zeyliger, 2009-11-15, 17:48
Re: Time to build my own cluster - advice? - Hadoop - [mail # user]
...You specify the AMIs in the configuration file, so you can use any AMIs you'd like.  The basic requirements are that the AMI has a script ("ec2-run-user-data") that runs whatever is in ...
   Author: Philip Zeyliger, 2009-11-06, 20:57
Re: Time to build my own cluster - advice? - Hadoop - [mail # user]
...It's not too bad.  There are some notes at http://wiki.apache.org/hadoop/AmazonEC2, and some code in common's contrib directory: http://svn.apache.org/repos/asf/hadoop/common/trunk/src/...
   Author: Philip Zeyliger, 2009-11-05, 17:16
Re: Checking out Hadoop source code in Eclipse - Hadoop - [mail # dev]
...Just to confirm, you've run "ant *compile-core-test"* as well as "ant eclipse-files", yes?   On Tue, Nov 3, 2009 at 10:28 AM,  wrote:  ...
   Author: Philip Zeyliger, 2009-11-03, 18:32
Re: hadoop eclipse plugin - Hadoop - [mail # user]
...Hi Le,  Unfortunately as of late the Eclipse plug-in has been undermaintained.  I've anecdotally heard that appyling the fix in " http://issues.apache.org/jira/browse/HADOOP-3744",...
   Author: Philip Zeyliger, 2009-11-02, 21:12
Sort:
project
Avro (118)
Hadoop (69)
HDFS (16)
MapReduce (14)
Hive (5)
Bigtop (3)
HBase (3)
type
mail # user (30)
mail # dev (16)
mail # general (15)
issue (8)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (1)
last 9 months (69)
author
Harsh J (1386)
Steve Loughran (940)
Owen O'Malley (816)
Todd Lipcon (759)
Arun C Murthy (576)
Eli Collins (515)
Allen Wittenauer (461)
Konstantin Boudnik (347)
Doug Cutting (344)
Mark Kerzner (334)
Edward Capriolo (328)
Ted Dunning (321)
Brian Bockelman (305)
Tom White (304)
jason hadoop (279)
Philip Zeyliger