You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@inlong.apache.org by GitBox <gi...@apache.org> on 2021/07/28 11:39:42 UTC

[GitHub] [incubator-inlong] dockerzhang opened a new issue #766: [INLONG-167] Change to relative paths in default configs

dockerzhang opened a new issue #766:
URL: https://github.com/apache/incubator-inlong/issues/766


   <p>Change absolute paths in default configuration files to relative, for ease of non-productive deployments.</p>
   
   <p>E.g.</p>
   <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
   <pre class="code-java">
   [master]
   webResourcePath=E:\\GIT\\TubeMQ\\resources  --> ./resources</pre>
   </div></div>
   <p> </p>
   
   <p>Solution:</p>
   
   <p>Change cwd to `$BASE_DIR` before invoke the `Main` class. To preserve user cwd, a pair of `pushd/popd` is needed.</p>
   
   <p> </p>
   <i>JIRA link - <a href="https://issues.apache.org/jira/browse/INLONG-167">[INLONG-167]</a> created by pingyu</i>


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

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



[GitHub] [incubator-inlong] dockerzhang closed issue #766: [INLONG-167] Change to relative paths in default configs

Posted by GitBox <gi...@apache.org>.
dockerzhang closed issue #766:
URL: https://github.com/apache/incubator-inlong/issues/766


   


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

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