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 2022/04/23 13:40:47 UTC

[GitHub] [bookkeeper] Shoothzj opened a new issue, #3243: Can't directly run LocalBookkeeper from `bookkeeper-server` module

Shoothzj opened a new issue, #3243:
URL: https://github.com/apache/bookkeeper/issues/3243

   Currently, we can't run LocalBookKeeper  directly from the bookkeeper-server module, because the `snappy-java` and `metrics-core` are marked as test dependency, the LocalBookKeeper needs them. Should we make these dependency to compile?


-- 
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: issues-unsubscribe@bookkeeper.apache.org.apache.org

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


[GitHub] [bookkeeper] Shoothzj commented on issue #3243: Can't directly run LocalBookkeeper from `bookkeeper-server` module

Posted by GitBox <gi...@apache.org>.
Shoothzj commented on issue #3243:
URL: https://github.com/apache/bookkeeper/issues/3243#issuecomment-1115496888

   @dlg99 In command line case, we have dependency in `bookkeeper-dist-server`, which scope is `compile`


-- 
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: issues-unsubscribe@bookkeeper.apache.org

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


[GitHub] [bookkeeper] eolivelli closed issue #3243: Can't directly run LocalBookkeeper from `bookkeeper-server` module

Posted by GitBox <gi...@apache.org>.
eolivelli closed issue #3243: Can't directly run LocalBookkeeper from `bookkeeper-server` module
URL: https://github.com/apache/bookkeeper/issues/3243


-- 
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: issues-unsubscribe@bookkeeper.apache.org

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


[GitHub] [bookkeeper] Shoothzj commented on issue #3243: Can't directly run LocalBookkeeper from `bookkeeper-server` module

Posted by GitBox <gi...@apache.org>.
Shoothzj commented on issue #3243:
URL: https://github.com/apache/bookkeeper/issues/3243#issuecomment-1107476655

   @nicoloboschi the advantage is that allow people can run it directly from ide
   <img width="719" alt="image" src="https://user-images.githubusercontent.com/12933197/164909141-95244d0f-6bcd-4bbd-8d81-148d74f8b18b.png">
   


-- 
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: issues-unsubscribe@bookkeeper.apache.org

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


[GitHub] [bookkeeper] nicoloboschi commented on issue #3243: Can't directly run LocalBookkeeper from `bookkeeper-server` module

Posted by GitBox <gi...@apache.org>.
nicoloboschi commented on issue #3243:
URL: https://github.com/apache/bookkeeper/issues/3243#issuecomment-1107475697

   What's the advantage of the possibility to run it from the server module?


-- 
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: issues-unsubscribe@bookkeeper.apache.org

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


[GitHub] [bookkeeper] dlg99 commented on issue #3243: Can't directly run LocalBookkeeper from `bookkeeper-server` module

Posted by GitBox <gi...@apache.org>.
dlg99 commented on issue #3243:
URL: https://github.com/apache/bookkeeper/issues/3243#issuecomment-1110159668

   I haven't looked at this closely, in case you have: how does it get these dependencies when runs from the command line? What's different in the jar built there/shell scripts that launch it?


-- 
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: issues-unsubscribe@bookkeeper.apache.org

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