Connecting to Hive using Beeline

后端 未结 7 1136
傲寒
傲寒 2020-12-29 06:28

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

相关标签:
7条回答
  • 2020-12-29 06:57

    • Loading beeline, the URL and providing your username & password in one command:

    **beeline -u jdbc:hive2:// silver-server-hive.app.google.com:10000\ 
    -n <yourname> -p <yourpassword> --incremental=true**
    
    0 讨论(0)
提交回复
热议问题