[
https://issues.apache.org/jira/browse/ATLAS-4980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17914876#comment-17914876
]
ASF subversion and git services commented on ATLAS-4980:
--------------------------------------------------------
Commit e2d36ac9dc98b5db75cb3b599c1399729b42b290 in atlas's branch
refs/heads/atlas-2.5 from Madhan Neethiraj
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=e2d36ac9d ]
ATLAS-4980: fix test setup failure in HBaseAtlasHookIT
(cherry picked from commit 6d82ef5353e0b46590e8b87298ee6454cc32d1b2)
> 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)