()
| 87 | } |
| 88 | |
| 89 | @Before |
| 90 | public void setUp() throws ExecException { |
| 91 | resetScope(); |
| 92 | pc.getProperties().remove(PigConfiguration.PIG_OPT_MULTIQUERY); |
| 93 | pc.getProperties().remove(PigConfiguration.PIG_TEZ_OPT_UNION); |
| 94 | pc.getProperties().remove(PigConfiguration.PIG_EXEC_NO_SECONDARY_KEY); |
| 95 | pc.getProperties().remove(PigConfiguration.PIG_BLOOMJOIN_STRATEGY); |
| 96 | pigServer = new PigServer(pc); |
| 97 | } |
| 98 | |
| 99 | private void resetScope() { |
| 100 | NodeIdGenerator.reset(); |
nothing calls this directly
no test coverage detected