ddanielr opened a new issue, #5970: URL: https://github.com/apache/accumulo/issues/5970
**Is your feature request related to a problem? Please describe.** There is not an intuitive way to read split information from an obfuscated split. **Describe the solution you'd like** Add a flag to `getSplits` that takes an obfuscated split from the monitor output and returns the original split value. > Given the current jline issues causing difficulty in piping the output to grep using `-e`, having an option to de-obfuscate a single obfuscated value would be useful. `getsplits [-t <table>] [-v] -id <obfuscated split id>` _Originally posted by @ctubbsii in https://github.com/apache/accumulo/issues/5081#issuecomment-2489424102_ -- 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]
