You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/06/22 07:01:00 UTC

[jira] [Updated] (AMBARI-24165) hive view : remove conflicting set statements while uploading the table

     [ https://issues.apache.org/jira/browse/AMBARI-24165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated AMBARI-24165:
------------------------------------
    Labels: pull-request-available  (was: )

> 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
>
>
> 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)