[ https://issues.apache.org/jira/browse/HIVE-17489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16177581#comment-16177581 ]
Hive QA commented on HIVE-17489: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12888572/HIVE-17489.4.patch {color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified. {color:red}ERROR:{color} -1 due to 6 failed/errored test(s), 11054 tests executed *Failed tests:* {noformat} TestAccumuloCliDriver - did not produce a TEST-*.xml file (likely timed out) (batchId=231) TestDummy - did not produce a TEST-*.xml file (likely timed out) (batchId=231) org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[union_fast_stats] (batchId=156) org.apache.hadoop.hive.cli.TestMiniSparkOnYarnCliDriver.testCliDriver[spark_explainuser_1] (batchId=170) org.apache.hadoop.hive.cli.TestPerfCliDriver.testCliDriver[query14] (batchId=235) org.apache.hadoop.hive.cli.TestPerfCliDriver.testCliDriver[query23] (batchId=235) {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/6953/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/6953/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-6953/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 6 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12888572 - PreCommit-HIVE-Build > Separate client-facing and server-side Kerberos principals, to support HA > ------------------------------------------------------------------------- > > Key: HIVE-17489 > URL: https://issues.apache.org/jira/browse/HIVE-17489 > Project: Hive > Issue Type: Bug > Components: Metastore > Reporter: Mithun Radhakrishnan > Assignee: Thiruvel Thirumoolan > Attachments: HIVE-17489.2-branch-2.patch, HIVE-17489.2.patch, > HIVE-17489.2.patch, HIVE-17489.3-branch-2.patch, HIVE-17489.3.patch, > HIVE-17489.4-branch-2.patch, HIVE-17489.4.patch > > > On deployments of the Hive metastore where a farm of servers is fronted by a > VIP, the hostname of the VIP (e.g. {{mycluster-hcat.blue.myth.net}}) will > differ from the actual boxen in the farm (.e.g > {{mycluster-hcat-\[0..3\].blue.myth.net}}). > Such a deployment messes up Kerberos auth, with principals like > {{hcat/mycluster-hcat.blue.myth....@grid.myth.net}}. Host-based checks will > disallow servers behind the VIP from using the VIP's hostname in its > principal when accessing, say, HDFS. > The solution would be to decouple the server-side principal (used to access > other services like HDFS as a client) from the client-facing principal (used > from Hive-client, BeeLine, etc.). -- This message was sent by Atlassian JIRA (v6.4.14#64029)