On Thu, May 18, 2017 at 10:10 AM, Nipun Arora wrote:
> I wanted to know how to get the the input and output streams from
> SparkAppHandle?
You can't. You can redirect the output, but not directly get the streams.
--
Marcelo
-
Hi,
I wanted to know how to get the the input and output streams from
SparkAppHandle?
I start application like the following:
SparkAppHandle sparkAppHandle = sparkLauncher.startApplication();
I have used the following previously to capture inputstream from error and
output streams, but I would l