[
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
+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
+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 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)
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