[
https://issues.apache.org/jira/browse/HBASE-18953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16193460#comment-16193460
]
Ted Yu commented on HBASE-18953:
--------------------------------
Due to HDFS-11164, I am still seeing:
{code}
2017-10-05 11:59:46,147 WARN [main] hbase.HBaseTestingUtility(1077): error
starting mini dfs
java.lang.NoClassDefFoundError: org/mockito/stubbing/Answer
at org.apache.hadoop.hdfs.MiniDFSCluster.shouldWait(MiniDFSCluster.java:2668)
at org.apache.hadoop.hdfs.MiniDFSCluster.waitActive(MiniDFSCluster.java:2564)
at org.apache.hadoop.hdfs.MiniDFSCluster.waitActive(MiniDFSCluster.java:2607)
at
org.apache.hadoop.hdfs.MiniDFSCluster.startDataNodes(MiniDFSCluster.java:1667)
at
org.apache.hadoop.hdfs.MiniDFSCluster.initMiniDFSCluster(MiniDFSCluster.java:874)
at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:769)
at
org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:661)
{code}
> Use hadoop shaded jars for hadoop-3 profile
> -------------------------------------------
>
> Key: HBASE-18953
> URL: https://issues.apache.org/jira/browse/HBASE-18953
> Project: HBase
> Issue Type: Improvement
> Reporter: Ted Yu
> Attachments: 18953.v1.txt
>
>
> Over HADOOP-14178 , [~bharatviswa] suggested using hadoop shaded jars for
> hadoop-3 since Hadoop client run time has all 3rd party dependencies of
> Hadoop.
> This would avoid issues starting mini dfs cluster.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)