It works now!
On 2017-11-18 13:00, Mikael Ståldal wrote:
That particular test creates hadoop.log in
System.getProperty("java.io.tmpdir") on purpuse to test system property
replacement in configuration files.
On most Linux systems (including our Jenkins machine),
System.getProperty("java.io.tmpdir") == "/tmp".
I tried the test locally on my Linux machine, and it works. But it
leaves the /tmp/hadoop.log file behind. I changed the test to delete the
file afterwards, maybe that will help.
Maybe someone have to manually delete /tmp/hadoop.log on the Jenkins
machine once to get this working again. (I am not sure how to access the
Jenkins machine to be able to do that.)