Created 07-11-2016 05:18 PM
with hive cli I am able to execute a init script when I launch hive. For example in my .hiverc file I have add jar statement.s When I launch hive it automatically executes all statements in the script. how to do this with beeline?
Created 07-11-2016 05:22 PM
As of now, there is no option to initialize the beeline. Hive Jira 5867 is related to this feature:
https://issues.apache.org/jira/browse/HIVE-5867
Thanks and Regards,
Sindhu
Created 07-11-2016 05:22 PM
As of now, there is no option to initialize the beeline. Hive Jira 5867 is related to this feature:
https://issues.apache.org/jira/browse/HIVE-5867
Thanks and Regards,
Sindhu
Created 07-11-2016 05:23 PM
Until available as a feature, your best answer is the one that provides a workaround using -f InitFile and include in your initFile what you need to initialize.
beeline -f InitFile jdbc:hive2://WHATEVER:10000