Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tez-tools/counter-diff/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ Before using the tool, make sure to install texttable using `pip install texttab

To use the tool, run

`python counter-diff.py dag_1.zip dag_2.zip [--detail]`
`python3 counter-diff.py dag_1.zip dag_2.zip [--detail]`

This will print counter output difference between the specified DAGs like this

Example: `python counter-diff.py dag_1499978510619_0002_143.zip dag_1499978510619_0002_144.zip`
Example: `python3 counter-diff.py dag_1499978510619_0002_143.zip dag_1499978510619_0002_144.zip`

```
+-------------------+-------------------------------------+----------------------------+----------------------------+-------------+
Expand Down Expand Up @@ -81,4 +81,4 @@ Example: `python counter-diff.py dag_1499978510619_0002_143.zip dag_149997851061
| | KILLED_TASKS | 0 | 0 | 0 |
| | TIME_TAKEN | 250198 | 68981 | -181217 |
+-------------------+-------------------------------------+----------------------------+----------------------------+-------------+
```
```
Loading