I'm trying to run sparkling-water from pycham, I have install the spark and sparkling-water-2.4.13.but getting error "NameError: name 'H2OContext' is not defined".
The same code is working from cli.
from pyspark.sql import SparkSession
import h2o
from pysparkling import *
spark = SparkSession.builder.appName('H20 libariy ').getOrCreate()
hc = H2OContext.getOrCreate(spark)
# Process finished with exit code 1