You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Nihal Jain (JIRA)" <ji...@apache.org> on 2018/07/09 14:50:00 UTC

[jira] [Updated] (HBASE-19421) branch-1 does not compile against Hadoop 3.0.0

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

Nihal Jain updated HBASE-19421:
-------------------------------
    Attachment: org.apache.hadoop.hbase.rest.filter.GZIPRequestStream.png

> branch-1 does not compile against Hadoop 3.0.0
> ----------------------------------------------
>
>                 Key: HBASE-19421
>                 URL: https://issues.apache.org/jira/browse/HBASE-19421
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 1.4.0
>            Reporter: Andrew Purtell
>            Assignee: Andrew Purtell
>            Priority: Major
>             Fix For: 1.4.0
>
>         Attachments: HBASE-19421-branch-1.patch, org.apache.hadoop.hbase.rest.filter.GZIPRequestStream.png
>
>
> Tested with {{mvn clean install -Dhadoop.profile=3.0 -Dhadoop-three.version=3.0.0-alpha4}}
> {noformat}
> [ERROR] /Users/apurtell/src/hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/security/User.java:[37,32] package org.apache.hadoop.mapred does not exist
> [ERROR] /Users/apurtell/src/hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/security/User.java:[38,35] package org.apache.hadoop.mapreduce does not exist
> [ERROR] /Users/apurtell/src/hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/security/User.java:[117,66] cannot find symbol
> [ERROR]   symbol:   class Job
> [ERROR]   location: class org.apache.hadoop.hbase.security.User
> [ERROR] /Users/apurtell/src/hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/security/User.java:[129,46] cannot find symbol
> [ERROR]   symbol:   class JobConf
> [ERROR]   location: class org.apache.hadoop.hbase.security.User
> [ERROR] /Users/apurtell/src/hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/security/User.java:[344,59] cannot find symbol
> [ERROR]   symbol:   class Job
> [ERROR]   location: class org.apache.hadoop.hbase.security.User.SecureHadoopUser
> [ERROR] /Users/apurtell/src/hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/security/User.java:[369,39] cannot find symbol
> [ERROR]   symbol:   class JobConf
> [ERROR]   location: class org.apache.hadoop.hbase.security.User.SecureHadoopUser
> [ERROR] /Users/apurtell/src/hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/security/User.java:[351,17] cannot find symbol
> [ERROR]   symbol:   class Job
> [ERROR]   location: class org.apache.hadoop.hbase.security.User.SecureHadoopUser
> [ERROR] /Users/apurtell/src/hbase/hbase-common/src/main/java/org/apache/hadoop/hbase/security/User.java:[375,25] cannot find symbol
> [ERROR]   symbol:   class JobConf
> [ERROR]   location: class org.apache.hadoop.hbase.security.User.SecureHadoopUser
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)