hashmapinc / Tempus

Hashmap IIoT Accelerator Framework
Apache License 2.0
29 stars 10 forks source link

Remove old configuration from tempus.yml #171

Open cherrera2001 opened 6 years ago

cherrera2001 commented 6 years ago

remove the -- spark: jar_path: “${SPARK_COMPUTATIONS_PATH:/usr/share/tempus}” polling_interval: “${DIRECTORY_POLLING_INTERVAL:10}” # Number of Seconds

from tempus.yml

ed3766 commented 6 years ago

If we removed spark.jar_path the initialization of the uploadPath variable with be null in com.hashmapinc.server.controller.ComputationsController

@Value("${spark.jar_path}") private String uploadPath;

cherrera2001 commented 6 years ago

Yes that is not an old configuration.