Toms5578 commented on issue #6573:
URL: https://github.com/apache/kyuubi/issues/6573#issuecomment-2259924840
eg:
BufferedReader reader = new BufferedReader(new
InputStreamReader(start.getErrorStream()));
String line;
while ((line = reader.readLine()) != null) {
System.out.println(line);
}
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]