You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Laszlo Bodor (JIRA)" <ji...@apache.org> on 2018/06/19 12:37:00 UTC

[jira] [Updated] (HIVE-19945) Beeline - run against a different sql engine

     [ https://issues.apache.org/jira/browse/HIVE-19945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Laszlo Bodor updated HIVE-19945:
--------------------------------
    Description: 
Original idea by [~kgyrtkirk] 
"I think beeline also support to load different sql drivers (not sure about this...but I think I saw some pointers to this) Anyway...it would be great to be able to execute a test against a different sql engine; like psql."

something like:
{code}
mvn test -Dtest=TestQ -Dqengine=ExternalPSQL -Djdbc.uri=psql://localhost:5432/somedb
{code}

> Beeline - run against a different sql engine
> --------------------------------------------
>
>                 Key: HIVE-19945
>                 URL: https://issues.apache.org/jira/browse/HIVE-19945
>             Project: Hive
>          Issue Type: Improvement
>          Components: Beeline
>    Affects Versions: 3.0.0
>            Reporter: Laszlo Bodor
>            Priority: Major
>             Fix For: 4.0.0
>
>
> Original idea by [~kgyrtkirk] 
> "I think beeline also support to load different sql drivers (not sure about this...but I think I saw some pointers to this) Anyway...it would be great to be able to execute a test against a different sql engine; like psql."
> something like:
> {code}
> mvn test -Dtest=TestQ -Dqengine=ExternalPSQL -Djdbc.uri=psql://localhost:5432/somedb
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)