HyukjinKwon opened a new pull request #28201: [SPARK-31330][INFRA][FOLLOW-UP] Move sbin and some files into appropriate categories in autolabeller URL: https://github.com/apache/spark/pull/28201 ### What changes were proposed in this pull request? This PR is a followup of https://github.com/apache/spark/commit/1b8701504457ec291e6221dd63eec6e6be999150. Now, we automatically label PRs, and seems working fine. This PR proposes to correct some minor list and categories. **1.** Move `sbin` from `CORE` into `DEPLOY` components. ``` $ ls /sbin decommission-slave.sh start-all.sh start-slave.sh stop-master.sh stop-thriftserver.sh slaves.sh start-history-server.sh start-slaves.sh stop-mesos-dispatcher.sh spark-config.sh start-master.sh start-thriftserver.sh stop-mesos-shuffle-service.sh spark-daemon.sh start-mesos-dispatcher.sh stop-all.sh stop-slave.sh spark-daemons.sh start-mesos-shuffle-service.sh stop-history-server.sh stop-slaves.sh ``` **2.** `/sbin/*mesos*.sh` -> `MESOS` `/bin/spark-shell*` -> `SPARK SHELL`. ### Why are the changes needed? To label correctly and dev can take an advantage of it such as checking the PRs of a specific component. ### Does this PR introduce any user-facing change? No. ### How was this patch tested? It was not tested yet. It can be tested after it was merged.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
