ERROR:py4j.java_gateway:Error while sending or receiving.
Traceback (most recent call last):
File ".../Spark1.6/python/lib/py4j-0.9-src.zip/py4j/java_gateway.py", line 746, in send_command
raise Py4JError("Answer from Java side is empty")
Py4JError: Answer from Java side is empty
ERROR:py4j.java_gateway:An error occurred while trying to connect to the Java server
Traceback (most recent call last):
File ".../Spark1.6/python/lib/py4j-0.9-src.zip/py4j/java_gateway.py", line 690, in start
self.socket.connect((self.address, self.port))
File "/usr/local/anaconda/lib/python2.7/socket.py", line 228, in meth
return getattr(self._sock,name)(*args)
error: [Errno 111] Connection refused
ERROR:py4j.java_gateway:An error occurred while trying to connect to the Java server
Traceback (most recent call last):My conf-file:
spark.serializer org.apache.spark.serializer.KryoSerializer spark.kryoserializer.buffer.max 1500mb spark.driver.memory 65g spark.driver.extraJavaOptions -XX:-PrintGCDetails -XX:PermSize=35480m -XX:-PrintGCTimeStamps -XX:-PrintTenuringDistribution spark.python.worker.memory 65g spark.local.dir /data/spark-tmp spark.ext.h2o.client.log.dir /data/h2o spark.logConf false spark.master local[*] spark.driver.maxResultSize 0 spark.eventLog.enabled True spark.eventLog.dir /data/spark_log
In the code I use "persist" data (amount of data is 5.7 GB).
There is nothing in the h2olog-files.
I guess that there is enough memory.
Could anyone help me?
Thanks!
--
You received this message because you are subscribed to the Google Groups "H2O Open Source Scalable Machine Learning - h2ostream" group.
To unsubscribe from this group and stop receiving emails from it, send an email to h2ostream+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.