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/06/04 19:26:34 UTC

[GitHub] [accumulo-testing] keith-turner opened a new issue #78: Create script that automates setting up EC2 test cluster

keith-turner opened a new issue #78: Create script that automates setting up EC2 test cluster
URL: https://github.com/apache/accumulo-testing/issues/78
 
 
   When testing Accumulo I often go through the following task manually.
   
    * Build snapshot version of Accumulo locally and copy it to Muchos dir
    * Use Muchos to setup a cluster with that snapshot tarball
    * After Muchos sets up the cluster :
       *git clone and  mvn install the same snapshot version of Accumulo
      * git clone accumulo testing repo and build it.
   
   It may be nice to have script that does this.  The argument for the script would be the following :
    * URL for Accumuo git repo and a branch in that repo
    * URL for Accumuo testing repo and a branch in that repo
    * Local dir where muchos is setup.
   
   This script would setup the EC2 cluster with the version of Accumulo from the git repo.  It would also setup accumulo testing on the cluster from the git repo.

----------------------------------------------------------------
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