This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch branch-2.2
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2.2 by this push:
new da46bff HBASE-25154 Set java.io.tmpdir to project build directory to
avoid writing std*deferred files to /tmp (#2502)
da46bff is described below
commit da46bff8a1f0305b11fae584ff10c018eee715a9
Author: Duo Zhang <[email protected]>
AuthorDate: Tue Oct 6 08:35:16 2020 +0800
HBASE-25154 Set java.io.tmpdir to project build directory to avoid writing
std*deferred files to /tmp (#2502)
Signed-off-by: stack <[email protected]>
Signed-off-by: Viraj Jasani <[email protected]>
Signed-off-by: Sean Busbey <[email protected]>
---
pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pom.xml b/pom.xml
index 7f562fd..5040390 100755
--- a/pom.xml
+++ b/pom.xml
@@ -584,6 +584,7 @@
<redirectTestOutputToFile>${test.output.tofile}</redirectTestOutputToFile>
<systemPropertyVariables>
<test.build.classes>${test.build.classes}</test.build.classes>
+ <java.io.tmpdir>${test.tmp.dir}</java.io.tmpdir>
</systemPropertyVariables>
<excludes>
<!-- users can add -D option to skip particular test classes
@@ -1506,6 +1507,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>
<maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ss'Z'</maven.build.timestamp.format>
<!--This build.id we'll add as flag so can identify which forked processes
belong to our build.
Default is the build start timestamp. Up on jenkins pass in the
jenkins build id by setting