fix: Update hadoop.log.dir to match hadoop-project setting

`hadoop.log.dir` is set in `hadoop-project/pom.xml`, which is only available during Maven executions.
This commit is contained in:
Steve Vaughan Jr 2023-02-06 11:06:36 -05:00
parent 77513b45d8
commit 1877c2128d
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
#
# log4j configuration used during build and unit tests
hadoop.log.dir=.
hadoop.log.dir=target/log
log4j.rootLogger=info,stdout
log4j.threshold=ALL

View File

@ -16,7 +16,7 @@
#
# log4j configuration used during build and unit tests
hadoop.log.dir=.
hadoop.log.dir=target/log
log4j.rootLogger=info,stdout
log4j.threshold=ALL