Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/eBay/DQSolution
Browse files Browse the repository at this point in the history
  • Loading branch information
bhlx3lyx7 committed Aug 25, 2016
2 parents b98f22f + 74ea8dd commit 4b2b980
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ Release: https://oss.sonatype.org/service/local/staging/deploy/maven2
The second step is to build bark-env, which contains examples for bark demo.
```
cd <your work path>/docker/bark
docker build -t bark-env .
docker build --no-cache -t bark-env .
```
3. Run docker image bark-env, then the backend is ready.
```
docker run -it -h sandbox --name bark -m 8G --memory-swap -1 \
-p 40022:22 -p 47077:7077 -p 48088:8088 -p 48040:8040 -p 48042:8042 \
-p 48080:8080 -p 27017:27017 bark-env bash
-p 40022:22 -p 47077:7077 -p 46066:6066 -p 48088:8088 -p 48040:8040 \
-p 48042:8042 -p 48080:8080 -p 27017:27017 bark-env bash
```
4. Now you can visit UI through your browser.
Expand Down
4 changes: 2 additions & 2 deletions bark-core/src/main/webapp/WEB-INF/spring/context.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@


<task:scheduled-tasks scheduler="barkScheduler">
<task:scheduled ref="dqmetrics" method="updateLatestDQList" fixed-delay="3600000"/>
<task:scheduled ref="scheduleService" method="schedulingJobs" fixed-delay="120000" initial-delay="10000"/>
<task:scheduled ref="dqmetrics" method="updateLatestDQList" fixed-delay="180000"/>
<task:scheduled ref="scheduleService" method="schedulingJobs" fixed-delay="120000"/>
</task:scheduled-tasks>
<task:scheduler id="barkScheduler" pool-size="5"/>

Expand Down

0 comments on commit 4b2b980

Please sign in to comment.