saintstack commented on PR #4471:
URL: https://github.com/apache/hbase/pull/4471#issuecomment-1139934430
I tried this and tests failed for me when I did this:
`mvn test -PrunSmallTests -Dhadoop.profile=3.0 -Dhadoop-three.version=3.3.3`
A bunch were failing with this:
```
java.lang.NoClassDefFoundError: io/netty/handler/codec/http/HttpRequest
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
at java.lang.Class.getDeclaredMethod(Class.java:2128)
at
org.apache.hadoop.hdfs.server.datanode.web.DatanodeHttpServer.getFilterHandlers(DatanodeHttpServer.java:279)
at
org.apache.hadoop.hdfs.server.datanode.web.DatanodeHttpServer.<init>(DatanodeHttpServer.java:149)
at
org.apache.hadoop.hdfs.server.datanode.DataNode.startInfoServer(DataNode.java:977)
at
org.apache.hadoop.hdfs.server.datanode.DataNode.startDataNode(DataNode.java:1412)
at
org.apache.hadoop.hdfs.server.datanode.DataNode.<init>(DataNode.java:507)
at
org.apache.hadoop.hdfs.server.datanode.DataNode.makeInstance(DataNode.java:2828)
at
org.apache.hadoop.hdfs.server.datanode.DataNode.instantiateDataNode(DataNode.java:2734)
at
org.apache.hadoop.hdfs.MiniDFSCluster.startDataNodes(MiniDFSCluster.java:1755)
at
org.apache.hadoop.hdfs.MiniDFSCluster.initMiniDFSCluster(MiniDFSCluster.java:969)
at
org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:864)
...
```
Let me push the one-liner that fixed my issue...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]