You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "kaishen (Jira)" <ji...@apache.org> on 2021/10/29 06:10:00 UTC

[jira] [Commented] (ATLAS-4193) StackOverFlowError if HiveHook from hive-bridge-shim jar gets loaded into HS2 classpath

    [ https://issues.apache.org/jira/browse/ATLAS-4193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17435786#comment-17435786 ] 

kaishen commented on ATLAS-4193:
--------------------------------

same error , how to resolve this?

> 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
>            Priority: Major
>
> https://github.com/apache/atlas/blob/master/addons/hive-bridge-shim/src/main/java/org/apache/atlas/hive/hook/HiveHook.java#L71-L76
> 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)