Two concurrent h2ocontext created on the same driver seem to conflict with each other. When one is running, the other one will throw errors. Can we do some configuration such that two instances of sparkling water can run in parallel?
Asked
Active
Viewed 111 times
2 Answers
0
Pass the following arguments on the command line:
--conf spark.ext.h2o.client.port.base=26000
--conf spark.ext.h2o.node.port.base=26005

user9537361
- 11
- 1
0
Sparkling Water is tight to Spark cluster. If you want to be able to run multiple Sparkling Water clusters(H2OContext), then you need to create multiple separated Spark Clusters first

Jakub Háva
- 228
- 1
- 5