You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2021/03/30 00:13:34 UTC

[GitHub] [bookkeeper] sursingh opened a new pull request #2667: Fix a typo in bookkeeper script

sursingh opened a new pull request #2667:
URL: https://github.com/apache/bookkeeper/pull/2667


   ### Motivation
   
   Bookkeeper script is failing to start. The variable is not being interpreted as a string. Instead we trying to run this as command and failing.
   
   ```
   $ ./bin/bookkeeper localbookie 3
   JAVA_HOME not set, using java from PATH. (/usr/bin/java)
   ./bin/bookkeeper: line 149: BOOKIE_EXTRA_OPTS: command not found
   ./bin/bookkeeper: line 149: -Dorg.bouncycastle.fips.approved_only=true: command not found
   ```
   
   ### Changes
   
   Add quotes around the variable definition.
   
   


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

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



[GitHub] [bookkeeper] eolivelli commented on pull request #2667: Fix a typo in bookkeeper script

Posted by GitBox <gi...@apache.org>.
eolivelli commented on pull request #2667:
URL: https://github.com/apache/bookkeeper/pull/2667#issuecomment-809951559


   committed to master branch, thank you @sursingh 


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

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



[GitHub] [bookkeeper] eolivelli merged pull request #2667: Fix a typo in bookkeeper script

Posted by GitBox <gi...@apache.org>.
eolivelli merged pull request #2667:
URL: https://github.com/apache/bookkeeper/pull/2667


   


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

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