Skip to content

Commit

Permalink
Correct Druid coordinator URL in Wikipedia example (#683)
Browse files Browse the repository at this point in the history
* Correct Druid coordinator URL in Wikipedia example

* Add changelog
  • Loading branch information
QubitPi authored and archolewa committed May 1, 2018
1 parent bd15986 commit 6369efc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ pull request if there was one.

### Fixed:

- [Correct Druid coordinator URL in Wikipedia example](https://github.com/yahoo/fili/pull/683)
* Config value for Druid coordinator URL is mis-typed.


### Known Issues:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bard__resource_binder=com.yahoo.wiki.webservice.application.WikiBinderFactory

bard__non_ui_druid_broker=http://localhost:8082/druid/v2
bard__ui_druid_broker=http://localhost:8082/druid/v2
bard__druid_coord=http://localhost:8081/druid/v2
bard__druid_coord=http://localhost:8081/druid/coordinator/v1

# Use memory for the default dimension backing store
bard__dimension_backend=memory
Expand Down

0 comments on commit 6369efc

Please sign in to comment.