Member since
06-07-2017
5
Posts
0
Kudos Received
0
Solutions
03-13-2022
05:45 PM
hive.default.fileformat.managed = ORC hive.default.fileformat = TextFile we tried to change hive.default.fileformat.managed to TextFile, still it doesn't work. Could you please check how it works for you.
... View more
03-08-2022
05:53 PM
@araujo Is there any official documentation, which states the statement as mentioned by you. I would like to study more in detail.
... View more
03-07-2022
06:08 PM
I am using HDP hive-3.1. My configuration as follows: hive.support.concurrency=true; hive.txn.manager=org.apache.hadoop.hive.ql.lockmgr.DbTxnManager; hive.exec.dynamic.partition.mode=nonstrict; hive.compactor.initiator.on=true; hive.compactor.worker.threads=2; By default, transactional table is created in hive. however, i want to create non-transactional table , by default. I tried to change hive.txn.manager to Dummymanager. Though after changing the configuration, hive table is created as transactional. any suggestion to create non-transactional table, be default?
... View more
Labels:
- Labels:
-
Apache Hive
06-07-2017
08:35 AM
the above command works as a curl perfectly. can we achieve the same from the nifi processors? I am trying with InvokeHTTP and POSTHTTP but where do we need to specify the data-binary values in the processors?
... View more
06-07-2017
08:30 AM
in which processor we need to use? how to specify property of that processor?
... View more