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

Stats computed in impala should propagate to Hive

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Cannot Reproduce
    • Impala 2.2.4
    • None
    • None

    Description

      In Impala:

      create database foo;
      create table foo.bar (x int);

      In Hive:

      insert into table foo.bar values(33);
      describe formatted foo.bar x;

      In Impala:

      show column stats foo.bar;
      compute stats foo.bar;
      show column stats foo.bar;

      In Hive:

      describe formatted foo.bar x;

      Expected:

      Impala computed stats are propagated to Hive.

      Actual:

      They are not. In my testing, however, the converse works: stats computed in Hive propagate to Impala after a `refresh`.

      Attachments

        Activity

          People

            jbapple Jim Apple
            jbapple Jim Apple
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: