Keegan Mosley created HIVE-3231:
-----------------------------------

             Summary: msck repair should find partitions already containing 
data files
                 Key: HIVE-3231
                 URL: https://issues.apache.org/jira/browse/HIVE-3231
             Project: Hive
          Issue Type: Improvement
    Affects Versions: 0.10.0, 0.9.1
            Reporter: Keegan Mosley
            Priority: Minor


msck repair currently will only discover partition directories if they are 
empty.

It seems a more apt use case to copy data files into a table, creating the 
partition directories as you go, rather than creating a bunch of empty 
partition directories, then running msck repair to dynamically add them, then 
inserting your actual data files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to