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/03/13 13:04:29 UTC

[GitHub] [incubator-linkis] Ritakang0451 opened a new issue #1671: [linkis] the getextraclasspathfile in the linkis javaprocessengineconnlunchbuilder seems to get the file name according to the configured path and spell PWD, but the configured jar package is not in the PWD of the engine work directory, resulting in invalid configurationg

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


   ### Search before asking
   
   - [X] I searched the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar issues.
   
   
   ### Linkis Component
   
   linkis-commons
   
   ### What happened + What you expected to happen
   
   getExtraClassPathFile.foreach { file: String =>
   addPathToClassPath(environment, Seq(variable(PWD), new File(file).getName))}
   
   
   ### Relevent platform
   
   。
   
   ### Reproduction script
   
   。
   
   ### Anything else
   
   This question comes from the QA documentation of the Linkis community
   
   
   
   ### 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


[GitHub] [incubator-linkis] Ritakang0451 closed issue #1671: [linkis] the getextraclasspathfile in the linkis javaprocessengineconnlunchbuilder seems to get the file name according to the configured path and spell PWD, but the configured jar package is not in the PWD of the engine work directory, resulting in invalid configurationg

Posted by GitBox <gi...@apache.org>.
Ritakang0451 closed issue #1671:
URL: https://github.com/apache/incubator-linkis/issues/1671


   


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


[GitHub] [incubator-linkis] Ritakang0451 commented on issue #1671: [linkis] the getextraclasspathfile in the linkis javaprocessengineconnlunchbuilder seems to get the file name according to the configured path and spell PWD, but the configured jar package is not in the PWD of the engine work directory, resulting in invalid configurationg

Posted by GitBox <gi...@apache.org>.
Ritakang0451 commented on issue #1671:
URL: https://github.com/apache/incubator-linkis/issues/1671#issuecomment-1066097001


   A: PWD will start in engineconnexec When sh is executed, it is replaced by environment variables:export PWD="/data/bdp/linkis/johnnwang/


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