You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2019/04/08 16:44:51 UTC

[GitHub] [accumulo] milleruntime edited a comment on issue #1074: Rework IT Framework

milleruntime edited a comment on issue #1074: Rework IT Framework
URL: https://github.com/apache/accumulo/issues/1074#issuecomment-480906073
 
 
   I was able to confirm that the standalone configuration does still work on the 1.9 branch.  Here are the steps I took to get it working (there were a bunch of tests failing but I at least confirmed that it can still work). 
   
   1. Setup a cluster, I used [uno](https://github.com/apache/fluo-uno/)
   2. Create the config file somewhere accessible by any user, like [config-file.properties.txt](https://github.com/apache/accumulo/files/3055352/config-file.properties.txt), configured for your cluster.
   3. Run this mvn command:
   ```bash
   mvn clean verify -Dtest=foo -Dspotbugs.skip -Drat.skip -Dformatter.skip -Dcheckstyle.skip \
       -Dmodernizer.skip -Dimpsort.skip -Dsortpom.skip -DfailIfNoTests=false \
       -Dfailsafe.groups=org.apache.accumulo.test.categories.StandaloneCapableClusterTests \
       -Daccumulo.it.properties=/path/to/config-file.properties
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services