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

Inconsistent ALTER TABLE SET LOCATION output format

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • Impala 2.9.0, Impala 2.10.0, Impala 2.11.0
    • None
    • Frontend
    • None
    • ghx-label-7

    Description

      No tabular output.

      [localhost:21000] > alter table functional.alltypesagg partition(year=2009, month=1) set location 'hdfs://localhost:20500/test-warehouse/new_table';
      Query: alter table functional.alltypesagg partition(year=2009, month=1) set location 'hdfs://localhost:20500/test-warehouse/new_table'
      Fetched 0 row(s) in 0.05s
      

      vs others:

      [localhost:21000] > alter table functional.alltypesagg partition(year=2009, month=1) set fileformat parquet;
      Query: alter table functional.alltypesagg partition(year=2009, month=1) set fileformat parquet
      +-------------------------+
      | summary                 |
      +-------------------------+
      | Updated 0 partition(s). |
      +-------------------------+
      Fetched 1 row(s) in 0.02s
      
      [localhost:21000] > alter table functional.alltypesagg partition(year=2009, month=1) set tblproperties ('key'='value');
      Query: alter table functional.alltypesagg partition(year=2009, month=1) set tblproperties ('key'='value')
      +-------------------------+
      | summary                 |
      +-------------------------+
      | Updated 0 partition(s). |
      +-------------------------+
      Fetched 1 row(s) in 0.02s
      
      [localhost:21000] > alter table functional.alltypesagg partition(year=2009, month=1) set tblproperties ('key'='value');
      Query: alter table functional.alltypesagg partition(year=2009, month=1) set tblproperties ('key'='value')
      +-------------------------+
      | summary                 |
      +-------------------------+
      | Updated 0 partition(s). |
      +-------------------------+
      Fetched 1 row(s) in 0.02s
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              fredyw Fredy Wijaya
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: