Uh oh!
There was an error while loading. Please reload this page.
SPARK-1380: Add sort-merge based cogroup/joins. - #283
Conversation
AmplabJenkins
commented
Apr 1, 2014
Merged build triggered. |
AmplabJenkins
commented
Apr 1, 2014
Merged build started. |
AmplabJenkins
commented
Apr 1, 2014
Merged build finished. All automated tests passed. |
AmplabJenkins
commented
Apr 1, 2014
All automated tests passed. |
rxin
commented
Apr 1, 2014
Is there a specific use case you are trying to address that cannot be handled by the hash join? |
mridulm
commented
Apr 2, 2014
I have not done a detailed review - but looks pretty expensive in terms of memory. |
ueshin
commented
Apr 3, 2014
@rxin Thank you for your reply. There are some case to use merge join for optimization:
I think it is useful for users to choose ways to optimize their processing. |
ueshin
commented
Apr 3, 2014
@mridulm Thank you for your reply. There are 2 points I have to mention about memory:
|
nchammas
commented
Sep 23, 2014
pwendell
commented
Nov 10, 2014
I'd suggest we close this issue for now and go to the JIRA to discuss whether the feature is needed and how high of a priority it is. |
* Monitor pod status in submission v2. * Address comments
* Monitor pod status in submission v2. * Address comments
* upgrade hadoop to 2.9.0-palantir.1-rc9 * run test-dependencies.sh --replace-manifest * missed one * no more rc for deps * and the poms * fix the test * bump to 2.9.0-palantir.2
This reverts commit 65956b7.
* Revert "Bump Hadoop to 2.9.0-palantir.3 (apache#288)" This reverts commit bb010b8. * Revert "Hadoop 2.9.0-palantir.2 (apache#283)" This reverts commit 65956b7.
Fix ansible testing fails
I've written cogroup/joins based on 'Sort-Merge' algorithm.