File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
rust/operator-binary/src/crd Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -1235,10 +1235,6 @@ impl Configuration for HbaseConfigFragment {
1235
1235
HBASE_CLUSTER_DISTRIBUTED . to_string ( ) ,
1236
1236
Some ( "true" . to_string ( ) ) ,
1237
1237
) ;
1238
- // result.insert(
1239
- // HBASE_UNSAFE_REGIONSERVER_HOSTNAME_DISABLE_MASTER_REVERSEDNS.to_string(),
1240
- // Some("true".to_string()),
1241
- // );
1242
1238
result. insert ( HBASE_ROOTDIR . to_string ( ) , self . hbase_rootdir . clone ( ) ) ;
1243
1239
}
1244
1240
_ => { }
@@ -1389,10 +1385,6 @@ impl Configuration for RegionServerConfigFragment {
1389
1385
HBASE_CLUSTER_DISTRIBUTED . to_string ( ) ,
1390
1386
Some ( "true" . to_string ( ) ) ,
1391
1387
) ;
1392
- // result.insert(
1393
- // HBASE_UNSAFE_REGIONSERVER_HOSTNAME_DISABLE_MASTER_REVERSEDNS.to_string(),
1394
- // Some("true".to_string()),
1395
- // );
1396
1388
result. insert ( HBASE_ROOTDIR . to_string ( ) , self . hbase_rootdir . clone ( ) ) ;
1397
1389
}
1398
1390
_ => { }
You can’t perform that action at this time.
0 commit comments