Skip to content

Commit

Permalink
feedback.yaml updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaranasou committed Nov 26, 2021
1 parent e350d50 commit e4f0962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/feedback.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,15 +112,15 @@ kafka:
publish_predictions: 'baskerville.predictions'

spark:
app_name: 'Baskerville Dashboard'
app_name: 'Feedback'
master: 'local' #!ENV 'spark://${SPARK_MASTER_HOST}:7077'
parallelism: -1
log_conf: 'true'
log_level: 'ERROR'
redis_host: !ENV ${REDIS_HOST}
redis_password: !ENV ${REDIS_PASSWORD}
redis_port: '6379'
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'
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'
session_timezone: 'UTC'
shuffle_partitions: 12
spark_driver_memory: '4G'
Expand Down

0 comments on commit e4f0962

Please sign in to comment.