Commit a03d1a02 by 陶光胜

自助指标解密

parent 9873fef3
package com.gic.cloud.data.hook.service;
import cn.medubi.client.utils.LogPak;
import com.alibaba.fastjson.JSON;
import org.springframework.beans.BeansException;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ApplicationContextAware;
......@@ -47,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()));
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