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
• 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**