Skip to content

Commit 6dc889e

Browse files
TEZ-4666: Migrate tez-tools python scripts to python3 (#444) (Raghav Aggarwal reviewed by Laszlo Bodor)
1 parent 4632058 commit 6dc889e

File tree

7 files changed

+839
-574
lines changed

7 files changed

+839
-574
lines changed

tez-tools/counter-diff/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ Before using the tool, make sure to install texttable using `pip install texttab
2626

2727
To use the tool, run
2828

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

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

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

3535
```
3636
+-------------------+-------------------------------------+----------------------------+----------------------------+-------------+
@@ -81,4 +81,4 @@ Example: `python counter-diff.py dag_1499978510619_0002_143.zip dag_149997851061
8181
| | KILLED_TASKS | 0 | 0 | 0 |
8282
| | TIME_TAKEN | 250198 | 68981 | -181217 |
8383
+-------------------+-------------------------------------+----------------------------+----------------------------+-------------+
84-
```
84+
```

0 commit comments

Comments
 (0)