HBASE-18606 Tests in hbase-spark module fail with UnsatisfiedLinkError

This commit is contained in:
Michael Stack 2017-10-03 10:53:32 -07:00
parent 1ff90d3b4b
commit 2ad7be24a9
No known key found for this signature in database
GPG Key ID: 9816C7FC8ACC93D2
1 changed files with 3 additions and 0 deletions

View File

@ -568,6 +568,9 @@
<junitxml>.</junitxml>
<filereports>WDF TestSuite.txt</filereports>
<parallel>false</parallel>
<systemProperties>
<org.apache.hadoop.hbase.shaded.io.netty.packagePrefix>org.apache.hadoop.hbase.shaded.</org.apache.hadoop.hbase.shaded.io.netty.packagePrefix>
</systemProperties>
</configuration>
<executions>
<execution>