mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
log user details as well
This commit is contained in:
parent
d51e770b24
commit
4c382eefa1
1 changed files with 1 additions and 1 deletions
|
|
@ -431,7 +431,7 @@ public class JDBCInterpreter extends Interpreter {
|
|||
|
||||
if (user != null && !user.equals("anonymous") &&
|
||||
!"false".equalsIgnoreCase(property.getProperty("hive.proxy.user"))) {
|
||||
logger.debug("Using hive proxy user");
|
||||
logger.info("Using hive proxy user as :" + user);
|
||||
connectionUrl.insert(lastIndexOfUrl, ";hive.server2.proxy.user=" + user + ";");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue