Member since
05-04-2020
13
Posts
0
Kudos Received
0
Solutions
06-03-2021
02:56 AM
Hello @aakulov, In my Hive Configuration, hive.compactor.initiator.on = Enabled Here is the screenshot of Hive and hiveServer2 configurations: Now, Is there anything else that I have to check or configure to remove the older base and delta folders? Thank you again, Alex.
... View more
06-01-2021
09:21 PM
Hi @aakulov, I am using Cloudera 7.1.3 and HIVE version: 3.1.3 Table TBLPROPERTIES Output: Thanks in Advance.
... View more
06-01-2021
07:43 AM
I have run manually minor and major compaction. Table data is referring to the new delta and base folder but the old delta and base folders are not removing and it consumes the hive storage. Moreover, No running job is referring to this table. Queries: create table compaction_check.check_file(name string, age int);
insert into compaction_check.check_file values('user 1', 10),('user 2', 20),('user 3', 30);
insert into compaction_check.check_file values('user 4', 10),('user 5', 30),('user 6', 15);
ALTER TABLE compaction_check.check_file COMPACT 'major'; Check input files: select distinct INPUT__FILE__NAME FROM compaction_check.check_file; output: Actual table directory : Why stale the base and delta folders are not removed?
... View more
Labels:
- Labels:
-
Apache Hive
-
Cloudera
05-04-2020
08:38 AM
When I enable the Ranger Service from HIVE in Cloudera Manager, it's getting an error like: "Hive Impersonation is enabled for Hive Server2 role 'HiveServer2 (node1)'. Hive Impersonation should be disabled to enable Hive authorization using Ranger" I want to access control from Ranger, But I cant Anybody, please help me.
... View more
Labels:
- Labels:
-
Apache Hive
-
Apache Ranger
-
Cloudera Manager