Created 12-01-2016 08:47 PM
the first hive shell cli command works fine. I am not able to run the second or third hive cli command on the same server using a different putty/unix session. The second session waits for the first one to complete and hangs until the first session is closed.
Created 12-01-2016 09:28 PM
Can you check YARN UI? I suspect you don't have enough resource available and second hive session is waiting for yarn to accept your session.if that's the case, you can use beeline instead hive cli, beeline will connect to hive server and don't need to launch an AM to connect (it might need to run multiple queries in parallel, but at least it allows you to connect and run queries that doesn't require YARN application).
Created 12-01-2016 09:29 PM
Thanks. Is there something specific you want me to test? THis is a brand new install on a new machine with lots of CPU/Memory.
Created 12-01-2016 10:01 PM
Thanks. Is there something specific you want me to test? THis is a brand new install on a new machine with lots of CPU/Memory.