-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Manuele
authored and
Manuele
committed
Sep 12, 2024
1 parent
6a57390
commit 026dafa
Showing
1 changed file
with
94 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
#Cluster env variables | ||
CLUSTERNAME= | ||
ENVIRONMENTNAME= | ||
NFSADDRESS= | ||
NFSPATH= | ||
SSHSERVERPORTEXT= | ||
SSHSERVERPORT= | ||
|
||
#Docker image version | ||
HADOOPVERSION= | ||
SPARKVERSION= | ||
ZOOKEEPERVERSION= | ||
|
||
#KAFKA | ||
KAFKA_IP= | ||
KAFKA_PORT_EXT= | ||
|
||
######################### | ||
#### Hadoop env variables | ||
HADOOPHOME= | ||
HADOOPCONFDIR= | ||
|
||
#Namenode ports | ||
NAMENODE1PORT= | ||
NAMENODE2PORT= | ||
#Name node volume dir | ||
NAMEDIR= | ||
#Disks on cluster machines | ||
DATANODEDISK1= | ||
DATANODEDISK2= | ||
DATANODEDISK3= | ||
#Data node volume dir | ||
DATANODEDIR1= | ||
DATANODEDIR2= | ||
DATANODEDIR3= | ||
#Journal node volume dir | ||
JOURNALDIR= | ||
|
||
######################### | ||
##### Spark env variables | ||
SPARKBIN= | ||
SPARKCONFDIR= | ||
SPARKMASTERHOST= | ||
SPARKMASTERPORT= | ||
SPARKHISTSERVERPORT= | ||
|
||
######################## | ||
##### YARN env variables | ||
RESOURCEMANAGERPORT= | ||
YARNHISTSERVERPORT= | ||
YARNHISTSERVERDATADIR= | ||
|
||
######################## | ||
##### ZM env variables | ||
ZOOCONFDIR= | ||
ZOOPORTEXT= | ||
ZOOELECTIONPORT= | ||
ZOODATAPORT= | ||
ZOO1PORT= | ||
ZOO2PORT= | ||
ZOO3PORT= | ||
|
||
# FIWARE | ||
FIWARE_PORT= | ||
|
||
# MongoDB | ||
MONGODB_PORT= | ||
|
||
# File server | ||
FILESERVER_PORT= | ||
|
||
# FTP server | ||
FTP_PORT_FTP20_EXT= | ||
FTP_PORT_FTP21_EXT= | ||
FTP_PORT_MIN= | ||
FTP_PORT_MAX= | ||
FTP_USER= | ||
FTP_PWD= | ||
|
||
# Mosquitto variables | ||
MOSQUITTO_PORT_EXT= | ||
MOSQUITTO_PORT_EXT_TLS= | ||
MOSQUITTO_USER= | ||
MOSQUITTO_PWD= | ||
|
||
# Airflow configuration | ||
AIRFLOW_PASSWORD= | ||
AIRFLOW_USER= | ||
AIRFLOW_DB= | ||
AIRFLOW_SMTP_SMTP_HOST= | ||
AIRFLOW_SMTP_SMTP_PORT= | ||
AIRFLOW_SMTP_SMTP_USER= | ||
AIRFLOW_SMTP_SMTP_PASSWORD= | ||
AIRFLOW_SMTP_SMTP_MAIL_FROM= |