|
1 | 1 | # Validatar |
2 | 2 |
|
3 | 3 | [](https://cd.screwdriver.cd/pipelines/7218) |
4 | | -[](https://coveralls.io/r/yahoo/validatar?branch=master) |
| 4 | +[](https://coveralls.io/r/yahoo/validatar?branch=master) |
5 | 5 | [](https://maven-badges.herokuapp.com/maven-central/com.yahoo.validatar/validatar/) |
6 | 6 |
|
7 | 7 | ## Table of Contents |
@@ -187,7 +187,7 @@ Simply pass `--parameter KEY=VALUE` in the CLI and the `KEY` will be replaced wi |
187 | 187 |
|
188 | 188 | You may want to run queries in parallel rather than sequentially especially if you have many time-consuming queries. |
189 | 189 |
|
190 | | -To enable this feature, pass in `--query-parallel-enable true` when launching Validatar. By default, this will run all queries in parallel. If this number needs to be limited, pass in `--query-parallel-max VALUE` where `VALUE` is the max number of queries that should run concurrently. |
| 190 | +To enable this feature, pass in `--query-parallel-enable true` when launching Validatar. By default, this will run all queries in parallel. If this number needs to be limited, pass in `--query-parallel-max VALUE` where `VALUE` is the max number of queries that should run concurrently. |
191 | 191 |
|
192 | 192 | ## Execution Engines |
193 | 193 |
|
@@ -337,14 +337,14 @@ Option Description |
337 | 337 |
|
338 | 338 |
|
339 | 339 | Engine Options: |
340 | | -Option Description |
341 | | ------- ----------- |
342 | | ---query-parallel-enable <Boolean: Whether or not queries should run in |
343 | | - Query parallelism option> parallel. (default: false) |
344 | | ---query-parallel-max <Integer: Max The max number of queries that will |
| 340 | +Option Description |
| 341 | +------ ----------- |
| 342 | +--query-parallel-enable <Boolean: Whether or not queries should run in |
| 343 | + Query parallelism option> parallel. (default: false) |
| 344 | +--query-parallel-max <Integer: Max The max number of queries that will |
345 | 345 | query parallelism> run concurrently. If non-positive or |
346 | 346 | unspecified, all queries will run at |
347 | | - once. (default: 0) |
| 347 | + once. (default: 0) |
348 | 348 |
|
349 | 349 |
|
350 | 350 | Hive engine options: |
@@ -509,12 +509,13 @@ Version | Notes |
509 | 509 | 0.6.1 | Added a flag to configure the Email reporter SMTP strategy. Use ```--email-smtp-strategy``` to pass in ```SMTP_PLAIN```, ```SMTP_TLS``` or ```SMTP_SSL```. |
510 | 510 | 0.6.2 | Bintray EOL. First rerelease of 0.6.1 on Maven Central instead |
511 | 511 | 0.6.3 | Screwdriver migration. First rerelease of 0.6.1 using Screwdriver instead of Travis. |
512 | | -0.6.4 | Added support for running queries in parallel |
| 512 | +0.7.0 | Added support for running queries in parallel |
513 | 513 |
|
514 | 514 | ## Members |
515 | 515 |
|
516 | 516 | Akshai Sarma, akshaisarma@gmail.com |
517 | 517 | Josh Walters, josh@joshwalters.com |
| 518 | +[0aix](https://github.com/0aix) |
518 | 519 |
|
519 | 520 | ## Contributors |
520 | 521 |
|
|
0 commit comments