Skip to content

Commit

Permalink
Added sample text output for qualification.
Browse files Browse the repository at this point in the history
  • Loading branch information
viadea authored Jun 4, 2021
1 parent bf6bdd1 commit 2e394f1
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion rapids-4-spark-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,22 @@ It can also print the potential problems such as UDF.
Note: The tool won't cache all UDFs, and some of the UDFs can be handled with additional steps.
Please refer to [supported_ops.md](../docs/supported_ops.md) for more details on UDF.
Sample output:
Sample output in csv:
```
App Name,App ID,Rank,Potential Problems,SQL Dataframe Duration,App Duration
Spark shell,app-20210507105707-0001,78.03,"",810923,1039276
Spark shell,app-20210507103057-0000,75.87,"",316622,417307
```
Sample output in text:
```
+-----------+-----------------------+-----+------------------+----------------------+------------+
|App Name |App ID |Rank |Potential Problems|SQL Dataframe Duration|App Duration|
+-----------+-----------------------+-----+------------------+----------------------+------------+
|Spark shell|app-20210507105707-0001|78.03| |810923 |1039276 |
|Spark shell|app-20210507103057-0000|75.87| |316622 |417307 |
+-----------+-----------------------+-----+------------------+----------------------+------------+
```
## Profiling Tool
Expand Down

0 comments on commit 2e394f1

Please sign in to comment.