Created on 09-01-2016 07:49 AM - edited 09-16-2022 03:37 AM
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.
Created 09-02-2016 07:19 AM
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
Created 09-02-2016 07:19 AM
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
Created on 09-05-2016 11:42 PM - edited 09-06-2016 12:45 AM
then how can i run my stored procedure in CDH ? is there any other way ?