ctubbsii commented on issue #16: URL: https://github.com/apache/accumulo-proxy/issues/16#issuecomment-1349658964
> Is the suggestion here to pass the client properties when creating the `Accumuloproxy.Client` which will be used to create the `AccumuloClient` once, which will then be used for all operations without having to pass in the "login" every time we want to do an operation? The suggestion is that starting the AccumuloProxy (via it's main method) will either automatically locate the client properties using the class path and/or environment and construct an AccumuloClient from that (just like `bin/accumulo jshell` does). I'm not sure what features we have right now to explicitly set the path to the client properties file... it might be a Java system property you can set with `-Daccumulo.properties=/path/to/file` or similar... but that should work also. The user should have to do nothing to construct the AccumuloClient object inside the proxy service. We may want to add some mechanism for the proxy client to authenticate to the proxy service, but that can be addressed later. The first pass, is just to simplify the proxy service authenticating to Accumulo. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
