[ 
https://issues.apache.org/jira/browse/HBASE-26954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17522449#comment-17522449
 ] 

Sean Busbey commented on HBASE-26954:
-------------------------------------

whoever works on this please figure out why our import ban didnt' catch this:

https://github.com/apache/hbase/blob/master/pom.xml#L2388

{code}

                <restrictImports 
implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
                  <includeTestCode>true</includeTestCode>
                  <commentLineBufferSize>512</commentLineBufferSize>
                  <reason>Do not use htrace</reason>
                  <bannedImports>
                    <bannedImport>org.htrace.**</bannedImport>
                    <bannedImport>org.apache.htrace.**</bannedImport>
                  </bannedImports>
                </restrictImports>
{code}

> Compilation of master vs hadoop-3.3.2 fails
> -------------------------------------------
>
>                 Key: HBASE-26954
>                 URL: https://issues.apache.org/jira/browse/HBASE-26954
>             Project: HBase
>          Issue Type: Task
>          Components: build, hadoop3
>    Affects Versions: 3.0.0-alpha-2
>            Reporter: Nick Dimiduk
>            Priority: Major
>
> We noticed over on HBASE-26907 while adding Hadoop 3.3.2 to our nightly build 
> matrix that we get a compilation failure when setting this as the 
> hadoop.three version.
> {noformat}
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR : 
> [INFO] -------------------------------------------------------------
> [ERROR] 
> /home/jenkins/jenkins-home/workspace/Base-PreCommit-GitHub-PR_PR-4305/yetus-general-check/src/hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.java:[832,29]
>  package org.apache.htrace.core does not exist
> [INFO] 1 error
> [INFO] -------------------------------------------------------------
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to