Commit ba14612a by a760104

Commit hive execution engine type, hive session id, and change log.info

to log.debug
parent 82aa80c0
...@@ -10,6 +10,7 @@ public class HiveLineageBean implements Serializable { ...@@ -10,6 +10,7 @@ public class HiveLineageBean implements Serializable {
* *
*/ */
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
public String queryId; public String queryId;
public String hiveId; public String hiveId;
public String user; public String user;
......
...@@ -81,6 +81,7 @@ public class HiveLineageInfo implements NodeProcessor { ...@@ -81,6 +81,7 @@ public class HiveLineageInfo implements NodeProcessor {
public HiveLineageBean getHLBean() { public HiveLineageBean getHLBean() {
return hlb; return hlb;
} }
/** /**
* Implements the process method for the NodeProcessor interface. * Implements the process method for the NodeProcessor interface.
*/ */
......
...@@ -45,6 +45,7 @@ import org.apache.hadoop.util.StringUtils; ...@@ -45,6 +45,7 @@ import org.apache.hadoop.util.StringUtils;
* DGC Hook sends query + plan info to DGCCollector Service. To enable (hadoop 2.4 and up) set * DGC Hook sends query + plan info to DGCCollector Service. To enable (hadoop 2.4 and up) set
* hive.exec.pre.hooks/hive.exec.post.hooks/hive.exec.failure.hooks to include this class. * hive.exec.pre.hooks/hive.exec.post.hooks/hive.exec.failure.hooks to include this class.
*/ */
public class Hook implements ExecuteWithHookContext { public class Hook implements ExecuteWithHookContext {
private static final Log LOG = LogFactory.getLog(Hook.class.getName()); private static final Log LOG = LogFactory.getLog(Hook.class.getName());
......
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