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.

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/>