In [1]:
println("hello")
In [2]:
spark
Out[2]:
In [3]:
spark.tables
Out[3]:
In [4]:
sc
Out[4]:
In [5]:
sc.sql("show tables").show()
Out[5]:
In [ ]: