Skip to content

Commit 8a007cf

Browse files
laserljyrapoth
andauthored
Add notebook "Digging into Spark Apps Using Spark" (#26)
* Add notebook "Digging into Spark Apps Using Spark" Spark application logs are useful for monitoring and debugging applications. This notebook will help you dig into Spark application by analyzing Spark application logs, including event log, driver log and executor log. * change variable name Co-authored-by: Rahul Potharaju <rapoth@microsoft.com>
1 parent 47560ac commit 8a007cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Notebooks/Scala/Digging into Spark Apps Using Spark.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
{
130130
"output_type": "execute_result",
131131
"data": {
132-
"text/plain": "+--------------------+\n|User |\n+--------------------+\n|trusted-service-user|\n+--------------------+\n\n+------------------------------+\n|App ID |\n+------------------------------+\n|application_1587879306397_0001|\n+------------------------------+\n\n+------------------------------------------+\n|App Name |\n+------------------------------------------+\n|AppName_1587879236530|\n+------------------------------------------+"
132+
"text/plain": "+--------------------+\n|User |\n+--------------------+\n|trusted-service-user|\n+--------------------+\n\n+------------------------------+\n|App ID |\n+------------------------------+\n|application_1587879306397_0001|\n+------------------------------+\n\n+------------------------------------------+\n|App Name |\n+------------------------------------------+\n|Charm_e2e_tutorial_JiyingSP1_1587879236530|\n+------------------------------------------+"
133133
},
134134
"execution_count": 7,
135135
"metadata": {}

0 commit comments

Comments
 (0)