----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/41062/#review109411 -----------------------------------------------------------
common/src/java/org/apache/hive/http/HttpServer.java (line 93) <https://reviews.apache.org/r/41062/#comment168907> should this be conditional on the cluster itself being kerberized ? i.e. if (UserGroupInformation.isSecurityEnabled()) { } - Mohit Sabharwal On Dec. 8, 2015, 12:05 a.m., Jimmy Xiang wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/41062/ > ----------------------------------------------------------- > > (Updated Dec. 8, 2015, 12:05 a.m.) > > > Review request for hive, Szehon Ho and Xuefu Zhang. > > > Bugs: HIVE-12485 > https://issues.apache.org/jira/browse/HIVE-12485 > > > Repository: hive-git > > > Description > ------- > > Added an AuthenticationFilter to secure the HS2 web ui with kerberos > > > Diffs > ----- > > common/src/java/org/apache/hadoop/hive/conf/HiveConf.java d52f994 > common/src/java/org/apache/hive/http/HttpServer.java 4b0ed68 > service/src/java/org/apache/hive/service/server/HiveServer2.java cad541a > > Diff: https://reviews.apache.org/r/41062/diff/ > > > Testing > ------- > > Manually tested it locally. > > > Thanks, > > Jimmy Xiang > >