Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

running hpl/sql using java

avatar
Explorer

i am trying to execute stored procedure in hive using java for that i found i can use hpl/sql, but i want to know how can i execute this using java. I am not finding anything.

1 ACCEPTED SOLUTION

avatar
Rising Star

HPL SQL is not currently supported in CDH. This is a new feature added in Apache Hive 2.0, CDH is currently on Hive 1.1 (plus patches). We plan to rebase to the latest upstream version as part of our future major release, but HPL-SQL is not currently in scope for support for the current CDH releases.

Hope this helps. Thanks

View solution in original post

2 REPLIES 2

avatar
Rising Star

HPL SQL is not currently supported in CDH. This is a new feature added in Apache Hive 2.0, CDH is currently on Hive 1.1 (plus patches). We plan to rebase to the latest upstream version as part of our future major release, but HPL-SQL is not currently in scope for support for the current CDH releases.

Hope this helps. Thanks

avatar
Explorer

then how can i run my stored procedure in CDH ? is there any other way ?