Connecting to Hive using Beeline
问题 I am trying to connect to hive installed in my machine through Beeline client. when I give the 'beeline' command & connect to Hive, the client is asking for user name & password !connect jdbc:hive2://localhost:10000/default I have no idea what is the user name and password I am supposed to give. Do I have to add the credential(user name & password) in some configuration file? 回答1: no username and no password. !connect jdbc:hive2://localhost:10000/default Enter username for jdbc:hive2:/