Created 01-20-2022 07:57 PM
Hello Everyone,
I want to use hive class library name "org.apache.hadoop.hive.ql.udf". Could you tell me where I can download it?
Regards,
Created 01-21-2022 04:17 AM
@mala_etl It is present by default in hive in hive-exec*.java
Created 01-22-2022 11:44 PM
Hi, you mean it exists in hive CDH source?
Created 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
Created 01-21-2022 04:35 AM
Hi @mala_etl ,
The Corresponding mentioned jar, you can download from the below maven repository.
https://mvnrepository.com/artifact/org.apache.hive/hive-exec/1.1.0-cdh5.7.0
For other versions -
https://mvnrepository.com/artifact/org.apache.hive/hive-exec?repo=cloudera