You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ti...@apache.org on 2023/06/13 18:04:03 UTC

[pinot] branch master updated: Fix colocated join quickstart script (#10889)

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

tingchen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 3dbdaf60b5 Fix colocated join quickstart script (#10889)
3dbdaf60b5 is described below

commit 3dbdaf60b5502dd004cb213e541dbe5636fef6bd
Author: Pratik Tibrewal <ti...@uber.com>
AuthorDate: Tue Jun 13 23:33:54 2023 +0530

    Fix colocated join quickstart script (#10889)
---
 .../userAttributes/userAttributes_offline_table_config.json      | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/pinot-tools/src/main/resources/examples/batch/colocated/userAttributes/userAttributes_offline_table_config.json b/pinot-tools/src/main/resources/examples/batch/colocated/userAttributes/userAttributes_offline_table_config.json
index d75441c1bc..4f0599d942 100644
--- a/pinot-tools/src/main/resources/examples/batch/colocated/userAttributes/userAttributes_offline_table_config.json
+++ b/pinot-tools/src/main/resources/examples/batch/colocated/userAttributes/userAttributes_offline_table_config.json
@@ -5,11 +5,7 @@
     "segmentPushType": "APPEND",
     "segmentAssignmentStrategy": "BalanceNumSegmentAssignmentStrategy",
     "schemaName": "userAttributes",
-    "replication": 2,
-    "replicaGroupStrategyConfig": {
-      "partitionColumn": "userUUID",
-      "numInstancesPerPartition": 2
-    }
+    "replication": 2
   },
   "instanceAssignmentConfigMap": {
     "OFFLINE": {
@@ -25,7 +21,8 @@
         "numInstancesPerReplicaGroup": 2,
         "numPartitions": 2,
         "numInstancesPerPartition": 1,
-        "minimizeDataMovement": false
+        "minimizeDataMovement": false,
+        "partitionColumn": "userUUID"
       },
       "partitionSelector": "INSTANCE_REPLICA_GROUP_PARTITION_SELECTOR"
     }


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