I am trying to run hiveserver2 on my hadoop cluster so that I can access hive using jdbc. I run the following command:
$HIVE_HOME/bin/hiveserver2. This doesn\'t log anything to
try running : hive --service hiveserver2 --hiveconf hive.server2.thrift.port=10000 --hiveconf hive.root.logger=INFO,console
This will start hiveserver2, on port 10000 and output the logs to console.