Skip to content

Commit f71db3d

Browse files
committed
Bumping to 0.7 for release
1 parent 9ee9997 commit f71db3d

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Validatar
22

33
[![Build Status](https://cd.screwdriver.cd/pipelines/7218/badge)](https://cd.screwdriver.cd/pipelines/7218)
4-
[![Coverage Status](https://coveralls.io/repos/yahoo/validatar/badge.svg?branch=master)](https://coveralls.io/r/yahoo/validatar?branch=master)
4+
[![Coverage Status](https://coveralls.io/repos/yahoo/validatar/badge.svg?branch=master)](https://coveralls.io/r/yahoo/validatar?branch=master)
55
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.yahoo.validatar/validatar/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.yahoo.validatar/validatar/)
66

77
## Table of Contents
@@ -187,7 +187,7 @@ Simply pass `--parameter KEY=VALUE` in the CLI and the `KEY` will be replaced wi
187187

188188
You may want to run queries in parallel rather than sequentially especially if you have many time-consuming queries.
189189

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

192192
## Execution Engines
193193

@@ -337,14 +337,14 @@ Option Description
337337
338338
339339
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
345345
query parallelism> run concurrently. If non-positive or
346346
unspecified, all queries will run at
347-
once. (default: 0)
347+
once. (default: 0)
348348
349349
350350
Hive engine options:
@@ -509,12 +509,13 @@ Version | Notes
509509
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```.
510510
0.6.2 | Bintray EOL. First rerelease of 0.6.1 on Maven Central instead
511511
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
513513

514514
## Members
515515

516516
Akshai Sarma, akshaisarma@gmail.com
517517
Josh Walters, josh@joshwalters.com
518+
[0aix](https://github.com/0aix)
518519

519520
## Contributors
520521

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.yahoo.validatar</groupId>
55
<artifactId>validatar</artifactId>
66
<packaging>jar</packaging>
7-
<version>0.6.4-SNAPSHOT</version>
7+
<version>0.7.0-SNAPSHOT</version>
88
<name>validatar</name>
99
<description>
1010
Validatar is a functional testing framework for Big Data

0 commit comments

Comments
 (0)