Hi,
I am using pySpark with zeppelin and would like to print the RDD as a table
to be able to display in the display system.
I know how to loop through the records and generate the %table string and
print it but I am looking for a more elegant way.
I tried z.show(MyRdd) but it failed:
... 'PipelinedRDD object has no attribute '_get_object_id

any help?
Eran

Reply via email to