<!channel> I have started test pinot cluster on ku...
# troubleshooting
h
<!channel> I have started test pinot cluster on kubernetes aws eks and new to kubernetes How do i run below commands in kubectl?? to do sample data ingestion of offline data say i have some dumps in s3 buckets to test with bin/pinot-admin.sh AddTable -schemaFile examples/batch/airlineStats/airlineStats_schema.json -tableConfigFile examples/batch/airlineStats/airlineStats_offline_table_config.json -exec bin/pinot-admin.sh LaunchDataIngestionJob -jobSpecFile examples/batch/airlineStats/ingestionJobSpec.yaml
r
you can try the swapper API to create the schema and table
👍 1