mirror of https://github.com/apache/druid.git
tutorial fix
This commit is contained in:
parent
e3273230cc
commit
8405a7710e
|
@ -56,7 +56,7 @@ sum when we load the data will allow us to compute an average at query time as w
|
||||||
You can copy the existing `quickstart/wikiticker-index.json` indexing task to a new file:
|
You can copy the existing `quickstart/wikiticker-index.json` indexing task to a new file:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cp quickstart/wikiticker-index.json quickstart/pageviews-index.json
|
cp quickstart/wikiticker-index.json my-index-task.json
|
||||||
```
|
```
|
||||||
|
|
||||||
And modify it by altering these sections:
|
And modify it by altering these sections:
|
||||||
|
|
Loading…
Reference in New Issue