[
https://issues.apache.org/jira/browse/HDFS-15073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17003043#comment-17003043
]
Hudson commented on HDFS-15073:
-------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #17790 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/17790/])
HDFS-15073. Replace curator-shaded guava import with the standard one
(aajisaka: rev d8cd7098b4bcfbfd76915b9ecefb2c7ea320e149)
* (edit)
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/protocol/SnapshotDiffReportListing.java
> Replace curator-shaded guava import with the standard one
> ---------------------------------------------------------
>
> Key: HDFS-15073
> URL: https://issues.apache.org/jira/browse/HDFS-15073
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: hdfs-client
> Reporter: Akira Ajisaka
> Assignee: Chandra Sanivarapu
> Priority: Minor
> Labels: newbie
>
> In SnapshotDiffReportListing.java,
> {code}
> import org.apache.curator.shaded.com.google.common.base.Preconditions;
> {code}
> should be
> {code}
> import com.google.common.base.Preconditions;
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]