mirror of https://github.com/apache/druid.git
Correct file name typo in Quickstart tutorial (#6297)
Correct name wikipedia-2015-09-12-sampled.json.gz to wikiticker-2015-09-12-sampled.json.gz
This commit is contained in:
parent
180e3ccfad
commit
10ca290d64
|
@ -97,7 +97,7 @@ Once every service has started, you are now ready to load data.
|
|||
|
||||
For the following data loading tutorials, we have included a sample data file containing Wikipedia page edit events that occurred on 2015-09-12.
|
||||
|
||||
This sample data is located at `quickstart/wikipedia-2015-09-12-sampled.json.gz` from the Druid package root. The page edit events are stored as JSON objects in a text file.
|
||||
This sample data is located at `quickstart/wikiticker-2015-09-12-sampled.json.gz` from the Druid package root. The page edit events are stored as JSON objects in a text file.
|
||||
|
||||
The sample data has the following columns, and an example event is shown below:
|
||||
|
||||
|
@ -165,4 +165,4 @@ This tutorial demonstrates how to load streaming data by pushing events to Druid
|
|||
|
||||
### [Tutorial: Writing your own ingestion spec](./tutorial-ingestion-spec.html)
|
||||
|
||||
This tutorial demonstrates how to write a new ingestion spec and use it to load data.
|
||||
This tutorial demonstrates how to write a new ingestion spec and use it to load data.
|
||||
|
|
Loading…
Reference in New Issue