[ 
https://issues.apache.org/jira/browse/HBASE-8390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Daniel Cryans updated HBASE-8390:
--------------------------------------

    Attachment: HBASE-8390.patch

Patch that:

 - Renames the 1.0 profile as 1.1
 - Adds a bunch of new 1.0 profiles
 - Adds a test-patch against 1.0 to make sure we correctly support it
 - Does some trickery in the main pom to make the Hadoop 1 compat module work:

{noformat}
+        <hadoop.version>1.0.4</hadoop.version>
+        <!-- Need to set this for the Hadoop 1 compat module -->
+        <hadoop-one.version>${hadoop.version}</hadoop-one.version>
{noformat}
                
> Trunk/0.95 cannot simply compile against Hadoop 1.0
> ---------------------------------------------------
>
>                 Key: HBASE-8390
>                 URL: https://issues.apache.org/jira/browse/HBASE-8390
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.95.0
>            Reporter: Jean-Daniel Cryans
>            Assignee: Jean-Daniel Cryans
>             Fix For: 0.95.0
>
>         Attachments: HBASE-8390.patch
>
>
> Currently we can't simply compile against Hadoop 1.0 in 0.95 and newer, we 
> are missing a dependency in common for Apache's commons-io. Easy fix, we 
> could just add that dependency for all the profiles there. But doing it 
> correctly requires adding a new profile.

--
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

Reply via email to