[
https://issues.apache.org/jira/browse/HBASE-18606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16133728#comment-16133728
]
stack commented on HBASE-18606:
-------------------------------
What branch? Below is cd hbase-spark and then $ mvn test -PrunAllTests
{code}
....
- avro Or filter
KEY_FIELD STRING :key, A_FIELD STRING c:a, B_FIELD DOUBLE c:b, C_FIELD BINARY
c:c,
KEY_FIELD STRING :key, A_FIELD STRING c:a, B_FIELD DOUBLE c:b, C_FIELD BINARY
c:c,
HBaseCatalogSuite:
- basic
- parse MAP<int, struct<varchar:string>>
- parse array<struct<tinYint:tinyint>>
- parse MAp<int, ARRAY<double>>
- convert
- compatiblity
HBaseRDDFunctionsSuite:
Formatting using clusterid: testClusterID
- bulkput to test HBase client
- bulkDelete to test HBase client
- bulkGet to test HBase client
- bulkGet default converter to test HBase client
- foreachPartition with puts to test HBase client
- mapPartitions with Get from test HBase client
HBaseConnectionCacheSuite:
- all test cases
BulkLoadSuite:
Formatting using clusterid: testClusterID
- Wide Row Bulk Load: Test multi family and multi column tests with all default
HFile Configs.
- Wide Row Bulk Load: Test HBase client: Test Roll Over and using an implicit
call to bulk load
- Wide Row Bulk Load: Test multi family and multi column tests with one column
family with custom configs plus multi region
- Test partitioner
- Thin Row Bulk Load: Test multi family and multi column tests with all default
HFile Configs
- Thin Row Bulk Load: Test HBase client: Test Roll Over and using an implicit
call to bulk load
- Thin Row Bulk Load: Test multi family and multi column tests with one column
family with custom configs plus multi region
Run completed in 2 minutes, 31 seconds.
Total number of tests run: 79
Suites: completed 10, aborted 0
Tests: succeeded 79, failed 0, canceled 0, ignored 0, pending 0
All tests passed.
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (secondPartTestsExecution) @
hbase-spark ---
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.hadoop.hbase.spark.TestJavaHBaseContext
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 43.408 sec - in
org.apache.hadoop.hbase.spark.TestJavaHBaseContext
Results :
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:42 min
[INFO] Finished at: 2017-08-18T15:36:11-07:00
[INFO] Final Memory: 54M/964M
[INFO] ------------------------------------------------------------------------
{code}
> Tests in hbase-spark module fail with UnsatisfiedLinkError
> ----------------------------------------------------------
>
> Key: HBASE-18606
> URL: https://issues.apache.org/jira/browse/HBASE-18606
> Project: HBase
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: Ted Yu
> Attachments: 18606.v1.txt, 18606.v2.txt
>
>
> The following can be observed in recent trunk builds:
> {code}
> [31m java.io.IOException: Shutting down[0m
> [31m at
> org.apache.hadoop.hbase.MiniHBaseCluster.init(MiniHBaseCluster.java:232)[0m
> [31m at
> org.apache.hadoop.hbase.MiniHBaseCluster.<init>(MiniHBaseCluster.java:94)[0m
> [31m at
> org.apache.hadoop.hbase.HBaseTestingUtility.startMiniHBaseCluster(HBaseTestingUtility.java:1111)[0m
> [31m at
> org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:1065)[0m
> [31m at
> org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:936)[0m
> [31m at
> org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:930)[0m
> [31m at
> org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:859)[0m
> [31m at
> org.apache.hadoop.hbase.spark.HBaseDStreamFunctionsSuite.beforeAll(HBaseDStreamFunctionsSuite.scala:41)[0m
> [31m at
> org.scalatest.BeforeAndAfterAll$class.beforeAll(BeforeAndAfterAll.scala:187)[0m
> [31m at
> org.apache.hadoop.hbase.spark.HBaseDStreamFunctionsSuite.beforeAll(HBaseDStreamFunctionsSuite.scala:30)[0m
> [31m ...[0m
> [31m Cause: java.lang.RuntimeException: Failed construction of Master: class
> org.apache.hadoop.hbase.master.HMasterorg.apache.hadoop.hbase.shaded.io.netty.channel.epoll.
> NativeStaticallyReferencedJniMethods.epollin()I[0m
> [31m at
> org.apache.hadoop.hbase.util.JVMClusterUtil.createMasterThread(JVMClusterUtil.java:145)[0m
> [31m at
> org.apache.hadoop.hbase.LocalHBaseCluster.addMaster(LocalHBaseCluster.java:217)[0m
> [31m at
> org.apache.hadoop.hbase.LocalHBaseCluster.<init>(LocalHBaseCluster.java:152)[0m
> [31m at
> org.apache.hadoop.hbase.MiniHBaseCluster.init(MiniHBaseCluster.java:214)[0m
> [31m at
> org.apache.hadoop.hbase.MiniHBaseCluster.<init>(MiniHBaseCluster.java:94)[0m
> [31m at
> org.apache.hadoop.hbase.HBaseTestingUtility.startMiniHBaseCluster(HBaseTestingUtility.java:1111)[0m
> {code}
> This is due to scalatest-maven-plugin missing systemPropertyVariables for
> shaded netty.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)