Advertisement
kieni17

Untitled

Apr 19th, 2020
2,044
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SPARK 0.09 KB | None | 0 0
  1. val query2 = novDF.groupBy("brand").count()
  2.  
  3. query2.explain()
  4. spark.time(query2.show(false))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement