[jira] [Resolved] (HADOOP-9390) Tests fail when run as root/Administrator.

2013-03-16 Thread Chris Nauroth (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Nauroth resolved HADOOP-9390. --- Resolution: Won't Fix Assignee: Chris Nauroth There has been no additional feedback, s

Re: [VOTE] Plan to create release candidate for 0.23.7

2013-03-16 Thread Harsh J
+1 On Sat, Mar 16, 2013 at 12:19 AM, Karthik Kambatla wrote: > +1 (non-binding) > > On Fri, Mar 15, 2013 at 9:12 AM, Robert Evans wrote: > > > +1 > > > > On 3/13/13 11:31 AM, "Thomas Graves" wrote: > > > > >Hello all, > > > > > >I think enough critical bug fixes have went in to branch-0.23 tha

Re: [VOTE] Plan to create release candidate Monday 3/18

2013-03-16 Thread Harsh J
+1 On Fri, Mar 15, 2013 at 9:53 PM, Robert Evans wrote: > +1 > > On 3/10/13 10:38 PM, "Matt Foley" wrote: > > >Hi all, > >I have created branch-1.2 from branch-1, and propose to cut the first > >release candidate for 1.2.0 on Monday 3/18 (a week from tomorrow), or as > >soon thereafter as I ca

I'll be out of the office until 7 April 2013

2013-03-16 Thread Anas Mosaad
I will be out of the office starting 03/17/2013 and will not return until 04/07/2013. I'll be out of office on a customer site with limitted or no internet access until 04/07/2013. For urgent request, please contact my manager Mohamed Obide (mob...@eg.ibm.com)

Re: how to define new InputFormat with streaming?

2013-03-16 Thread Harsh J
The issue is that Streaming expects the old/stable MR API (org.apache.hadoop.mapred.InputFormat) as its input format class, but your WholeFileInputFormat is using the new MR API (org.apache.hadoop.mapreduce.lib.input.InputFormat). Using the older form will let you pass. This has nothing to do with