You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2019/09/11 19:13:28 UTC

[GitHub] [accumulo-proxy] keith-turner opened a new issue #5: Create tarball with scripts for running proxy.

keith-turner opened a new issue #5: Create tarball with scripts for running proxy.
URL: https://github.com/apache/accumulo-proxy/issues/5
 
 
   I think it would be useful if the build created a tarball containing at least the following items.  This would make it easy for a user to run the proxy.
   
   | File | Description |
   |------|----------------|
   | conf/proxy-env.sh | Bash code that sets up the classpath with deps like accumulo |
   | conf/proxy.properties | Properties needed for Accumulo and the proxy |
   | lib/accumulo2-proxy-1.0.0.jar | The proxy java code |
   | bin/accumulo-proxy | A script that sources proxy-env.sh and then runs the proxy passing in proxy.properties |
   
   The source for the scripts and configuration could be placed in `src/main/scripts` and `src/main/config` in this repo.
   
   

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


With regards,
Apache Git Services