Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic ideas to solve Spark OOM: Count all the high frequence words in a big table #48

Open
guotong1988 opened this issue Mar 19, 2021 · 0 comments

Comments

@guotong1988
Copy link

guotong1988 commented 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, then flatmap to one word per row, then groupby, then count the word number in each group.

It will OOM.

@guotong1988 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant