You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If a file , say in hdfs file system is not accessible by the tool, the verbose output shows the following but does not propagate the error message from the exception. This will apply to other exceptions as well since the catch is for Exception
Steps/Code to reproduce bug
Run qual tool on an eventlog that is not accessible/have permissions
Expected behavior
Add more info to the verbose log line. If this seems excessive we can skip it but I found the o/p useful while debugging and also brings more attention to the warning.
Environment details (please complete the following information)
hdfs file path , qual 24.06.1
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
#1187 and #1235 resolved this issue when tools would not show any output. Now, we show the number of apps that are provided, successfully processed and are top candidates Additionally the status csv was updated to store the exact cause of error (if any) for each app/file provided
- Application status report: /Users/psarthi/Work/tools-run/qual_20240812213733_3EaE3EdF/rapids_4_spark_qualification_output/rapids_4_spark_qualification_output_status.csv
Qualification tool found no successful applications to process.
Report Summary:
---------------------- -
Total applications 1
Processed applications 0
Top candidates 0
---------------------- -
@parthosa my changes are against dev branch. I'm not sure my change corresponds to the status file you mentioned. When we print verbose and we are calling out the exception we should give info on how to triage it by simply including the stack.
Describe the bug
If a file , say in hdfs file system is not accessible by the tool, the verbose output shows the following but does not propagate the error message from the exception. This will apply to other exceptions as well since the catch is for
Exception
Steps/Code to reproduce bug
Run qual tool on an eventlog that is not accessible/have permissions
Expected behavior
Add more info to the verbose log line. If this seems excessive we can skip it but I found the o/p useful while debugging and also brings more attention to the warning.
Environment details (please complete the following information)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: