You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@linkis.apache.org by GitBox <gi...@apache.org> on 2022/04/01 07:46:51 UTC

[GitHub] [incubator-linkis] legendtkl opened a new issue #1855: [Bug] fix linkis-cs-publicservice start script

legendtkl opened a new issue #1855:
URL: https://github.com/apache/incubator-linkis/issues/1855


   ### Search before asking
   
   - [X] I searched the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar issues.
   
   
   ### Linkis Component
   
   linkis-public-enhancements
   
   ### What happened + What you expected to happen
   
   The SERVER_CLASS in `linkis-ps-publicserver` shell has been refactored.
   ```bash
   export SERVER_CLASS=org.apache.linkis.jobhistory.LinkisPublicServiceApp
   ```
   
   It should be
   ```bash
   export SERVER_CLASS=org.apache.linkis.filesystem.LinkisPublicServiceApp
   ```
   
   ### Relevent platform
   
   Linkis
   
   ### Reproduction script
   
   execute the `sbin/linkis-start-all.sh` to start all the service
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!


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

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



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