-
Notifications
You must be signed in to change notification settings - Fork 117
Add a troubleshooting doc #25
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
Add a troubleshooting doc #25
Conversation
kianfar77
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple of nits.
| <https://github.com/apache/spark/commit/27daf6bcde782ed3e0f0d951c90c8040fd47e985>`_ by setting | ||
| ``spark.sql.execution.useObjectHashAggregateExec`` to ``false`` | ||
|
|
||
| - Job is slow or OOMs while writing to partitioned table |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: the line spacing is awkward on rendering. The solution is closer to the next item than the item.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed by the css change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice
docs/source/troubleshooting.rst
Outdated
| Troubleshooting | ||
| =============== | ||
|
|
||
| - Job is slow or OOMs while using an aggregate like ``collect_list`` or |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: perhaps define OOM once.
Signed-off-by: Henry D <[email protected]>
Signed-off-by: Henry Davidge <[email protected]>
* Update version.sbt to 0.2.0 (projectglow#20) Signed-off-by: Henry D <[email protected]> * comments Signed-off-by: Henry D <[email protected]> Signed-off-by: Henry Davidge <[email protected]>
Signed-off-by: Henry D [email protected]
What changes are proposed in this pull request?
We can add to this as we find new common issues.
How is this patch tested?
(Details)