Home
last modified time | relevance | path

Searched refs:htdDisabled (Results 1 – 2 of 2) sorted by relevance

/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/master/
H A DTestMasterFailover.java222 HTableDescriptor htdDisabled = new HTableDescriptor(disabledTable); in testMasterFailoverWithMockedRIT() local
223 htdDisabled.addFamily(new HColumnDescriptor(FAMILY)); in testMasterFailoverWithMockedRIT()
225 fstd.createTableDescriptor(htdDisabled); in testMasterFailoverWithMockedRIT()
226 HRegionInfo hriDisabled = new HRegionInfo(htdDisabled.getTableName(), null, null); in testMasterFailoverWithMockedRIT()
227 createRegion(hriDisabled, rootdir, conf, htdDisabled); in testMasterFailoverWithMockedRIT()
229 TEST_UTIL.getConfiguration(), htdDisabled, SPLIT_KEYS); in testMasterFailoverWithMockedRIT()
570 HTableDescriptor htdDisabled = new HTableDescriptor(disabledTable); in testMasterFailoverWithMockedRITOnDeadRS() local
571 htdDisabled.addFamily(new HColumnDescriptor(FAMILY)); in testMasterFailoverWithMockedRITOnDeadRS()
573 fstd.createTableDescriptor(htdDisabled); in testMasterFailoverWithMockedRITOnDeadRS()
575 createRegion(hriDisabled, rootdir, conf, htdDisabled); in testMasterFailoverWithMockedRITOnDeadRS()
[all …]
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/util/
H A DTestHBaseFsck.java1493 HTableDescriptor htdDisabled = new HTableDescriptor(table); in testRegionShouldNotBeDeployed() local
1494 htdDisabled.addFamily(new HColumnDescriptor(FAM)); in testRegionShouldNotBeDeployed()
1498 fstd.createTableDescriptor(htdDisabled); in testRegionShouldNotBeDeployed()
1500 TEST_UTIL.createMultiRegionsInMeta(conf, htdDisabled, SPLIT_KEYS); in testRegionShouldNotBeDeployed()
1522 region, htdDisabled, hrs.getWAL(region), conf); in testRegionShouldNotBeDeployed()