-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
The plugin seems to behave as expected getting port from the environment ( * ). But when using the socket ( ** ) it gets an error Broken pipe (Write failed) e.g. ( *** ).
Be patient :) could you help me to investigate this?
Thanks in advance.
( * )
SPARKMONITOR_LISTENER: Started SparkListener for Jupyter Notebook
SPARKMONITOR_LISTENER: Port obtained from environment: 37836
SPARKMONITOR_LISTENER: Application Started: KubernetesSpark ...Start Time: 1589273651632
( ** )
| case exception: Throwable => println("\nSPARKMONITOR_LISTENER: Exception sending socket message:" + exception + "\n") |
( *** )
SPARKMONITOR_LISTENER: --------------Sending Message:------------------
{
"msgtype" : "sparkJobStart",
"jobGroup" : "null",
"jobId" : 0,
"status" : "RUNNING",
"submissionTime" : 1589273663329,
"stageIds" : [ 0 ],
"stageInfos" : {
"0" : {
"attemptId" : 0,
"name" : "count at <ipython-input-1-a5fef8d63630>:1",
"numTasks" : 2,
"completionTime" : -1,
"submissionTime" : -1
}
},
"numTasks" : 2,
"totalCores" : 1,
"appId" : "KubernetesSpark",
"numExecutors" : 1,
"name" : "count at <ipython-input-1-a5fef8d63630>:1"
}
SPARKMONITOR_LISTENER: -------------------------------------------------
SPARKMONITOR_LISTENER: Exception sending socket message:java.net.SocketException: Broken pipe (Write failed)
Metadata
Metadata
Assignees
Labels
No labels