[
https://issues.apache.org/jira/browse/AMBARI-18223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15429671#comment-15429671
]
Hadoop QA commented on AMBARI-18223:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12824716/AMBARI-18223.patch
against trunk revision .
{color:red}-1 patch{color}. Top-level trunk compilation may be broken.
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/8475//console
This message is automatically generated.
> Atlas hook impl jars should be copied instead of the top level atlas hive
> hook jars for oozie hive action
> ---------------------------------------------------------------------------------------------------------
>
> Key: AMBARI-18223
> URL: https://issues.apache.org/jira/browse/AMBARI-18223
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.4.0
> Reporter: Venkat Ranganathan
> Assignee: Venkat Ranganathan
> Priority: Critical
> Fix For: trunk
>
> Attachments: AMBARI-18223.patch
>
>
> If we have the complete hive hook copied to Hive sharelib, then after
> localization all the classpaths are there and this leads to stack overflow
> errors like below
> {noformat}
> oading data to table default.hcatprocesstest_output_table partition
> (dt=2010-01-01-20)
> Partition default.hcatprocesstest_output_table{dt=2010-01-01-20} stats:
> [numFiles=1, numRows=3, totalSize=30, rawDataSize=27]
> Failing Oozie Launcher, Main class [org.apache.oozie.action.hadoop.HiveMain],
> main() threw exception, null
> java.lang.StackOverflowError
> at java.lang.Exception.<init>(Exception.java:102)
> at
> java.lang.ReflectiveOperationException.<init>(ReflectiveOperationException.java:89)
> at
> java.lang.reflect.InvocationTargetException.<init>(InvocationTargetException.java:72)
> at sun.reflect.GeneratedConstructorAccessor21.newInstance(Unknown
> Source)
> at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
> at java.lang.Class.newInstance(Class.java:442)
> at org.apache.atlas.hive.hook.HiveHook.initialize(HiveHook.java:76)
> at org.apache.atlas.hive.hook.HiveHook.<init>(HiveHook.java:41)
> at sun.reflect.GeneratedConstructorAccessor21.newInstance(Unknown
> Source)
> at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
> at java.lang.Class.newInstance(Class.java:442)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)