public NoHashJoinHadoop2TezRuleRegistry()
{
// enableDebugLogging();
// PreBalance
addRule( new NoHashJoinAssert() ); // fail if we encounter a HashJoin
addRule( new LoneGroupAssert() );
addRule( new MissingGroupAssert() );
addRule( new BufferAfterEveryAssert() );
addRule( new EveryAfterBufferAssert() );