You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Trevorzhang (Jira)" <ji...@apache.org> on 2020/04/17 10:02:00 UTC

[jira] [Created] (ZEPPELIN-4761) Can we add startup parameters like beeline when executing hive jdbc

Trevorzhang created ZEPPELIN-4761:
-------------------------------------

             Summary: Can we add startup parameters like beeline when executing hive jdbc
                 Key: ZEPPELIN-4761
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4761
             Project: Zeppelin
          Issue Type: Improvement
            Reporter: Trevorzhang


{code:java}
beeline -u jdbc:hive2://hiveserver:10000 \ --hiveconf hive.input.format=org.apache.hadoop.hive.ql.io.HiveInputFormat \ --hiveconf hive.stats.autogather=false
{code}
zeppelin :
{code:java}
select * from dwd.test1234_ro  --hiveconf hive.input.format=org.apache.hadoop.hive.ql.io.HiveInputFormat \
 --hiveconf hive.stats.autogather=false ;{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)