You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Chris Nauroth (Jira)" <ji...@apache.org> on 2022/11/07 19:56:00 UTC

[jira] [Created] (HIVE-26712) HCatMapReduceTest writes test files in project base directory instead of build directory.

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)