Github user sitalkedia commented on a diff in the pull request:
https://github.com/apache/spark/pull/13107#discussion_r68856272
--- Diff:
core/src/main/java/org/apache/spark/shuffle/sort/ShuffleExternalSorter.java ---
@@ -72,7 +72,10 @@
private final TaskContext taskContext;
private final ShuffleWriteMetrics writeMetrics;
- /** Force this sorter to spill when there are this many elements in
memory. For testing only */
+ /**
+ * Force this sorter to spill when there are this many elements in
memory. The default value is
+ * 1024 * 1024 * 1024 / 2 which allows the maximum size of the pointer
array to be 8G.
--- End diff --
I see, fixed that, thanks
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]