Created 07-05-2018 11:41 AM
Hi All,
i have a scenario like follows, need to split and save my data frame in to multiple partitions based on date and when writing i need to take recorrd count.
is there any option to take record count when writing Dataframe pls comment.
Created 07-06-2018 07:48 AM
Does dataframe.count() your requirement? This can be called before writing the dataframe.
Created 07-09-2018 08:06 AM
Hi @Sandeep Nemuri,
I think i found the answer from Stackoverflow site. Tanx for you info.