Suvrat1629 commented on PR #5332: URL: https://github.com/apache/accumulo/pull/5332#issuecomment-2689907238
@dlmarion ```git git clone https://github.com/apache/fluo-uno.git cd fluo-uno ./bin/uno fetch accumulo # Fetches binary tarballs of Accumulo and its dependencies ./bin/uno setup accumulo # Sets up Accumulo and its dependencies (Hadoop & ZooKeeper) source <(./bin/uno env) # Bash-specific command that sets up current shell ``` I ran this command and got done with the set up. But i don't how I can test the changes that I have made locally. Where do i run the `./accumulo ec-admin` command? -- 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]
