Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-14841 Replication - Phase 2
  3. HIVE-16714

make Task Dependency on Repl Load more intuitive

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • 3.0.0
    • 3.0.0
    • HiveServer2
    • None

    Description

      Primary warehouse
      Create table a (name string, id int);
      Create table b as select name, id from a;
      Repl dump default;

      Replica warehouse
      Repl load replica from ‘[location]’;

      Query Plan Generated
      DDL0 => Copy a => move a
      DDL0 => DDL Create a => move a
      DDL0 => Copy b => move b
      DDL0 => DDL Create b => move b

      Move to Query Plan :
      DDL0 => Copy a => move a => DDL Create a
      DDL0 => Copy b => move b => DDL Create b

      Attachments

        Activity

          People

            anishek Anishek Agarwal
            anishek Anishek Agarwal
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: