pan3793 commented on code in PR #6275:
URL: https://github.com/apache/kyuubi/pull/6275#discussion_r1560986905


##########
kyuubi-common/src/main/scala/org/apache/kyuubi/engine/deploy/yarn/EngineYarnModeSubmitter.scala:
##########
@@ -352,6 +344,14 @@ abstract class EngineYarnModeSubmitter extends Logging {
     }.toSeq
   }
 
+  def listConfFiles(): Seq[File] = {
+    // respect the following priority loading configuration, and distinct files
+    // hive configuration -> hadoop configuration -> yarn configuration

Review Comment:
   ```suggestion
       // hadoop configuration -> yarn configuration
   ```



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to