Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
Impala 2.6.0
Description
The avro_stale_schema.test file has the following CREATE TABLE query:
---- QUERY CREATE EXTERNAL TABLE alltypesagg_staleschema ( id INT, bool_col BOOLEAN, tinyint_col INT, smallint_col INT, int_col INT, bigint_col BIGINT, float_col FLOAT, double_col DOUBLE, date_string_col STRING, string_col STRING, timestamp_col STRING ) LOCATION 'hdfs://localhost:20500//test-warehouse/alltypesaggmultifilesnopart_avro_snap' TBLPROPERTIES ('avro.schema.url'= '/test-warehouse/avro_schemas/functional/alltypesaggmultifilesnopart.json')
The hardcoded HDFS location causes this test to fail on all other filesystem runs.
http://sandbox.jenkins.cloudera.com/job/impala-umbrella-build-and-test-isilon/20/
http://sandbox.jenkins.cloudera.com/job/impala-umbrella-build-and-test/879/
http://sandbox.jenkins.cloudera.com/job/impala-umbrella-build-and-test-s3/21/