hive/src/itest/java/org/elasticsearch/hadoop/integration/hive/AbstractHiveReadJsonTest.java [69:87]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        this.query = query;
        this.readMetadata = readMetadata;
    }

    @Before
    public void before() throws Exception {
        provisionEsLib();
        RestUtils.refresh("json-hive*");
        targetVersion = TestUtils.getEsClusterInfo().getMajorVersion();
        new QueryTestParams(tempFolder).provisionQueries(HdpBootstrap.hadoopConfig());
    }

    @After
    public void after() throws Exception {
        testInstance++;
        HiveSuite.after();
    }

    @Test
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



hive/src/itest/java/org/elasticsearch/hadoop/integration/hive/AbstractHiveSearchJsonTest.java [71:89]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        this.query = query;
        this.readMetadata = readMetadata;
    }

    @Before
    public void before() throws Exception {
        provisionEsLib();
        RestUtils.refresh("json-hive*");
        targetVersion = TestUtils.getEsClusterInfo().getMajorVersion();
        new QueryTestParams(tempFolder).provisionQueries(HdpBootstrap.hadoopConfig());
    }

    @After
    public void after() throws Exception {
        testInstance++;
        HiveSuite.after();
    }

    @Test
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



