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 {
12351235 HBASE_CLUSTER_DISTRIBUTED . to_string ( ) ,
12361236 Some ( "true" . to_string ( ) ) ,
12371237 ) ;
1238- // result.insert(
1239- // HBASE_UNSAFE_REGIONSERVER_HOSTNAME_DISABLE_MASTER_REVERSEDNS.to_string(),
1240- // Some("true".to_string()),
1241- // );
12421238 result. insert ( HBASE_ROOTDIR . to_string ( ) , self . hbase_rootdir . clone ( ) ) ;
12431239 }
12441240 _ => { }
@@ -1389,10 +1385,6 @@ impl Configuration for RegionServerConfigFragment {
13891385 HBASE_CLUSTER_DISTRIBUTED . to_string ( ) ,
13901386 Some ( "true" . to_string ( ) ) ,
13911387 ) ;
1392- // result.insert(
1393- // HBASE_UNSAFE_REGIONSERVER_HOSTNAME_DISABLE_MASTER_REVERSEDNS.to_string(),
1394- // Some("true".to_string()),
1395- // );
13961388 result. insert ( HBASE_ROOTDIR . to_string ( ) , self . hbase_rootdir . clone ( ) ) ;
13971389 }
13981390 _ => { }
You can’t perform that action at this time.
0 commit comments