ctubbsii commented on issue #3367: URL: https://github.com/apache/accumulo/issues/3367#issuecomment-1530215429
I would strongly recommend, though, that if this is breaking anybody, they should seriously consider using JShell to do their custom scripts. The Accumulo shell is a very minimal solution for very basic functionality. Any serious work should be done in Java directly. JShell allows you to do this quite easily, for small Java applications. And we have a convenient entry point for JShell (`bin/accumulo jshell`) that sets up an execution environment with the Accumulo classpath and create an initial AccumuloClient ready-to-use. -- 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]
