Skip to content

Commit 8d3ba41

Browse files
committed
feedback.yaml updates
1 parent 6c60b2f commit 8d3ba41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf/feedback.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,15 @@ kafka:
112112
publish_predictions: 'baskerville.predictions'
113113

114114
spark:
115-
app_name: 'Baskerville Dashboard'
115+
app_name: 'Feedback'
116116
master: 'local' #!ENV 'spark://${SPARK_MASTER_HOST}:7077'
117117
parallelism: -1
118118
log_conf: 'true'
119119
log_level: 'ERROR'
120120
redis_host: !ENV ${REDIS_HOST}
121121
redis_password: !ENV ${REDIS_PASSWORD}
122122
redis_port: '6379'
123-
jars: !ENV '/app/baskerville/data/jars/spark-iforest-3.0.1.jar,/app/baskerville/data/jars/postgresql-42.2.4.jar,/app/baskerville/data/jars/spark-streaming-kafka-0-8-assembly_2.11-2.4.0.jar'
123+
jars: !ENV '/app/baskerville/data/jars/spark-iforest-2.4.0.99.jar,/app/baskerville/data/jars/postgresql-42.2.4.jar,/app/baskerville/data/jars/spark-streaming-kafka-0-8-assembly_2.11-2.4.0.jar'
124124
session_timezone: 'UTC'
125125
shuffle_partitions: 12
126126
spark_driver_memory: '4G'

0 commit comments

Comments
 (0)