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:
parent
77513b45d8
commit
1877c2128d
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue