1

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?

Ethan
  • 1,625
  • 8
  • 23
  • 39
physics_2015
  • 129
  • 2
  • 8
  • Same. I tried using the Databricks documentation and I get the same error. https://docs.databricks.com/spark/latest/mllib/third-party-libraries.html#h2o-sparkling-water – Frank B. Jul 02 '18 at 01:42

1 Answers1

0

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.

ASH
  • 565
  • 2
  • 9