You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the README example, I've seeing the following error:
File"/usr/local/spark-2.1.0-bin-hadoop2.7/python/lib/py4j-0.10.4-src.zip/py4j/java_gateway.py", line1035, insend_commandraisePy4JNetworkError("Answer from Java side is empty")
py4j.protocol.Py4JNetworkError: AnswerfromJavasideisempty
Further investigation reveals that the java heap is being blown due to too-low memory settings on docker for mac. Linux won't see this issue so long as the memory available to the OS is sufficient to the task whereas docker for mac must explicitly allocate memory to a VM for containers to run
The text was updated successfully, but these errors were encountered:
Running the README example, I've seeing the following error:
Further investigation reveals that the java heap is being blown due to too-low memory settings on docker for mac. Linux won't see this issue so long as the memory available to the OS is sufficient to the task whereas docker for mac must explicitly allocate memory to a VM for containers to run
The text was updated successfully, but these errors were encountered: