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.

when try to connect beeline by " beeline connect jdbc:ive2://host:10000 hiveuser password org.apache.hive.jdbc.HiveDriver" -- failed

avatar
Expert Contributor

the errors showed as following:

[INFO] Unable to bind key for unsupported operation: backward-delete-word

[INFO] Unable to bind key for unsupported operation: backward-delete-word

[INFO] Unable to bind key for unsupported operation: down-history

[INFO] Unable to bind key for unsupported operation: up-history --- and many more after this

1 ACCEPTED SOLUTION

avatar
Master Guru

@Robin Dong

You are missing h after jdbc:

jdbc:hive2://<host>:<port>/<db>

View solution in original post

2 REPLIES 2

avatar
Master Guru

@Robin Dong

You are missing h after jdbc:

jdbc:hive2://<host>:<port>/<db>

avatar
Expert Contributor

yes, it was a typo. thank you very much for this one.