/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ // load needed utils here require('utils/errors/assertions'); require('utils/base64'); require('utils/db'); require('utils/helper'); require('utils/config'); require('utils/configs/theme/theme'); require('utils/configs/config_initializer'); require('utils/configs/nn_ha_config_initializer'); require('utils/configs/rm_ha_config_initializer'); require('utils/configs/move_namenode_config_initializer'); require('utils/configs/move_rm_config_initializer'); require('utils/configs/move_os_config_initializer'); require('utils/configs/move_hm_config_initializer'); require('utils/configs/move_hs_config_initializer'); require('utils/configs/move_ws_config_initializer');