This is an automated email from the ASF dual-hosted git repository.
unknown 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 2fc30f1 also need to add replicasPerPartition for a valid realtime
table config
2fc30f1 is described below
commit 2fc30f1d2176a06d537dff4b66b3bc04af17427b
Author: Fred Weitendorf <[email protected]>
AuthorDate: Fri Mar 22 13:41:47 2019 -0700
also need to add replicasPerPartition for a valid realtime table config
---
Pinot-Realtime-Workflow.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/Pinot-Realtime-Workflow.md b/Pinot-Realtime-Workflow.md
index a9bf0a9..dab69f0 100644
--- a/Pinot-Realtime-Workflow.md
+++ b/Pinot-Realtime-Workflow.md
@@ -8,6 +8,7 @@ While creating a new resource you have to specify the
resourceType as REALTIME a
{
"tableName":"RealtimeTable",
"segmentsConfig": {
+ "replicasPerPartition":"1",
"retentionTimeUnit":"DAYS",
"retentionTimeValue":"5",
"segmentPushFrequency":"daily",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]