[jira] [Created] (HADOOP-7440) HttpServer.getParameterValues throws NPE for missing parameters

2011-07-04 Thread Todd Lipcon (JIRA)
HttpServer.getParameterValues throws NPE for missing parameters --- Key: HADOOP-7440 URL: https://issues.apache.org/jira/browse/HADOOP-7440 Project: Hadoop Common Issue Type: Bug

Re: Hadoop Master and Slave Discovery

2011-07-04 Thread Ted Dunning
One reasonable suggestion that I have heard recently was to do like Google does and put a DNS front end onto Zookeeper. Machines would need to have DNS set up properly and a requests for a special ZK based domain would have to be delegated to the fancy DNS setup, but this would allow all kinds of

Hadoop-Common-trunk - Build # 737 - Still Failing

2011-07-04 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Common-trunk/737/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 24952 lines...] [tar] Nothing to do: /grid/0/huds

Re: Hadoop Annotations support

2011-07-04 Thread Steve Loughran
On 02/07/11 03:22, Raja Nagendra Kumar wrote: Hi, Is there any plans for Hadoop to support annodations specially for the api level configurations eliminations.. eg. conf.setMapperClass(MaxTemperatureMapper.class); conf.setCombinerClass(MaxTemperatureReducer.class); conf.setReducerClass(MaxTemp

Re: Hadoop Master and Slave Discovery

2011-07-04 Thread Steve Loughran
On 03/07/11 03:11, Raja Nagendra Kumar wrote: Hi, Instead of depending on local syncup to configuration files, would it be a nice way to adopt JINI Discovery model, where in masters and slaves can discover each other dynamically through a UDP broadcast/heart beat methods That assumes that UDP

Re: XXXWritable

2011-07-04 Thread Harsh J
Do have a look at Apache Avro's use with MapReduce. It helps solve some issues related with serialization in the way you are talking about: http://avro.apache.org On Sat, Jul 2, 2011 at 7:59 AM, Raja Nagendra Kumar wrote: > > Hi, > > I read in Definitive guide that, LongWritable and xxWritables a