Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
-
None
Description
The maximum parallel degree had been limited by the number of cluster node capacity. This was because the old hash shuffle approach created too many small files depending on the number of parallel degree of a stage.
But, TAJO-992 solved this problem. We don't need to use this limit anymore. This patch removes the limit.
I think that this patch requires cluster test and it is hard to verify this patch in unit tests.