[EC2] Test harness
------------------
Key: HBASE-2343
URL: https://issues.apache.org/jira/browse/HBASE-2343
Project: Hadoop HBase
Issue Type: Task
Reporter: Andrew Purtell
Build an EC2-backed web service that allows one to
* Select a base AMI (with HBase public AMIs as default) and instance types
* Upload replacement Hadoop or HBase jars, additional jars for lib/
* Upload additional files, i.e. test scripts, in a controlled manner
* Execute ./bin/hadoop or ./bin/hbase with a supplied command line
Each test would get its own transient cluster. All output and logs would be
collected from the cluster just before it is terminated and made available on
an ongoing basis for posterity.
Given what I've been working with recently and am most familiar with, I'd
implement it as a servlet: can use the jars provided by AWS with their command
line tools directly, jsch, etc.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.