You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "mingchao zhao (Jira)" <ji...@apache.org> on 2022/10/19 11:33:00 UTC

[jira] (HDDS-7305) Fix Hadoop imports

    [ https://issues.apache.org/jira/browse/HDDS-7305 ]


    mingchao zhao deleted comment on HDDS-7305:
    -------------------------------------

was (Author: micahzhao):
PR merged, close this.  I will cherry-pick this to release branch.

> Fix Hadoop imports
> ------------------
>
>                 Key: HDDS-7305
>                 URL: https://issues.apache.org/jira/browse/HDDS-7305
>             Project: Apache Ozone
>          Issue Type: Task
>          Components: build
>    Affects Versions: 1.3.0
>            Reporter: Attila Doroszlai
>            Assignee: Attila Doroszlai
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 1.3.0
>
>
> Should be imported directly, not from hadoop-thirdparty:
> {code}
> hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/pipeline/PipelineManagerImpl.java
> 47:import org.apache.hadoop.thirdparty.com.google.common.collect.Lists;
> {code}
> Add direct dependency for {{commons-text}}, currently transitive via Hadoop, but depends on Hadoop version:
> {code}
> hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/metadata/SCMMetadataStoreMetrics.java
> 21:import org.apache.commons.text.WordUtils;
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org