Support Questions

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

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.