Skip to content

Commit

Permalink
More links to the new pages
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Sep 12, 2024
1 parent 4d03511 commit 150ad68
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/flowchart/error.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Error --> OtherError[Others]
OtherError --> SchemaColumnConvertNotSupportedException
OtherError --> TooLargeJar[JAR too large]
OtherError --> LostShuffleFiles[Lost Shuffle Files]
LostShuffleFiles --> ShuffleExchangeLosesExecReg[ShuffleExchange Loses Executor Registration]
LostShuffleFiles --> NodeFailures[Node Failures]
Error --> Serialization
Serialization --> KyroBuffer[Kyro Buffer Overflow]
Expand All @@ -36,9 +40,10 @@ ExecutorMemory --> ExecutorDiskError[Executor out of disk error]
ExecutorMemory --> ContainerOOM
ExecutorMemory --> LARGERECORDS[Too large record / column+record]
click ShuffleExchangeLosesExecReg "../../details/shuffle_exchange_loses_exec_reg"
click MaxSerializeTask "../../details/max_serialized_task_size"
click SchemaColumnConvertNotSupportedException "../../details/SchemaColumnConvertNotSupportedException"
click SchemaColumnConvertNotSupportedException "../../details/toolargejar"
click TooLargeJar "../../details/toolargejar"
click Error "../../details/error-job"
click MemoryError "../../details/error-memory"
Expand Down
3 changes: 3 additions & 0 deletions docs/flowchart/slow.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ flowchart LR
SlowJob[Slow Job]
SlowJob --> TooLargeJar[JAR too large]
SlowJob --> SlowStage[Slow Stage]
SlowStage --> SlowMap[Slow Read/Map]
Expand All @@ -23,6 +25,7 @@ SlowReduce --> SpillToDisk[Spill To Disk]
SkewedShuffleTasks --> SkewedJoin[Skewed Join]
SkewedShuffleTasks --> SkewedAggregation[Aggregation/Group By]
click TooLargeJar "../../details/toolargejar"
click SlowJob "../../details/slow-job"
click SlowStage "../../details/slow-stage"
Expand Down

0 comments on commit 150ad68

Please sign in to comment.