hadoop - Starting hiveserver2 -


i trying run hiveserver2 on hadoop cluster can access hive using jdbc. run following command: $hive_home/bin/hiveserver2. doesn't log stdoutput starts process running, can't see tcp sockets listening on port 10000.

turns out no socket open process hiveserver2 running in.

how start hiveserver2?

try running :
hive --service hiveserver2 --hiveconf hive.server2.thrift.port=10000 --hiveconf hive.root.logger=info,console
start hiveserver2, on port 10000 , output logs console.


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

python - How to remove the Xframe Options header in django? -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -