Sergey Soldatov created PHOENIX-4438:
----------------------------------------
Summary: IT tests require additional configuration for HBase 2.0
Key: PHOENIX-4438
URL: https://issues.apache.org/jira/browse/PHOENIX-4438
Project: Phoenix
Issue Type: Bug
Affects Versions: 5.0.0
Reporter: Sergey Soldatov
Assignee: Sergey Soldatov
Fix For: 5.0.0
According to http://hbase.apache.org/book.html#thirdparty we need to set
{noformat}
-Dorg.apache.hadoop.hbase.shaded.io.netty.packagePrefix=org.apache.hadoop.hbase.shaded.
{noformat}
Otherwise many of IT tests fail with
{noformat}
Caused by: java.lang.NoClassDefFoundError: Could not initialize class
org.apache.hadoop.hbase.shaded.io.netty.channel.epoll.EpollEventLoopGroup
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)