looks useful thanks
On Wednesday, 24 February 2016, 9:42, Yin Yang <[email protected]> wrote:
Is the following what you were looking for ?
sqlContext.sql(""" CREATE TEMPORARY TABLE partitionedParquet USING
org.apache.spark.sql.parquet OPTIONS ( path '/tmp/partitioned' )""")
table("partitionedParquet").explain(true)
On Wed, Feb 24, 2016 at 1:16 AM, Ashok Kumar <[email protected]>
wrote:
Gurus,
Is there anything like explain in Spark to see the execution plan in functional
programming?
warm regards