Merge pull request #13073 from cdapio/bugfix/CDAP-17528-Stop-CapabilityService-Scheduled-Runs-ForUnitTest
Do not run CapabilityManagementService scheduled runs for CapabilityManagementServiceTest
Loop and set the SparkConf instead of calling setAll
- The setAll method signature has changed between Spark 3.0 and 3.1. Before Spark 3.1, it is setAll(Traversable), in Spark 3.1, it is setAll(Iterable)