You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to count all the high frequence words in a big table.
I split each sentence of each row, then flatmap to one word per row, then groupby, then count the word number in each group.
It will OOM.
The text was updated successfully, but these errors were encountered:
guotong1988
changed the title
Basic ideas to solve Spark OOM?
Basic ideas to solve Spark OOM: Count all the high frequence words in a big table
Mar 19, 2021
The detail question is:
I want to count all the high frequence words in a big table.
I
split
each sentence of each row, thenflatmap
to one word per row, thengroupby
, then count the word number in each group.It will OOM.
The text was updated successfully, but these errors were encountered: