Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
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