Skip to content Skip to sidebar Skip to footer

Connecting Log4j To Ipython Notebook Stderr In A Java/python Project Using Py4j

I have a project that uses java, scala and Apache Spark to do distributed computations on genomic data. Using py4j and mimicking the PySpark model, we expose a python API that cal

Solution 1:

We solved this by using a separate socket to communicate between Java and Python. Here's the commit diff: https://github.com/hail-is/hail/commit/93d7e95a82ab39501eede7ecb301538bcd013ea8


Post a Comment for "Connecting Log4j To Ipython Notebook Stderr In A Java/python Project Using Py4j"