This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch branch-1.4
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-1.4 by this push:
new f14795b HBASE-25154 Set java.io.tmpdir to project build directory to
avoid writing std*deferred files to /tmp (#2502)
f14795b is described below
commit f14795bc8b632df104a80bf1801093a5ab2a810e
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 6a682c8..9e51808 100644
--- a/pom.xml
+++ b/pom.xml
@@ -533,6 +533,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>
@@ -1386,6 +1387,7 @@
<extra.enforcer.version>1.0-beta-6</extra.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>
<shell-executable>bash</shell-executable>
</properties>
<!-- Sorted by groups of dependencies then groupId and artifactId -->