Class MetastoreUtils


  • public class MetastoreUtils
    extends java.lang.Object
    Provides utilities for metastore.
    • Constructor Detail

      • MetastoreUtils

        public MetastoreUtils()
    • Method Detail

      • cleanTable

        public static void cleanTable​(MetastoreTable table,
                                      int numEntriesPerScan)
                               throws MSException,
                                      java.lang.InterruptedException
        Clean the given table.
        Parameters:
        table - Metastore Table.
        numEntriesPerScan - Num entries per scan.
        Throws:
        MSException
        java.lang.InterruptedException