You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Akira Ajisaka (Jira)" <ji...@apache.org> on 2019/12/19 05:01:00 UTC

[jira] [Created] (HDFS-15073) Remove the usage of curator-shaded guava in SnapshotDiffReportListing.java

Akira Ajisaka created HDFS-15073:
------------------------------------

             Summary: Remove the usage of curator-shaded guava in SnapshotDiffReportListing.java
                 Key: HDFS-15073
                 URL: https://issues.apache.org/jira/browse/HDFS-15073
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: hdfs-client
            Reporter: Akira Ajisaka


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: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org