incubator-livy icon indicating copy to clipboard operation
incubator-livy copied to clipboard

LIVY-790 Corrupted stdout logging fix

Open dylanwilder opened this issue 4 years ago • 0 comments

What changes were proposed in this pull request?

https://issues.apache.org/jira/browse/LIVY-790 Move livy python repl execution to use py4j gateway instead of stdin/out. This, while being I believe generally more robust, also fixes the issue where livy session is hosed when underlying libs log unexpectedly to stdout (ie directly through fd 1)

How was this patch tested?

Please review https://livy.incubator.apache.org/community/ before opening a pull request.

dylanwilder avatar Sep 23 '20 14:09 dylanwilder