I have followed the H2O documentation to create an H2O cluster in Kubernetes using the Docker h2oai/h2o-open-source-k8s:3.38.0.2 image. When I load test the cluster it can support about 80 concurrent HTTP connections that are opened with this Python code: import h2o h2o.connect(url='http://' + "clusterhostname" +':0') My…
This is kind of an old issue at this point, but I still can reproduce it with the latest h2o 3.38.03: https://h2oai.atlassian.net/browse/PUBDEV-7381 I'm wondering if anyone else using hadoop or a multi-node environment is encountering this? The gist of the issue: If you import data with a categorical/factor column (A) and…