<!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