Chris Nauroth created HIVE-26712: ------------------------------------ Summary: HCatMapReduceTest writes test files in project base directory instead of build directory. Key: HIVE-26712 URL: https://issues.apache.org/jira/browse/HIVE-26712 Project: Hive Issue Type: Bug Components: Test Reporter: Chris Nauroth
Subclasses of {{HCatMapReduceTest}} produce files under {{hcatalog/core}}. This causes a few minor irritations: # There is a separate {{.gitignore}} maintained just for the sake of these files. # They are not removed by an {{mvn clean}}. # During release verification, while doing multiple {{mvn}} runs, the extra files cause the RAT check to fail. This can be fixed by moving the files under {{hcatalog/core/target}}. -- This message was sent by Atlassian Jira (v8.20.10#820010)