mmuru
mmuru
@houqp: Thanks for your clarification. In real world, handling large datasets in a single machine is impossible and it requires distributed sharding across multiple nodes. I believe, ROAPI has almost...
@pan3793: Any ETA on this PR will get merged to master? Thanks.
@kevin-bates and @lresende - Thank you for your information. Below is my setup 1. ven-gw - virtual environment for JEG (3.2.2) and configured with a ipython kernel using pip ````...
I was able to make it work using JupyterLab==3.6.5 with jupyter-client==6.1.12 and jupyter-server==1.24.0 same as JEG 3.2.2. Below is the details configuration. ```` jupyter-client==6.1.12 jupyter-events==0.7.0 jupyter-lsp==2.2.0 jupyter-server==1.24.0 jupyter-telemetry==0.1.0 jupyter-ydoc==0.2.5 jupyter_core==5.3.1...
I am able to build package in Java 8 and verified the changes works. However the released version 1.2.0 did not work in Java 8 and throws java.lang.NoSuchMethodError exception. This...