You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2018/12/07 17:51:08 UTC

[GitHub] keith-turner opened a new issue #810: Replace MiniAccumulo LogWriter's with ProcessBuilder.redirectOutput()

keith-turner opened a new issue #810: Replace MiniAccumulo LogWriter's with ProcessBuilder.redirectOutput()
URL: https://github.com/apache/accumulo/issues/810
 
 
   When MiniAccumulo was written Java did not offer a way to redirect stderr and stdout for a process.  Since Java 1.7 it has been possible to do this.   The custom LogWriter code/threads could be removed from MiniAccumulo and replaced with ProcessBuilder.redirectOutput() and ProcessBuilder.redirectError()

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services