You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Jeremy Lewi (JIRA)" <ji...@apache.org> on 2011/07/06 21:41:17 UTC

[jira] [Created] (AVRO-852) TetheredProcess - incompatibility between Hadoop-0.20.2 and Cloudera Release 3

TetheredProcess - incompatibility between Hadoop-0.20.2 and Cloudera Release 3
------------------------------------------------------------------------------

                 Key: AVRO-852
                 URL: https://issues.apache.org/jira/browse/AVRO-852
             Project: Avro
          Issue Type: Bug
          Components: java
    Affects Versions: 1.5.1
            Reporter: Jeremy Lewi
            Assignee: Jeremy Lewi


There seems to be an incompatibility between hadoop-0.20.2 and cloudera release 3.0.
In particular the call signature for TaskLog.getTaskLogFile differs between the two.
In CDH3 the signature is 
{noformat}
getTaskLogFile(TaskAttemptID taskid, boolean isCleanup, TaskLog.LogName filter) 
{noformat}
but in Hadoop-0.20.2 it is 
{noformat}
getTaskLogFile(TaskAttemptID taskid, boolean isCleanup)   
{noformat}

avro.mapred.tether.TetheredProcess invokes getTaskLogFile

Hadoop 0.20.203.0  is consistent with CDH3. 

Can we use the newer syntax 
{noformat}
getTaskLogFile(TaskAttemptID taskid, boolean isCleanup, TaskLog.LogName filter) 
{noformat}

and change the hadoop version in the top level pom to
{noformat}
<hadoop-version>0.20.203.0</hadoop-version>
{noformat}



--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira