DarwinKatanamp opened a new issue, #308:
URL: https://github.com/apache/fluo-uno/issues/308

   Steps to reproduce:
   
    Configure fluo-uno to use a local accumulo build in fluo-uno/conf/uno.conf:
   `export ACCUMULO_REPO=~/accumulo`
   checked out on apache/accumulo branch 2.1 (67b4e4f159)
   
   then run:
   ```
   ./bin/uno fetch accumulo
   ./bin/uno install accumulo
   ```
   
    Adjust cluster.yaml to enable external compactor processes, then run
   `./bin/uno run accumulo`
   
    The compaction coordinator is started, but not the compactors:
   `ACCUMULO_RESOURCE_GROUP named q1 is not configured in accumulo-env.sh`
   
    The diff between accumulo-env.sh in 2.1.3 and 2.1.4-SNAPSHOT seems to be 
this new catch-all branch (line 107):
   ```
   *)
       echo "ACCUMULO_RESOURCE_GROUP named $ACCUMULO_RESOURCE_GROUP is not 
configured in accumulo-env.sh"
       exit 1
       ;;
   ```
       
   Commenting out that part in the Accumulo repo fixes the issue, but there's 
probably a better solution.


-- 
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.apache.org

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

Reply via email to