chenghuichen commented on PR #4460: URL: https://github.com/apache/linkis/pull/4460#issuecomment-1502796216
Scene demo: When run linkis-cli with command that with no yarnCluster specified : `./bin/linkis-cli -engineType hive-3.1.3 -codeType hql -code "show databases" -submitUser hadoop -proxyUser hadoop` the databases result is `default` + `test`: <img width="725" alt="image" src="https://user-images.githubusercontent.com/27797326/231083873-7a5f5f00-5d66-444b-ae0b-2f6df3923d1a.png"> When run linkis-cli with command that with `cluster2` yarnCluster specified : `./bin/linkis-cli -yarnCluster Yarn-cluster2 -engineType hive-3.1.3 -codeType hql -code "show databases" -submitUser hadoop -proxyUser hadoop` the databases result is `default` + `cluster2`: <img width="680" alt="image" src="https://user-images.githubusercontent.com/27797326/231084114-8852218c-5bae-4433-81c9-44c077693fad.png"> -- 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: notifications-unsubscr...@linkis.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@linkis.apache.org For additional commands, e-mail: notifications-h...@linkis.apache.org