[
https://issues.apache.org/jira/browse/HIVE-26069?focusedWorklogId=747779&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-747779
]
ASF GitHub Bot logged work on HIVE-26069:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 25/Mar/22 13:12
Start Date: 25/Mar/22 13:12
Worklog Time Spent: 10m
Work Description: zabetak commented on a change in pull request #3139:
URL: https://github.com/apache/hive/pull/3139#discussion_r835256140
##########
File path:
standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/dbinstall/rules/Derby.java
##########
@@ -88,7 +88,7 @@ public String getInitialJdbcUrl(String hostAddress) {
}
public String getDb() {
- return MetaStoreServerUtils.JUNIT_DATABASE_PREFIX;
+ return "${test.tmp.dir}/" + MetaStoreServerUtils.JUNIT_DATABASE_PREFIX;
Review comment:
I wasn't aware of those usages but for sure we can do much better than
this. Since you reverted the change anyways we can discuss this separately.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 747779)
Time Spent: 0.5h (was: 20m)
> Remove unnecessary items from the .gitignore
> --------------------------------------------
>
> Key: HIVE-26069
> URL: https://issues.apache.org/jira/browse/HIVE-26069
> Project: Hive
> Issue Type: Task
> Reporter: Peter Vary
> Assignee: Peter Vary
> Priority: Major
> Labels: pull-request-available
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Currently .gitignore contains files which are generated by test and either
> should be removed by those given test or preferably they should be created
> under the target directories.
> Some of the that we have seen are:
> - metastore_db
> - derby.log
> - datanucleus.log
> Also it might worth to explore why the following directories are not showing
> up in the {{git status}}:
> - streaming/${test.tmp.dir}
> - itests/hive-unit/cmroot
--
This message was sent by Atlassian Jira
(v8.20.1#820001)