You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Jianguo Tian (JIRA)" <ji...@apache.org> on 2016/09/01 02:50:20 UTC

[jira] [Assigned] (HIVE-5867) JDBC driver and beeline should support executing an initial SQL script

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

Jianguo Tian reassigned HIVE-5867:
----------------------------------

    Assignee: Jianguo Tian

> JDBC driver and beeline should support executing an initial SQL script
> ----------------------------------------------------------------------
>
>                 Key: HIVE-5867
>                 URL: https://issues.apache.org/jira/browse/HIVE-5867
>             Project: Hive
>          Issue Type: Improvement
>          Components: Clients, JDBC
>            Reporter: Prasad Mujumdar
>            Assignee: Jianguo Tian
>
> HiveCLI support the .hiverc script that is executed at the start of the session. This is helpful for things like registering UDFs, session specific configs etc.
> This functionality is missing for beeline and JDBC clients. It would be useful for JDBC driver to support an init script with SQL statements that's automatically executed after connection. The script path can be specified via JDBC connection URL. For example 
> {noformat}
> jdbc:hive2://localhost:10000/default;initScript=/home/user1/scripts/init.sql
> {noformat}
> This can be added to Beeline's command line option like "-i /home/user1/scripts/init.sql"
> To help transition from HiveCLI to Beeline, we can keep the default init script as $HOME/.hiverc



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)