Member since
11-11-2019
634
Posts
33
Kudos Received
27
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 258 | 10-09-2025 12:29 AM | |
| 4767 | 02-19-2025 09:43 PM | |
| 2123 | 02-28-2023 09:32 PM | |
| 4000 | 02-27-2023 03:33 AM | |
| 26007 | 12-24-2022 05:56 AM |
07-15-2022
07:25 PM
Could help to explain what's the meaning of first 2 sentence? Set Hive..... What would happen if we don't have 2 sentences? How would that impact our query? Thanks.
... View more
06-22-2022
01:56 AM
@Orcs Hive aux JARs path In CDP Private Cloud Base, click Cloudera Manager > Clusters and select the HIVE. Click Configuration and search for Hive Auxiliary JARs Directory. Specify a directory value for the Hive Aux JARs property if necessary, or make a note of the path. Upload the JAR to the specified directory on all Hive metastore instances. Click Cloudera Manager > Clusters and select the HIVE-ON-TEZ. Click Configuration and search for Hive Auxiliary JARs Directory. Upload the JAR to the specified directory on all HiveServer instances.
... View more
05-17-2022
07:26 AM
check TBLPROPERTIES if transctional=ttrue, if yes, insert overwrite would work
... View more
03-23-2022
11:37 PM
@sandipkumar, Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.
... View more
03-14-2022
04:56 AM
Hi, sorry for the late reply nope, I still get this error Error: Error while compiling statement: FAILED: Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.tez.TezTask. Vertex failed, vertexName=Map 1, vertexId=vertex_1647249588842_0007_1_00, diagnostics=[Vertex vertex_1647249588842_0007_1_00 [Map 1] killed/failed due to:ROOT_INPUT_INIT_FAILURE, Vertex Input: coach_nouveau_rapport_qi_filtered initializer failed, vertex=vertex_1647249588842_0007_1_00 [Map 1], java.io.FileNotFoundException: No such file or directory: ... indeed, it cannot find the table, because it does not exist on AWS S3
... View more
02-02-2022
04:22 AM
@asishThat was also my impression, but I was not able to find any solid confirmation. Eventually I kerberized ZK, correct bunch of playbooks to reflect that, and it works fine now.
... View more
01-24-2022
10:39 PM
yes, It exists in the hive CDH source. org.apache.hadoop.hive.ql.udf package is part of hive-exec.jar. PFB [hive@node3 lib]$ /usr/jdk64/jdk1.8.0_112/bin/jar -tvf hive-exec.jar | grep "org.apache.hadoop.hive.ql.udf" | wc -l 660
... View more
01-21-2022
06:03 AM
@asish - 220 GB - 36 executors per daemon. - in a daemon : 144 GB for the heap, 60 GB for the cache, 16 GB for the headroom.
... View more
01-08-2022
04:40 AM
@drgenious You can use set hive.merge.tezfiles=true; to fix merge file issue
... View more