[
https://issues.apache.org/jira/browse/HIVE-15877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15872303#comment-15872303
]
Thejas M Nair commented on HIVE-15877:
--------------------------------------
[~ashutoshc] [~bslim]
Looks like the additional failures in the unit tests seen here are related to
this patch. I will create a new jira. Is that change needed ?
{code}
--- metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStoreClient.java
+++ metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStoreClient.java
@@ -739,7 +739,10 @@ public void createTable(Table tbl, EnvironmentContext
envContext) throws Already
hook.commitCreateTable(tbl);
}
success = true;
- } finally {
+ } catch (Exception e){
+ LOG.error("Got exception from createTable", e);
+ }
+ finally {
if (!success && (hook != null)) {
hook.rollbackCreateTable(tbl);
}
{code}
> Upload dependency jars for druid storage handler
> ------------------------------------------------
>
> Key: HIVE-15877
> URL: https://issues.apache.org/jira/browse/HIVE-15877
> Project: Hive
> Issue Type: Bug
> Components: Druid integration
> Affects Versions: 2.2.0
> Reporter: slim bouguerra
> Assignee: slim bouguerra
> Fix For: 2.2.0
>
> Attachments: HIVE-15877.2.patch, HIVE-15877.patch
>
>
> Upload dependency jars for druid storage handler
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)