Support Questions

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

how to use -w (or) --password-file in beeline

avatar
Guru

Team,

I want to use -w (or) --password-file <password file> option in beeline so can some please help me how to use it ?

1 ACCEPTED SOLUTION

avatar
Super Collaborator

save password in text file and connect as below:)

[root@sandbox ~]# beeline -u 'jdbc:hive2://sandbox.hortonworks.com:2181/;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=hiveserver2' -n rajesh -w pass

WARNING: Use "yarn jar" to launch YARN applications.

Connecting to jdbc:hive2://sandbox.hortonworks.com:2181/;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=hiveserver2

Connected to: Apache Hive (version 1.2.1000.2.5.0.0-817)

Driver: Hive JDBC (version 1.2.1000.2.5.0.0-817)

Transaction isolation: TRANSACTION_REPEATABLE_READ

Beeline version 1.2.1000.2.5.0.0-817 by Apache Hive

0: jdbc:hive2://sandbox.hortonworks.com:2181/>

View solution in original post

1 REPLY 1

avatar
Super Collaborator

save password in text file and connect as below:)

[root@sandbox ~]# beeline -u 'jdbc:hive2://sandbox.hortonworks.com:2181/;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=hiveserver2' -n rajesh -w pass

WARNING: Use "yarn jar" to launch YARN applications.

Connecting to jdbc:hive2://sandbox.hortonworks.com:2181/;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=hiveserver2

Connected to: Apache Hive (version 1.2.1000.2.5.0.0-817)

Driver: Hive JDBC (version 1.2.1000.2.5.0.0-817)

Transaction isolation: TRANSACTION_REPEATABLE_READ

Beeline version 1.2.1000.2.5.0.0-817 by Apache Hive

0: jdbc:hive2://sandbox.hortonworks.com:2181/>