Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

TAJO-1311: Enable Scattered Hash Shuffle for CTAS statement. #478

Closed
wants to merge 6 commits into from

Conversation

blrunner
Copy link
Contributor

Currently, Tajo just use hash shuffle for CTAS statement. If you use large partitioned table for target table, you will see poor performance of wrong task number. Thus, we need to calculate the number for the partitioned table with scattered hash shuffle.

@blrunner
Copy link
Contributor Author

blrunner commented Apr 4, 2015

Rebasing commits against the master branch. :)

@blrunner
Copy link
Contributor Author

blrunner commented Apr 5, 2015

Testcases in travis-ci failed, but testcases in apache build servers has been passed. Please see details in the following link.
https://builds.apache.org/job/PreCommit-TAJO-Build/703//testReport/

@blrunner
Copy link
Contributor Author

Rebased

@jihoonson
Copy link
Contributor

+1 thanks for your contribution!

@asfgit asfgit closed this in b50831f Apr 27, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants