From 81f2cc5089c460ba56afceeb40dcb5c604c1b91e Mon Sep 17 00:00:00 2001 From: Duo Zhang Date: Tue, 6 Oct 2020 08:35:16 +0800 Subject: [PATCH] HBASE-25154 Set java.io.tmpdir to project build directory to avoid writing std*deferred files to /tmp (#2502) Signed-off-by: stack Signed-off-by: Viraj Jasani Signed-off-by: Sean Busbey --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 088a7e4898e..75fa9ceb361 100755 --- a/pom.xml +++ b/pom.xml @@ -761,6 +761,7 @@ ${test.output.tofile} ${test.build.classes} + ${test.tmp.dir} ${project.build.directory}/test-classes + ${project.build.directory} yyyy-MM-dd'T'HH:mm:ss'Z'