Member since
06-30-2017
4
Posts
1
Kudos Received
0
Solutions
07-01-2017
10:05 AM
Yes, i login as raj_ops and its works, on maria_dev its not working. But i have new issue, i cant restart hive its always aborted.(
... View more
06-30-2017
01:33 PM
Good day. I ran into the problem that I can not change the settings in Hive. The button is not pressed to include Acid. Then I tried the following commands through Hive shell. hive> set hive.support.concurrency = true;
hive> set hive.enforce.bucketing = true;
hive> set hive.exec.dynamic.partition.mode = nonstrict;
hive> set hive.txn.manager = org.apache.hadoop.hive.ql.lockmgr.DbTxnManager;
hive> set hive.compactor.initiator.on = true;
hive> set hive.compactor.worker.threads = 2;
But they does not changes some settings. What i must to do for enable ACID?
... View more
Labels: