[ 
https://issues.apache.org/jira/browse/HIVE-18221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16297543#comment-16297543
 ] 

Eugene Koifman commented on HIVE-18221:
---------------------------------------

DbTxnManager
{noformat}
  @Override
  void setHiveConf(HiveConf conf) {
    super.setHiveConf(conf);
    if (!conf.getBoolVar(HiveConf.ConfVars.HIVE_SUPPORT_CONCURRENCY)) {
      //todo: hack for now - many (esp hcat) tests explicitly set concurrency 
to false so then
      //since DbTxnManager is now default, this throws...
      //throw new 
RuntimeException(ErrorMsg.DBTXNMGR_REQUIRES_CONCURRENCY.getMsg());
    }
  }

{noformat}

> test acid default
> -----------------
>
>                 Key: HIVE-18221
>                 URL: https://issues.apache.org/jira/browse/HIVE-18221
>             Project: Hive
>          Issue Type: Test
>          Components: Transactions
>    Affects Versions: 3.0.0
>            Reporter: Eugene Koifman
>            Assignee: Eugene Koifman
>         Attachments: HIVE-18221.01.patch, HIVE-18221.02.patch, 
> HIVE-18221.03.patch, HIVE-18221.04.patch, HIVE-18221.07.patch, 
> HIVE-18221.08.patch, HIVE-18221.09.patch, HIVE-18221.10.patch, 
> HIVE-18221.11.patch, HIVE-18221.12.patch, HIVE-18221.13.patch, 
> HIVE-18221.14.patch, HIVE-18221.16.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to