blob: 49099e0f44163f6a088bd047e75c169ce5880531 [file] [log] [blame]
#!/bin/bash
# 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.
# Change this to a specific string.
# Do not use "_" or other sepcial characters, only number and alphabeta.
# NOTICE: change this uid will modify hive-*.yaml
export HOST="hadoop-master-2"
export FS_PORT=8620
export HMS_PORT=9683
export HS_PORT=16000
export MYSQL_PORT=3366
export DFS_DN_PORT=9666
export DFS_DN_HTTP_PORT=9664
export DFS_DN_IPC_PORT=9667
export DFS_NN_HTTP_PORT=9670
export YARM_LOG_SERVER_PORT=8688
export YARN_RM_PORT=8632
export YARN_RM_SCHEDULER_PORT=8630
export YARN_RM_TRACKER_PORT=8631
export YARN_RM_ADMIN_PORT=8633
export YARN_RM_WEBAPP_PORT=8689
export YARN_NM_LOCAL_PORT=8640
export YARN_NM_WEBAPP_PORT=8642
export MAPREDUCE_SHUFFLE_PORT=13662
export KDC_PORT1=6688
export KADMIND_PORT1=6749
export KPASSWD_PORT1=6464
# prepare for paimon hms test,control load paimon hms data or not
export enablePaimonHms="false"
# hms on s3/oss/obs/cos
export AWSAk="*****************"
export AWSSk="*****************"
export AWSEndpoint="s3.ap-northeast-1.amazonaws.com"
export OSSAk="*****************"
export OSSSk="*****************"
export OSSEndpoint="oss-cn-beijing.aliyuncs.com"
export OBSAk="*****************"
export OBSSk="*****************"
export OBSEndpoint="obs.cn-north-4.myhuaweicloud.com"
export COSAk="*****************"
export COSSk="*****************"
export COSRegion="ap-beijing"
export GCSProjectId=""
export GCSAccountEmail=""
export GCSAccountPrivateKeyId=""
export GCSAccountPrivateKey=""
export GCSProxyAddress=""