pabrahamusa commented on issue #6351:
URL: 
https://github.com/apache/incubator-pinot/issues/6351#issuecomment-744750607


   @npawar , Here is the full schema
   
   {
     "REALTIME": {
       "tableName": "test_REALTIME",
       "tableType": "REALTIME",
       "segmentsConfig": {
         "timeType": "MINUTES",
         "schemaName": "test",
         "timeColumnName": "five_mins_epoch",
         "retentionTimeUnit": "DAYS",
         "retentionTimeValue": "3",
         "replication": "1",
         "segmentPushType": "APPEND",
         "replicasPerPartition": "1",
         "completionConfig": {
           "completionMode": "DOWNLOAD"
         }
       },
       "tenants": {
         "broker": "DefaultTenant",
         "server": "DefaultTenant"
       },
       "tableIndexConfig": {
         "aggregateMetrics": false,
         "nullHandlingEnabled": false,
         "sortedColumn": [
           "timemillis"
         ],
         "enableDefaultStarTree": false,
         "enableDynamicStarTreeCreation": false,
         "loadMode": "MMAP",
         "invertedIndexColumns": [
           "timemillis",
           "cname",
           "nname",
           "pname",
           "host",
           "cluster"
         ],
         "autoGeneratedInvertedIndex": false,
         "createInvertedIndexDuringSegmentGeneration": false,
         "streamConfigs": {
           "streamType": "kafka",
           "stream.kafka.consumer.type": "simple",
           "stream.kafka.topic.name": "test_all_logs",
           "stream.kafka.decoder.class.name": 
"org.apache.pinot.plugin.stream.kafka.KafkaJSONMessageDecoder",
           "stream.kafka.consumer.factory.class.name": 
"org.apache.pinot.plugin.stream.kafka20.KafkaConsumerFactory",
           "stream.kafka.zk.broker.url": 
"cp-zookeeper-headless.logging.svc.cluster.local:2181",
           "stream.kafka.broker.list": 
"cp-kafka-headless.logging.svc.cluster.local:9092",
           "realtime.segment.flush.threshold.time": "12h",
           "realtime.segment.flush.threshold.size": "100000",
           "stream.kafka.consumer.prop.auto.offset.reset": "smallest"
         }
       },
       "metadata": {
         "customConfigs": {}
       },
       "fieldConfigList": [
         {
           "name": "log",
           "encodingType": "RAW",
           "indexType": "TEXT",
           "properties": {
             "enableQueryCacheForTextIndex": "false",
             "deriveNumDocsPerChunkForRawIndex": "true"
           }
         },
         {
           "name": "cname",
           "encodingType": "RAW",
           "indexType": "TEXT",
           "properties": {
             "enableQueryCacheForTextIndex": "false",
             "deriveNumDocsPerChunkForRawIndex": "true"
           }
         },
         {
           "name": "pname",
           "encodingType": "RAW",
           "indexType": "TEXT",
           "properties": {
             "enableQueryCacheForTextIndex": "false",
             "deriveNumDocsPerChunkForRawIndex": "true"
           }
         },
         {
           "name": "nname",
           "encodingType": "RAW",
           "indexType": "TEXT",
           "properties": {
             "enableQueryCacheForTextIndex": "false",
             "deriveNumDocsPerChunkForRawIndex": "true"
           }
         },
         {
           "name": "host",
           "encodingType": "RAW",
           "indexType": "TEXT",
           "properties": {
             "enableQueryCacheForTextIndex": "false",
             "deriveNumDocsPerChunkForRawIndex": "true"
           }
         },
         {
           "name": "cluster",
           "encodingType": "RAW",
           "indexType": "TEXT",
           "properties": {
             "enableQueryCacheForTextIndex": "false",
             "deriveNumDocsPerChunkForRawIndex": "true"
           }
         }
       ],
       "ingestionConfig": {}
     }
   }


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to