[
https://issues.apache.org/jira/browse/OOZIE-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15579891#comment-15579891
]
Peter Cseh commented on OOZIE-2621:
-----------------------------------
TestHive2ActionExecutor fails with
{noformat}
17:02:02,262 INFO MetaStoreDirectSql:133 - Using direct SQL, underlying DB is
DERBY
17:02:02,262 INFO ObjectStore:272 - Initialized ObjectStore
17:02:02,293 ERROR RetryingHMSHandler:159 -
AlreadyExistsException(message:Database default already exists)
at
org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.create_database(HiveMetaStore.java:889)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
org.apache.hadoop.hive.metastore.RetryingHMSHandler.invoke(RetryingHMSHand
{noformat}
I don't know how changing this jar can cause that, but I keep investigating.
Any ideas [~abhishekbafna]? :)
> Use hive-exec-<version>-core instead of hive-exec in oozie-core
> ---------------------------------------------------------------
>
> Key: OOZIE-2621
> URL: https://issues.apache.org/jira/browse/OOZIE-2621
> Project: Oozie
> Issue Type: Bug
> Reporter: Peter Cseh
> Assignee: Peter Cseh
> Attachments: OOZIE-2621.001.patch
>
>
> hive-exec.jar contains the dependencies of Hive and they can cause issues on
> the classpath: HIVE-1640, HIVE-5733
> We've ran into and issue when Oozie won't start because of different Jackson
> versions.
> We should use hive-exec-core.jar (HIVE-7423) instead of hive-exec.jar which
> is a thin version of hive-exec.jar
> Pig is already using hive-exec-core:
> https://github.com/apache/pig/blob/spark/ivy.xml#L423
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)