start hiveserver2 with  --hiveconf hive.root.logger=DEBUG,console    . Then 
check hiveserver2 log.



r7raul1...@163.com
 
From: Jerrick Hoang
Date: 2015-10-20 09:03
To: user
Subject: Hiveserver2 client stdout
Hi all,


I have a hiveserver2 client running on a remote server. I'm able to connect to 
it via beeline CLI and everything works fine but when I try to query via a JDBC 
client, the stdout is not there. For example, if the server side throws an 
exception, beeline can show the exception but all the JDBC client can do is 
giving me ` Error while processing statement: FAILED: Execution Error, return 
code 2 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask` which is not very 
helpful. Is there a way to capture all stdout stderr using a JDBC? I figure if 
beeline is able to do it then I should be able to write a jdbc client to do it 
too,

THanks,
J 

Reply via email to