You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by jl...@apache.org on 2019/02/05 23:31:46 UTC

[incubator-pinot.wiki] branch master updated: Updated Pinot Realtime Workflow (markdown)

This is an automated email from the ASF dual-hosted git repository.

jlli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new 47968e4  Updated Pinot Realtime Workflow (markdown)
47968e4 is described below

commit 47968e433ba9ce7ee9502277291923f6ccea3792
Author: Jialiang Li <jl...@linkedin.com>
AuthorDate: Tue Feb 5 15:31:45 2019 -0800

    Updated Pinot Realtime Workflow (markdown)
---
 Pinot-Realtime-Workflow.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Pinot-Realtime-Workflow.md b/Pinot-Realtime-Workflow.md
index d60927b..358161c 100644
--- a/Pinot-Realtime-Workflow.md
+++ b/Pinot-Realtime-Workflow.md
@@ -2,7 +2,7 @@ Pinot uses Kafka for directly ingesting data streams. We use Kafka's High Level
 
 ### How to Configure :
 
-While creating a new resource you have to specify the resourceType as REALTIME and also provide other metadata such as topicName, schema to index, message decoder class name etc. You can find a sample realtime table config below.
+While creating a new resource you have to specify the resourceType as REALTIME and also provide other metadata such as topic name, schema to index, message decoder class name etc. You can find a sample realtime table config below.
 
 ```javascript
 {
@@ -33,8 +33,8 @@ While creating a new resource you have to specify the resourceType as REALTIME a
         }
     },
     "tenants": {
-        "broker":"myBroker",
-        "server":"myServer"
+        "broker":"DefaultTenant_BROKER",
+        "server":"DefaultTenant_SERVER"
     },
     "tableType":"REALTIME",
 }
@@ -42,4 +42,4 @@ While creating a new resource you have to specify the resourceType as REALTIME a
 
 ### How it works :
 
-When pinot controller receives a request to create a new Realtime Resource, it will allocate instance to this realtime resource, and create a realtime segment and mark it as online, the instances then start consuming kafka events while making them available for searching instantly, once the threshold is reached in terms of number of events or segment size, the instance notifies the controller at which point controller assigns a new realtime segment to this instance.
\ No newline at end of file
+When pinot controller receives a request to create a new Realtime Resource, it will allocate instance to this realtime resource, and create a realtime segment and mark it as online, the instances then start consuming Kafka events while making them available for searching instantly. Once the threshold is reached in terms of number of events or segment size, the instance notifies the controller at which point controller assigns a new realtime segment to this instance.
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org