[
https://issues.apache.org/jira/browse/ATLAS-4980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Madhan Neethiraj updated ATLAS-4980:
------------------------------------
Fix Version/s: 3.0.0
> HBaseAtlasHookIT test fails during setup
> ----------------------------------------
>
> Key: ATLAS-4980
> URL: https://issues.apache.org/jira/browse/ATLAS-4980
> Project: Atlas
> Issue Type: Bug
> Components: hbase-integration
> Affects Versions: 3.0.0
> Reporter: Madhan Neethiraj
> Assignee: Madhan Neethiraj
> Priority: Major
> Fix For: 3.0.0
>
> Attachments: ATLAS-4980.patch
>
>
> HBaseAtlasHookIT test fails with the following failure:
> {noformat}
> [INFO] --- failsafe:2.18.1:integration-test (integration-test) @ hbase-bridge
> ---
> [WARNING] useSystemClassloader setting has no effect when not forking
> [INFO] Failsafe report directory:
> /home/atlas/addons/hbase-bridge/target/failsafe-reports
> Running org.apache.atlas.hbase.HBaseAtlasHookIT
> [WARNING] Blocker not complete Blocker@4d1f4ec7{null}
> Tests run: 3, Failures: 1, Errors: 0, Skipped: 2, Time elapsed: 5.877 sec <<<
> FAILURE! - in org.apache.atlas.hbase.HBaseAtlasHookIT
> setUp(org.apache.atlas.hbase.HBaseAtlasHookIT) Time elapsed: 0.834 sec <<<
> FAILURE!
> java.lang.NoClassDefFoundError: org/apache/logging/log4j/Level
> at java.net.URLClassLoader.findClass(URLClassLoader.java:387)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:419)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:352)
> at
> org.apache.maven.surefire.booter.IsolatedClassLoader.loadClass(IsolatedClassLoader.java:97)
> at
> org.apache.hadoop.hbase.logging.InternalLog4jUtils.setLogLevel(InternalLog4jUtils.java:41)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at
> org.apache.hadoop.hbase.logging.Log4jUtils.setLogLevel(Log4jUtils.java:64)
> at
> org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:682)
> at
> org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:661)
> at
> org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:1142)
> at
> org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:1117)
> at
> org.apache.atlas.hbase.HBaseAtlasHookIT.createHBaseCluster(HBaseAtlasHookIT.java:207)
> at
> org.apache.atlas.hbase.HBaseAtlasHookIT.setUp(HBaseAtlasHookIT.java:67)
> Results :
> Failed tests:
> HBaseAtlasHookIT.setUp:67->createHBaseCluster:207 ยป NoClassDefFound
> org/apache...
> Tests run: 3, Failures: 1, Errors: 0, Skipped: 2
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)