- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How do I call HPLSQL via an ODBC Hive connection?
- Labels:
-
Apache Hive
Created ‎03-21-2017 06:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm playing around with the sandbox trying to do some PoC to see if we can call HPL SQL functions via an ODBC connection.
I used the sandbox to call the hplsqlrc program and execute a procedure.
However, once I've connected to the sandbox, I'm not having any luck in determining how to call the hplsqlrc program to run a program.
Any insights on how I'd go about doing this in the sandbox? Any good general material on HPL SQL via ODBC would be nice too.
Thanks
Created ‎03-21-2017 07:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Created ‎03-21-2017 07:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Created ‎05-16-2017 01:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Mike Cosby Did you ever get this answered? I looked at the example that @Namit Maheshwari pointed out, but it didn't seem to me to answer the question of how to call from an ODBC (or JDBC) connection. I'm looking for this as well, did you find an answer?
Created ‎05-16-2017 01:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Jim Dolan I did not figure this out. We were looking for a way to transition a program over from a MS SQL stored proc system to a Hadoop system in stages. We instead are looking to a parallel approach where we develop the hadoop replacement of the various procs in new tools.
Created ‎05-16-2017 01:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Mike Cosby Bummer. For your new hadoop development, are you using hplsql? If so are you accessing via the command line or did you find a tool that would connect such as Oracle SQL Developer or SQuirrel SQL editor?
Created ‎01-09-2018 05:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Jim Dolan Did you figured out calling HPLSQL form BI / External tools using JDBC/ODBC Drivers ?
Created ‎11-28-2018 09:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Functionality asked for by this question, submission of HPL/SQL via JDBC/ODBC (which requires HiveServer2 support for this) is not implemented yet:
https://issues.apache.org/jira/browse/HIVE-17596
Until this is done, submission via the command line is the only option.
