public class HashJoinHadoop2TezRuleRegistry extends cascading.flow.planner.rule.RuleRegistry
HashJoin pipes.
Detecting and optimizing for HashJoin pipes adds further complexity and time to converge on a valid physical plan.
If facing slowdowns, and no HashJoins are used, switch to the
NoHashJoinHadoop2TezRuleRegistry via the appropriate
FlowConnector constructor.
| Constructor and Description |
|---|
HashJoinHadoop2TezRuleRegistry() |
addDefaultElementFactory, addElementFactory, addRule, enableDebugLogging, enabledResolveElements, equals, getElementFactory, getName, getProcessLevels, getRulesFor, hasElementFactory, hashCode, hasRule, restoreLogging, setResolveElementsEnabledpublic HashJoinHadoop2TezRuleRegistry()
Copyright © 2007-2021 Cascading Maintainers. All Rights Reserved.