[ 
https://issues.apache.org/jira/browse/HIVE-24484?focusedWorklogId=626729&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-626729
 ]

ASF GitHub Bot logged work on HIVE-24484:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 22/Jul/21 14:58
            Start Date: 22/Jul/21 14:58
    Worklog Time Spent: 10m 
      Work Description: belugabehr commented on a change in pull request #1742:
URL: https://github.com/apache/hive/pull/1742#discussion_r674886306



##########
File path: 
itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/BaseReplicationAcrossInstances.java
##########
@@ -55,14 +56,15 @@ static void internalBeforeClassSetup(Map<String, String> 
overrides, Class clazz)
       throws Exception {
     conf = new HiveConf(clazz);
     conf.set("dfs.client.use.datanode.hostname", "true");
-    conf.set("hadoop.proxyuser." + Utils.getUGI().getShortUserName() + 
".hosts", "*");

Review comment:
       Hey @abstractdog, thanks for the review.
   
   Take a look at my notes here:
   
   
https://issues.apache.org/jira/browse/HIVE-24484?focusedCommentId=17369708&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17369708
   
   tldr; These unit tests are launching two HMS within the same JVM (same 
class-loader) and therefore they are able to modify each other's state where it 
stored in static variables.  This testing cannot be done any more.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 626729)
    Time Spent: 4h 23m  (was: 4h 13m)

> Upgrade Hadoop to 3.3.1
> -----------------------
>
>                 Key: HIVE-24484
>                 URL: https://issues.apache.org/jira/browse/HIVE-24484
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: David Mollitor
>            Assignee: David Mollitor
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 4h 23m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to