()
| 54 | BagFactory mBf = BagFactory.getInstance(); |
| 55 | |
| 56 | @Before |
| 57 | public void setUp() throws Exception { |
| 58 | FileLocalizer.setR(new Random()); |
| 59 | pigServer = new PigServer(cluster.getExecType(), properties); |
| 60 | } |
| 61 | |
| 62 | @BeforeClass |
| 63 | public static void oneTimeSetUp() throws Exception { |
nothing calls this directly
no test coverage detected