Arun Vasudevan
05/06/2021, 10:00 PMUpload the schema and Table ConfigSending request: <http://pinot-quickstart:9000/schemas> to controller: ea8d7bfc16ea, version: Unknown
{"code":500,"error":"org.apache.kafka.common.errors.TimeoutException: Timeout expired while fetching topic metadata"}bash-4.4# bin/kafka-topics.sh --bootstrap-server kafka:9092 --topic transcript-topic --describe
Topic: transcript-topic	PartitionCount: 1	ReplicationFactor: 1	Configs: segment.bytes=1073741824
	Topic: transcript-topic	Partition: 0	Leader: 0	Replicas: 0	Isr: 0Daniel Lavoie
05/06/2021, 10:06 PMTumeout expiered while fetching topic metadataDaniel Lavoie
05/06/2021, 10:07 PMArun Vasudevan
05/06/2021, 10:26 PMincubator-pinot (master) ✗ docker exec \
  -t kafka \
  /opt/kafka/bin/kafka-topics.sh \
  --bootstrap-server kafka:9092 \
  --topic transcript-topic --describe
Topic: transcript-topic	PartitionCount: 1	ReplicationFactor: 1	Configs: segment.bytes=1073741824
	Topic: transcript-topic	Partition: 0	Leader: 0	Replicas: 0	Isr: 0Arun Vasudevan
05/06/2021, 10:36 PMArun Vasudevan
05/06/2021, 11:16 PMZookeeperpinot-quickstartKishore G
Xiang Fu
Arun Vasudevan
05/06/2021, 11:56 PMArun Vasudevan
05/07/2021, 12:33 AMschemaFiletableconfigFiledocker run \
    --network=pinot-demo \
    --name pinot-streaming-table-creation \
    0e536a319df3 AddTable \
    -schemaFile /tmp/pinot-quick-start/transcript-schema.json \
    -tableConfigFile /tmp/pinot-quick-start/transcript-table-realtime.json \
    -controllerHost pinot-controller \
    -controllerPort 9000 \
    -execArun Vasudevan
05/07/2021, 12:36 AMFileNotFoundExceptionArun Vasudevan
05/07/2021, 12:38 AMXiang Fu
Xiang Fu
Arun Vasudevan
05/07/2021, 12:51 PMTimeout expired while fetching topic metadatapinot-admin.shSchema is incompatible with tableConfig2021/05/07 12:36:02.787 ERROR [PinotAdministrator] [main] Exception caught:
org.apache.pinot.common.exception.HttpErrorStatusException: Got error status code: 400 (Bad Request) with reason: "Cannot add invalid schema: transcript. Reason: Schema is incompatible with tableConfig with name: transcript_REALTIME and type: REALTIME" while sending request: <http://172.18.0.3:9000/schemas> to controller: 31edf0f41322, version: UnknownSchemaTable ConfigArun Vasudevan
05/07/2021, 12:56 PMArun Vasudevan
05/07/2021, 4:10 PMArun Vasudevan
05/07/2021, 4:27 PMbin/pinot-admin.sh AddTable     -tableConfigFile /tmp/pinot-quick-start/transcript-table.json     -exectimestamp"segmentsConfig": {
    "timeColumnName": "timestampInEpoch",Arun Vasudevan
05/07/2021, 4:52 PMMayank