You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/08/19 11:14:29 UTC

[GitHub] [pulsar] nicoloboschi opened a new pull request, #17185: [fix][cli] Pulsar shell: fix using directory '?' in the docker image

nicoloboschi opened a new pull request, #17185:
URL: https://github.com/apache/pulsar/pull/17185

   Fixes #17179 
   
   ### Motivation
   `user.home` property is not set in all the environments. 
   
   ### Modifications
   
   * If user.home is empty or equals to "?" now we use the current directory `user.dir`
   
   In the case of Pulsar docker image, it is recommended to always run the shell from the same directory.
   For example, if you run it from the default dir (`/pulsar`) it will create the `.pulsar-shell` dir inside it. (`/pulsar/.pulsar-shell`)
   
   - [x] `doc-not-needed` 


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

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


[GitHub] [pulsar] nicoloboschi merged pull request #17185: [fix][cli] Pulsar shell: fix using directory '?' in the docker image

Posted by GitBox <gi...@apache.org>.
nicoloboschi merged PR #17185:
URL: https://github.com/apache/pulsar/pull/17185


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

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