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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# spark_log_parser
2
-
The Spark log parser parses unmodified Spark output logs.
2
+
The **Spark log parser** parses unmodified Spark output logs.
3
3
4
4
Parsed logs contain metadata pertaining to your Spark application execution. Particularly, the runtime for a task, the amount of data read & written, the amount of memory used, etc. These logs do not contain
5
5
sensitive information such as the data that your Spark application is processing. Below is an example of the output of the log parser
0 commit comments