Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

beeline is there -i option?

avatar
Master Guru

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?

1 ACCEPTED SOLUTION

avatar
@Sunile Manjee

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

View solution in original post

2 REPLIES 2

avatar
@Sunile Manjee

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

avatar
Super Guru

@Sunile Manjee

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