holdenk / spark-flowchart

Flowchart for debugging Spark applications
101 stars 27 forks source link

linking to subheadings...change in behavior? #16

Closed atbida closed 2 years ago

atbida commented 2 years ago

Goal 1: Link to a subheading within the same page

/docs/details/slow-map /docs/details/slow-reduce

I tried the following, but wasn't able to make the internal table of contents (toc) links work https://github.com/mkdocs/mkdocs/issues/744

Goal 2: Link to a subheading within a different page

/docs/details/record-skew.md seems to try to point me to details/slow-map/#skewed-map-tasks, but the link just takes me to details/slow-map

Potential solution 1:

Was there an updated mkdocs version which changes how the internal links are handled?

Potential solution 2:

Maybe this is related to the name change FROM Skewed Map Tasks TO Skewed Map Tasks / Uneven partitioning

Unrelated (?) Goal 3: Another broken link!

https://holdenk.github.io/spark-flowchart/details/even_partitioning_still_slow

atbida commented 2 years ago

related: even_partitioning_still_slow seems to have reverted to bad_partitioning in some places. This file doesn't render: https://github.com/holdenk/spark-flowchart/blob/main/docs/flowchart/slow.md

These files are referenced but do not exist: "../../details/shuffle-partition-issue"

These boxes should be clickable but they are not: toobigdag

atbida commented 2 years ago

This PR addresses many of the broken links https://github.com/holdenk/spark-flowchart/pull/19