Commit 68173504 by 陶光胜

自助指标解密

parent a03d1a02
......@@ -48,7 +48,7 @@ public class HiveHelper implements ApplicationContextAware {
// Class.forName("org.apache.hive.jdbc.HiveDriver");
// conn = DriverManager.getConnection(url, "hadoop", "");
conn = source.getConnection();
log.debug("getHiveConnection", JSON.toJSONString(conn.getClientInfo()));
log.debug("getHiveConnection", conn.getClientInfo().getProperty("url"));
return conn;
} catch (Exception ex) {
ex.printStackTrace();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment