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

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

                Author: ASF GitHub Bot
            Created on: 23/Jul/19 07:12
            Start Date: 23/Jul/19 07:12
    Worklog Time Spent: 10m 
      Work Description: jcamachor commented on pull request #732: HIVE-22010 - 
Clean up ShowCreateTableOperation
URL: https://github.com/apache/hive/pull/732#discussion_r306159482
 
 

 ##########
 File path: 
itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationScenarios.java
 ##########
 @@ -186,6 +186,8 @@ static void internalBeforeClassSetup(Map<String, String> 
additionalProperties, b
     });
 
     MetaStoreTestUtils.startMetaStoreWithRetry(hconf);
+    // re set the WAREHOUSE property to the test dir, as the previous command 
added a random port to it
+    hconf.set(MetastoreConf.ConfVars.WAREHOUSE.getVarname(), 
System.getProperty("test.warehouse.dir", "/tmp"));
 
 Review comment:
   Consistency is good idd... We can include `tmp` it in all occurrences.
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

    Worklog Id:     (was: 280850)
    Time Spent: 50m  (was: 40m)

> Clean up ShowCreateTableOperation
> ---------------------------------
>
>                 Key: HIVE-22010
>                 URL: https://issues.apache.org/jira/browse/HIVE-22010
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Hive
>            Reporter: Miklos Gergely
>            Assignee: Miklos Gergely
>            Priority: Major
>              Labels: pull-request-available, refactor-ddl
>         Attachments: HIVE-22010.01.patch, HIVE-22010.02.patch
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to