Hi All, When I load an RDD with:
data = sc.textFile("somefile")
I don't see the resulting RDD in the SparkContext gui on localhost:4040 in
/storage.
Is there something special I need to do to allow me to view this? I tried
but scala and python shells but same result.
Thanks
Stuart
