Package org.apache.hadoop.hbase.master

Examples of org.apache.hadoop.hbase.master.MasterFileSystem.deleteFamily()


      MetaEditor.updateRegionInfo(this.server.getCatalogTracker(), hri);
      MasterFileSystem mfs = this.masterServices.getMasterFileSystem();
      // Update region info in FS
      mfs.updateRegionInfo(hri);
      // Delete directory in FS
      mfs.deleteFamily(hri, familyName);
      // Update region info in FS
      this.masterServices.getMasterFileSystem().updateRegionInfo(hri);
    }
  }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.