Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-3595

Hardcoded HDFS path in test_avro_stale_schema causes all other filesystems to fail

    XMLWordPrintableJSON

Details

    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/

      Attachments

        Activity

          People

            sailesh Sailesh Mukil
            sailesh Sailesh Mukil
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: