Description
I've just found that in case of some hive unit tests, running on tez local mode, some files are created in current directory, and even if they are cleaned up, it can be confusing to see files that touch git status.
Repro:
mvn test -Pitests,hadoop-2 -Dtest=TestMmCompactorOnTez -pl ./itests/hive-unit
#in another terminal
cd itests/hive-unit
watch -n 1 "git status"
where git status shows a dirty working directory:
(use "git add <file>..." to include in what will be committed)
itests/hive-unit/tez-conf.pb
itests/hive-unit/tez-local-cache199842840233453791/
Both tempDir and localize root dir might respect the new setting instead of using Paths.get(".")
Attachments
Attachments
Issue Links
- relates to
-
TEZ-4281 dag_*_priority.dot files should go into a valid log directory
- Resolved