I'm struggling to add Segments to pinot-controller...
# troubleshooting
l
I'm struggling to add Segments to pinot-controller using this command.
docker exec -it manual-pinot-controller bin/pinot-admin.sh LaunchDataIngestionJob -jobSpecFile /data/docker-job-spec.yml -exec
But it gives an error.
Copy code
2022/05/12 09:51:12.633 ERROR [PinotAdministrator] [main] Exception caught: 
picocli.CommandLine$UnmatchedArgumentException: Unknown option: '-exec'
Anyone can help me with this?
x
remove
-exec
?