Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

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