Merge pull request #19 from cwiki-us-docs/getting_started
修改第 11 步,数据源的名称
This commit is contained in:
commit
52b9fa6f27
|
@ -173,10 +173,9 @@ Druid 是通过读取和存储有关导入数据的摘要(schema)来完成
|
|||
Since this is a small dataset, we can have just a single segment, which is what selecting `DAY` as the
|
||||
segment granularity gives us.
|
||||
|
||||
11. 单击 **Next: Tune** and **Next: Publish**.
|
||||
11. 单击 **下一步:调整(Tune)** 和 **下一步:发布(Publish)**
|
||||
|
||||
12. The Publish settings are where you specify the datasource name in Druid. Let's change the default name from
|
||||
`wikiticker-2015-09-12-sampled` to `wikipedia`.
|
||||
12. 在发布(Publish)的设置中,你需要在 Druid 的数据源的名称,我们可以选择默认的名字,这个名字将数据源的名称从 `wikiticker-2015-09-12-sampled` 修改为 `wikipedia`。
|
||||
|
||||
![Data loader publish](../assets/tutorial-batch-data-loader-07.png "Data loader publish")
|
||||
|
||||
|
|
Loading…
Reference in New Issue