Skip to content

Commit

Permalink
[SW-555] Fix wrong reference to SparkSession
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubhava committed Oct 17, 2017
1 parent 1e3dfad commit 447c35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ For running on YARN and other supported platforms please see `Running Sparkling
from pysparkling import *
import h2o
hc = H2OContext.getOrCreate(sparkSession)
hc = H2OContext.getOrCreate(spark)
Run IPython Notebook with PySparkling
Expand Down

0 comments on commit 447c35f

Please sign in to comment.