You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@crunch.apache.org by "Tom White (JIRA)" <ji...@apache.org> on 2013/07/05 12:27:50 UTC

[jira] [Created] (CRUNCH-235) Avoid exposing incompatible Hadoop classes in Crunch API

Tom White created CRUNCH-235:
--------------------------------

             Summary: Avoid exposing incompatible Hadoop classes in Crunch API
                 Key: CRUNCH-235
                 URL: https://issues.apache.org/jira/browse/CRUNCH-235
             Project: Crunch
          Issue Type: Improvement
          Components: Core
            Reporter: Tom White
            Assignee: Tom White


Between Hadoop 1 and 2, org.apache.hadoop.mapreduce.Counter changed from a class to an interface. Therefore, exposing Counter in Crunch's API means that Crunch programs may need to be recompiled when moving from a Hadoop 1 to a Hadoop 2 cluster. It would be nice to avoid the need to recompile. 

Note that Crunch itself has two artifacts - one for each major version of Hadoop - and the change proposed here would not alter that, it would just mean that the same Crunch program binary could be used with either Crunch artifact.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira