25 0 Never Add comment Not a member of Pastebin yet?Sign Up, it unlocks many cool features! text8.69 KB| None|00 rawdownloadcloneembedprintreport eNrdXOtTE9m2_zz5K7qosure8oK9d78tPbdAfHAUZQCdxxdrd_duiYYEk4DD3LpVqIOA8nAUZVQcXzjqeHyOowgif8xJ5_Hp_At37e5O0km6Q4N66p7jAzrptfbe6_1...
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
I ran: sqlContext.cacheTable("product") var df = sqlContext.sql("...complex query...") df.explain(true) ...and obtained: http://pastebin.com/k9skERsr ...where "[...]" corresponds therein to huge lists of records from the addressed table (product) The query is of the following ...