Skip to content

Commit

Permalink
chore: add .env required variables
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbaiardi committed Feb 25, 2025
1 parent 75f8864 commit 8f3582d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions dataplatform/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,14 @@ SPARKCONFDIR=/opt/spark/conf/
SPARKMASTERHOST=spark-master
SPARKMASTERPORT=7077
SPARKHISTSERVERPORT=18080
SPARKHISTSERVERPORT_EXT=48080

########################
##### YARN env variables
RESOURCEMANAGERPORT=8088
RESOURCEMANAGERPORT_EXT=48088
YARNHISTSERVERPORT=19888
YARNHISTSERVERPORT_EXT=49888
YARNHISTSERVERDATADIR=/hadoop/yarn/timeline/

########################
Expand Down Expand Up @@ -85,11 +88,11 @@ MOSQUITTO_USER=foo
MOSQUITTO_PWD=bar

# Airflow configuration
AIRFLOW_PASSWORD=a1fl4wb14
AIRFLOW_USER=airflow
AIRFLOW_PASSWORD=psw
AIRFLOW_USER=user
AIRFLOW_DB=137.204.72.88:5432/airflow
AIRFLOW_SMTP_SMTP_HOST=smtp.gmail.com
AIRFLOW_SMTP_SMTP_PORT=587
AIRFLOW_SMTP_SMTP_PORT=25
AIRFLOW_SMTP_SMTP_USER=email
AIRFLOW_SMTP_SMTP_PASSWORD=psw
AIRFLOW_SMTP_SMTP_MAIL_FROM=psw
Expand Down

0 comments on commit 8f3582d

Please sign in to comment.