[
https://issues.apache.org/jira/browse/AMBARI-24165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16590133#comment-16590133
]
Hudson commented on AMBARI-24165:
---------------------------------
FAILURE: Integrated in Jenkins build Ambari-branch-2.6 #698 (See
[https://builds.apache.org/job/Ambari-branch-2.6/698/])
AMBARI-24165 : hive view : remove conflicting set statements while (github:
[https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=0655adcb28dda7fe9c10629eac964ef2efb789ae])
* (edit)
contrib/views/hive20/src/main/java/org/apache/ambari/view/hive20/internal/query/generators/InsertFromQueryGenerator.java
> hive view : remove conflicting set statements while uploading the table
> -----------------------------------------------------------------------
>
> Key: AMBARI-24165
> URL: https://issues.apache.org/jira/browse/AMBARI-24165
> Project: Ambari
> Issue Type: Bug
> Affects Versions: 2.6.1
> Reporter: Nitiraj Singh Rathore
> Assignee: Nitiraj Singh Rathore
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.6.2
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> The following 2 set statements can give error at run time since they are
> supposed to be only set through hive-site.xml file.
> https://github.com/nitirajrathore/ambari/blob/4595bd2a239cbe4838c8eeb5410b161a3d8a7ee6/contrib/views/hive20/src/main/java/org/apache/ambari/view/hive20/internal/query/generators/InsertFromQueryGenerator.java#L51
> insertQuery.append("SET hive.support.concurrency=true;").append("\n");
> insertQuery.append("SET
> hive.txn.manager=org.apache.hadoop.hive.ql.lockmgr.DbTxnManager;").append("\n");
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)