ctubbsii commented on issue #308:
URL: https://github.com/apache/fluo-uno/issues/308#issuecomment-2864674645

   I think this is working as intended. If you want to configure resource 
groups in the cluster.yaml, you also need to configure them in the 
accumulo-env.sh; the default contents of the accumulo-env.sh is set up to only 
provide environment for the resource group named "default". If you have others, 
you have to modify accumulo-env.sh to setup config for them.
   
   I agree with @keith-turner that this might be unintuitive, but the explicit 
error message tells the exact problem:
   
   `ACCUMULO_RESOURCE_GROUP named q1 is not configured in accumulo-env.sh` 
means you have to add configuration in `accumulo-env.sh` for that resource 
group named `q1`.
   
   If there's a more clear way to word this, please propose a PR on the 
https://github.com/apache/accumulo project. In any case, it's certainly not an 
issue with Uno, so I'll close this.


-- 
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: notifications-unsubscr...@fluo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to