[ https://issues.apache.org/jira/browse/HIVE-21913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16869906#comment-16869906 ]
Hive QA commented on HIVE-21913: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12972467/HIVE-21913.1.patch {color:red}ERROR:{color} -1 due to no test(s) being added or modified. {color:green}SUCCESS:{color} +1 due to 16335 tests passed Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/17692/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/17692/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-17692/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.YetusPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase {noformat} This message is automatically generated. ATTACHMENT ID: 12972467 - PreCommit-HIVE-Build > GenericUDTFGetSplits should handle usernames in the same way as LLAP > -------------------------------------------------------------------- > > Key: HIVE-21913 > URL: https://issues.apache.org/jira/browse/HIVE-21913 > Project: Hive > Issue Type: Bug > Affects Versions: 4.0.0, 3.2.0 > Reporter: Prasanth Jayachandran > Assignee: Prasanth Jayachandran > Priority: Major > Attachments: HIVE-21913.1.patch > > > LLAP ZK registry namespacing includes current user name which is typically > hive. But in some deployments, usernames are created with '_' like hive_dev. > RegistryUtils.currentUser() (that LLAP uses) replaces '_' with '-' for DNS > reasons. But GenericUDTFSplits uses UGI login user which does not do the > underscore replacement. As a result, LlapBaseInputFormat is finding any LLAP > daemons even though they are running. -- This message was sent by Atlassian JIRA (v7.6.3#76005)