You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@linkis.apache.org by "chenghuichen (via GitHub)" <gi...@apache.org> on 2023/04/11 07:13:54 UTC

[GitHub] [linkis] chenghuichen commented on pull request #4460: feat: support multiple cluster PART-1 #4179

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-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org
For additional commands, e-mail: notifications-help@linkis.apache.org