0

I'm trying to get the list of spark method , its does not belong to either transformation or action . Like say cache is neither transformation or action.

is there any way to identify method does not belong to either transformation or action ?

Thanks

senthil kumar p
  • 526
  • 2
  • 7
  • 25
  • `cache` is also a transformation. all methods that don't return RDD or Dataset are actions. – Gelerion Oct 10 '19 at 07:59
  • please read Jacek Laskowski answer https://stackoverflow.com/questions/44002128/when-are-cache-and-persist-executed-since-they-dont-seem-like-actions – senthil kumar p Oct 10 '19 at 08:19

0 Answers0