File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
main/java/org/apache/hadoop/hbase/master
test/java/org/apache/hadoop/hbase/master Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 164164import org .apache .hadoop .hbase .shaded .protobuf .generated .MasterProtos .EnableTableResponse ;
165165import org .apache .hadoop .hbase .shaded .protobuf .generated .MasterProtos .ExecProcedureRequest ;
166166import org .apache .hadoop .hbase .shaded .protobuf .generated .MasterProtos .ExecProcedureResponse ;
167- import org .apache .hadoop .hbase .shaded .protobuf .generated .MasterProtos .FixMetaResponse ;
168167import org .apache .hadoop .hbase .shaded .protobuf .generated .MasterProtos .FixMetaRequest ;
168+ import org .apache .hadoop .hbase .shaded .protobuf .generated .MasterProtos .FixMetaResponse ;
169169import org .apache .hadoop .hbase .shaded .protobuf .generated .MasterProtos .GetClusterStatusRequest ;
170170import org .apache .hadoop .hbase .shaded .protobuf .generated .MasterProtos .GetClusterStatusResponse ;
171171import org .apache .hadoop .hbase .shaded .protobuf .generated .MasterProtos .GetCompletedSnapshotsRequest ;
Original file line number Diff line number Diff line change 2525import org .apache .hadoop .hbase .HConstants ;
2626import org .apache .hadoop .hbase .MetaTableAccessor ;
2727import org .apache .hadoop .hbase .TableName ;
28- import org .apache .hadoop .hbase .client .Delete ;
2928import org .apache .hadoop .hbase .client .RegionInfo ;
30- import org .apache .hadoop .hbase .client .Table ;
3129import org .apache .hadoop .hbase .testclassification .LargeTests ;
3230import org .apache .hadoop .hbase .testclassification .MasterTests ;
3331import org .junit .AfterClass ;
You can’t perform that action at this time.
0 commit comments