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]

Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!

Download hive class library "hive-1.1.0-cdh5.7.0-src.tar.gz"

avatar
Explorer

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,

4 REPLIES 4

avatar
Guru

@mala_etl  It is present by default in hive in hive-exec*.java

avatar
Explorer

Hi, you mean it exists in hive CDH source?

avatar
Master Collaborator

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



avatar
Master Collaborator

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