----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24084/ -----------------------------------------------------------
Review request for hive. Repository: hive-git Description ------- Passing the ipAddress and userName (already calculated in ThriftCLIService for other purposes) through several layers down to the hooks. Diffs ----- itests/hive-minikdc/src/test/java/org/apache/hive/minikdc/TestHs2HooksWithMiniKdc.java PRE-CREATION itests/hive-unit/src/test/java/org/apache/hadoop/hive/hooks/TestHs2Hooks.java PRE-CREATION ql/src/java/org/apache/hadoop/hive/ql/Driver.java e512199 ql/src/java/org/apache/hadoop/hive/ql/hooks/HookContext.java b11cb86 service/src/java/org/apache/hive/service/cli/CLIService.java add37a1 service/src/java/org/apache/hive/service/cli/operation/SQLOperation.java de54ca1 service/src/java/org/apache/hive/service/cli/session/HiveSession.java 9785e95 service/src/java/org/apache/hive/service/cli/thrift/ThriftCLIService.java 5c87bcb Diff: https://reviews.apache.org/r/24084/diff/ Testing ------- Added tests in both kerberos and non-kerberos mode. Thanks, Szehon Ho