Skip to content

Commit 2d603d4

Browse files
committed
update readme
1 parent 1f8a1c0 commit 2d603d4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ A tool to validate data in HIVE tables.
77
Assemble fat jar: `sbt clean assembly`
88

99
```
10-
spark-submit --master local data-validator-assembly-0.10.0.jar --help
10+
spark-submit --master local data-validator-assembly-0.13.0.jar --help
1111
12-
data-validator v0.10.0
12+
data-validator v0.13.0
1313
Usage: data-validator [options]
1414
1515
--version
@@ -31,7 +31,7 @@ Usage: data-validator [options]
3131
spark-submit \
3232
--num-executors 10 \
3333
--executor-cores 2 \
34-
data-validator-assembly-0.10.0.jar \
34+
data-validator-assembly-0.13.0.jar \
3535
--config config.yaml \
3636
--jsonReport report.json
3737
```
@@ -302,7 +302,7 @@ The minimum number of rows a table must have to pass the validator.
302302

303303
| Arg | Type | Description |
304304
|-----|------|-------------|
305-
| `minNumRows` | Long | The minimum number of rows a table must have to pass. **Note:** Currently this cannot be a variable.
305+
| `minNumRows` | Long | The minimum number of rows a table must have to pass.
306306

307307
See Example Config file below to see how the checks are configured.
308308

@@ -463,7 +463,7 @@ Example oozie wf snippet:
463463
<argument>${principal}</argument>
464464
<argument>--files</argument>
465465
<argument>config.yaml</argument>
466-
<argument>data-validator-assembly-0.10.0.jar</argument>
466+
<argument>data-validator-assembly-0.13.0.jar</argument>
467467
<argument>--config</argument>
468468
<argument>config.yaml</argument>
469469
<argument>--exitErrorOnFail</argument>
@@ -511,7 +511,7 @@ Example oozie wf snippet:
511511
<argument>${keytab}</argument>
512512
<argument>--principal</argument>
513513
<argument>${principal}</argument>
514-
<argument>data-validator-assembly-0.10.0.jar</argument>
514+
<argument>data-validator-assembly-0.13.0.jar</argument>
515515
<argument>--config</argument>
516516
<argument>config.yaml</argument>
517517
<argument>--exitErrorOnFail</argument>
@@ -554,7 +554,7 @@ A tool is provided to generate a sample `.orc` file for use in local development
554554
```sh
555555
spark-submit \
556556
--master "local[*]" \
557-
data-validator-assembly-0.10.0.jar \
557+
data-validator-assembly-0.13.0.jar \
558558
--config local_validators.yaml \
559559
--jsonReport report.json \
560560
--htmlReport report.html

0 commit comments

Comments
 (0)