Naresh P R created ATLAS-4193:
---------------------------------
Summary: StackOverFlowError if HiveHook from hive-bridge-shim jar
gets loaded into HS2 classpath
Key: ATLAS-4193
URL: https://issues.apache.org/jira/browse/ATLAS-4193
Project: Atlas
Issue Type: Bug
Reporter: Naresh P R
[https://github.com/hortonworks/atlas/blob/HDP-3.1.5.0-152-tag/addons/hive-bridge-shim/src/main/java/org/apache/atlas/hive/hook/HiveHook.java#L40-L42]
Constructor() -> initialize() -> Constructor()
{code:java}
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
~[?:1.8.0_242]
at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_242]
at org.apache.atlas.hive.hook.HiveHook.initialize(HiveHook.java:76)
~[hive-bridge-shim-2.0.0.jar:2.0.0]
at org.apache.atlas.hive.hook.HiveHook.<init>(HiveHook.java:41)
~[hive-bridge-shim-2.0.0.jar:2.0.0]
at sun.reflect.GeneratedConstructorAccessor104.newInstance(Unknown Source)
~[?:?]
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
~[?:1.8.0_242]
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
~[?:1.8.0_242]
at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_242]
at org.apache.atlas.hive.hook.HiveHook.initialize(HiveHook.java:76)
~[hive-bridge-shim-2.0.0.jar:2.0.0]
at org.apache.atlas.hive.hook.HiveHook.<init>(HiveHook.java:41)
~[hive-bridge-shim-2.0.0.jar:2.0.0]{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)