forked from FIWARE/tutorials.Big-Data-Spark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
33 lines (29 loc) · 784 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Orion variables
ORION_PORT=1026
ORION_VERSION=2.5.2
# MongoDB variables
MONGO_DB_PORT=27017
MONGO_DB_VERSION=4.2
# IoT Agent Ultralight Variables
ULTRALIGHT_VERSION=1.15.0
IOTA_NORTH_PORT=4041
IOTA_SOUTH_PORT=7896
# Tutorial variables
TUTORIAL_APP_PORT=3000
TUTORIAL_DUMMY_DEVICE_PORT=3001
# Spark variables
SPARK_VERSION=2.4.5-hadoop2.7
SPARK_WEB_APP_PORT=8080
SPARK_SERVICE_PORT=9001
SPARK_MASTER_PORT=7077
SPARK_WORKER_1_PORT=8081
#
# The SPARK_VERSION - 2.4.5 must match the values in the pom.xml
#
# <properties>
# <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
# <spark.version>2.4.5</spark.version>
# <scala.binary.version>2.11</scala.binary.version>
# <scala.version>2.11.2</scala.version>
# <play2.version>2.4.6</play2.version>
# </properties>