virajjasani commented on a change in pull request #2502:
URL: https://github.com/apache/hbase/pull/2502#discussion_r499616995
##########
File path: pom.xml
##########
@@ -1728,6 +1729,7 @@
<restrict-imports.enforcer.version>0.14.0</restrict-imports.enforcer.version>
<!-- Location of test resources -->
<test.build.classes>${project.build.directory}/test-classes</test.build.classes>
+ <test.tmp.dir>${project.build.directory}</test.tmp.dir>
Review comment:
Ok so we will start writing to project bin directory. Pardon my
ignorance but if build process gets killed, this directory for build logs will
be cleaned right? (because it's containerized)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]