Github user mikewalch commented on a diff in the pull request:

    https://github.com/apache/accumulo-testing/pull/1#discussion_r94621728
  
    --- Diff: README.md ---
    @@ -1 +1,50 @@
     # Apache Accumulo Testing Suite
    +
    +The Apache Accumulo testing suite contains applications that test and 
verify the
    +correctness of Accumulo.
    +
    +## Installation
    +
    +In order to run the Apache Accumulo testing suite, you will need Java 8 
and Maven installed
    +on your machine as well as an Accumulo instance to use for testing.
    +
    +1. First clone this repository.
    +
    +        git clone g...@github.com:apache/accumulo-testing.git
    +        cd accumulo-testing
    +
    +2. All configuation files for the test suite are in `conf/`. Only the 
`accumulo-testing.props`
    +   configuration file needs to be created and edited. All other 
configuration files are optional.
    +
    +        cd conf/
    +        cp accumulo-testing.props.example accumulo-testing.props
    +        vim accumulo-testing.props
    +
    +3. Tests are run using the `accumulo-testing` command which is located in 
the `bin/`
    +   directory. Run this command without any arguments to view its usage and 
see available tests.
    +
    +        ./bin/accumulo-testing
    +
    +## Random walk test
    +
    +The random walk test generates client behavior on an Apache Accumulo 
instance by randomly walking a
    +graph of client operations. The test is configured by the 
`accumulo-testing.props` file and requires
    --- End diff --
    
    Yes min set of properties is needed and I will change suffix to standard.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to