keith-turner opened a new issue #185: Calling uno within a script fails URL: https://github.com/apache/fluo-uno/issues/185 There is something about calling uno in a script like the following ... ```bash cat testClasses.txt | while read test_class; do uno setup accumulo done ``` ... that causes setup to fail with errors like the following : ``` /home/ubuntu/uno/bin/impl/setup-hadoop.sh: line 27: echo: write error: Bad file descriptor /home/ubuntu/uno/bin/impl/setup-zookeeper.sh: line 26: echo: write error: Bad file descriptor /home/ubuntu/uno/bin/impl/setup-accumulo.sh: line 33: echo: write error: Bad file descripto ``` I had to remove the file redirection for the setup scripts to see these errors.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
