I am trying to run H2O in databricks. However, when I do the following:
hc = pysparkling.H2OContext.getOrCreate(spark)
I get the following error:
java.lang.AbstractMethodError
Does anyone know what the problem could be?
I am trying to run H2O in databricks. However, when I do the following:
hc = pysparkling.H2OContext.getOrCreate(spark)
I get the following error:
java.lang.AbstractMethodError
Does anyone know what the problem could be?
I'm not sure that it going to work. Take a look at the links below.
https://spark.apache.org/docs/latest/ml-classification-regression.html https://spark.apache.org/docs/latest/ml-clustering.html
Find an algo from something in there and run it. It should work fine.