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)

Reply via email to