Repository: bigtop Updated Branches: refs/heads/master 53a4b3637 -> 984832ea1
BIGTOP-1257. Make TestHadoopExamples modular enough to support longevity tests. Adding initially missed README update Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/984832ea Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/984832ea Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/984832ea Branch: refs/heads/master Commit: 984832ea1881b1a6953c575007de3b6250a39d7c Parents: 53a4b36 Author: Dasha Boudnik <dasha.wandisco.com> Authored: Thu May 22 14:09:16 2014 -0700 Committer: Konstantin Boudnik <[email protected]> Committed: Thu May 22 14:09:16 2014 -0700 ---------------------------------------------------------------------- bigtop-tests/test-artifacts/hadoop/README | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/984832ea/bigtop-tests/test-artifacts/hadoop/README ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/hadoop/README b/bigtop-tests/test-artifacts/hadoop/README index 60f1079..7255759 100644 --- a/bigtop-tests/test-artifacts/hadoop/README +++ b/bigtop-tests/test-artifacts/hadoop/README @@ -13,4 +13,12 @@ # See the License for the specific language governing permissions and # limitations under the License. -This is a project to develop and build Hadoop (HDFS and MAPREDUCE) smoke and system tests. +This is a project to develop and build Hadoop (HDFS and MAPREDUCE) smoke and +system tests. + +System property "tests" can be set to select individual tests from the +available MapReduce jobs. To set the property, include the following +option in the command line (with your chosen jobs): -Dtests="teragen,terasort" + +The default number of terasort rows (1000) can be changed with the system +property "terasort_rows": -Dterasort_rows=50
