Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.11.0, 0.12.0
    • Catalog
    • None

    Description

      Tajo stores a list of partitions for each table in its CatalogStore. If, however, new partitions are directly added to HDFS, the CatalogStore will not be aware of these partitions unless the user runs ALTER TABLE table_name ADD PARTITION commands on each of the newly added partitions.

      However, users can run a CatalogStore check command with the repair table option:

      MSCK REPAIR TABLE <table_name>
      

      For the reference, I've referenced hive msck command.

      Attachments

        1. TAJO-1673.patch
          31 kB
          JaeHwa Jung
        2. TAJO-1673_2.patch
          31 kB
          JaeHwa Jung

        Activity

          People

            blrunner JaeHwa Jung
            blrunner JaeHwa Jung
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: