You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by GitBox <gi...@apache.org> on 2022/02/15 13:12:24 UTC

[GitHub] [incubator-linkis] legendtkl opened a new pull request #1474: standardize the output message for better understanding

legendtkl opened a new pull request #1474:
URL: https://github.com/apache/incubator-linkis/pull/1474


   ### What is the purpose of the change
   The raw output message
   > Your default account password is$deployUser/$defaultPwd
   
   will output the following message when install successfully.
   > Your default account password isHadoop/sdf123dsf
   
   This will mislead users to think `isHadoop` as account.
   
   To resolve this, we can improve the message as
   > Your default account/password is $deployUser/$defaultPwd
   
   ### Brief change log
   import output message for better understanding
   
   ### Verifying this change
   This change is a trivial rework / code cleanup without any test coverage.  
   
   ### Does this pull request potentially affect one of the following parts:
   - Dependencies (does it add or upgrade a dependency): ( no)
   - Anything that affects deployment: ( no )
   - The MGS(Microservice Governance Services), i.e., Spring Cloud Gateway, OpenFeign, Eureka.: (no)
   
   ### Documentation
   - Does this pull request introduce a new feature? ( no)
   - If yes, how is the feature documented? ( not documented)


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

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



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


[GitHub] [incubator-linkis] peacewong merged pull request #1474: standardize the output message for better understanding

Posted by GitBox <gi...@apache.org>.
peacewong merged pull request #1474:
URL: https://github.com/apache/incubator-linkis/pull/1474


   


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

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



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