Skip to content

Commit

Permalink
Merge pull request #852 from camelliazhang/master
Browse files Browse the repository at this point in the history
Fix a typo in application conf to allow run java
  • Loading branch information
camelliazhang authored Nov 10, 2017
2 parents ae801c8 + 04664a8 commit 62b60de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wherehows-backend/conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ hikaricp.dialect = ${?WHZ_DB_DIALECT}
scheduler.check.interval = 5
scheduler.check.interval = ${?WHZ_SCHEDULER_CHECK_INTERVAL}

etl.java.cmd = "java";
etl.java.cmd = "java"
etl.jobs.dir = ${WHZ_ETL_JOBS_DIR}
etl.temp.dir = ${WHZ_ETL_TEMP_DIR}
etl.max.concurrent.jobs = 2

0 comments on commit 62b60de

Please sign in to comment.