diff --git a/docs/content/Tutorial:-Loading-Streaming-Data.md b/docs/content/Tutorial:-Loading-Streaming-Data.md index 3912bb9b073..eb3fb2aca12 100644 --- a/docs/content/Tutorial:-Loading-Streaming-Data.md +++ b/docs/content/Tutorial:-Loading-Streaming-Data.md @@ -167,7 +167,7 @@ You should be comfortable starting Druid nodes at this point. If not, it may be "type": "realtime" } }, - "driverConfig": { + "tuningConfig": { "type" : "realtime", "maxRowsInMemory": 500000, "intermediatePersistPeriod": "PT10m", diff --git a/docs/content/toc.textile b/docs/content/toc.textile index 29c08ab4d0e..7434b301d9d 100644 --- a/docs/content/toc.textile +++ b/docs/content/toc.textile @@ -10,9 +10,8 @@ h2. Introduction h2. Getting Started * "Tutorial: A First Look at Druid":./Tutorial:-A-First-Look-at-Druid.html * "Tutorial: The Druid Cluster":./Tutorial:-The-Druid-Cluster.html -* "Tutorial: Loading Your Data Part 1":./Tutorial:-Loading-Your-Data-Part-1.html -* "Tutorial: Loading Your Data Part 2":./Tutorial:-Loading-Your-Data-Part-2.html -* "Tutorial: All About Queries":./Tutorial:-All-About-Queries.html +* "Tutorial: Loading Streaming Data":./Tutorial:-Loading-Streaming-Data.html +* "Tutorial: Loading Batch Data":./Tutorial:-Loading-Batch-Data.html h2. Booting a Druid Cluster * "Simple Cluster Configuration":Simple-Cluster-Configuration.html