digraph G { compound="true" rankdir="TB" bgcolor="white" fontname="Tahoma" node [ fixedsize="false" fontname="Tahoma" color="white" fillcolor="grey" fontcolor="black" shape="box" style="filled" penwidth="1.0" ] edge [ fontname="Arial" color="#00688b" fontcolor="black" fontsize="12" arrowsize="0.5" penwidth="1.0" ] "tez-plugins" [fillcolor="deepskyblue2"]; "tez-runtime-library" [fillcolor="deepskyblue2"]; "tez-common" [fillcolor="deepskyblue2"]; "tez-api" [fillcolor="deepskyblue2"]; "tez-mapreduce-examples" [fillcolor="deepskyblue2"]; "tez-runtime-internals" [fillcolor="deepskyblue2"]; "tez-dist" [fillcolor="deepskyblue2"]; "tez-mapreduce" [fillcolor="deepskyblue2"]; "tez-dag" [fillcolor="deepskyblue2"]; "tez-dag" -> "tez-common" [label=" 105 ", penwidth="10", color="#00688bFF"]; "tez-dag" -> "tez-api" [label=" 60 ", penwidth="5", color="#00688bA5"]; "tez-runtime-library" -> "tez-api" [label=" 48 ", penwidth="4", color="#DC143C93"]; "tez-mapreduce" -> "tez-api" [label=" 40 ", penwidth="3", color="#00688b82"]; "tez-dag" -> "tez-runtime-internals" [label=" 35 ", penwidth="3", color="#00688b82"]; "tez-mapreduce" -> "tez-runtime-library" [label=" 20 ", penwidth="1", color="#00688b5E"]; "tez-runtime-internals" -> "tez-api" [label=" 19 ", penwidth="1", color="#00688b5E"]; "tez-dag" -> "tez-runtime-library" [label=" 19 ", penwidth="1", color="#00688b5E"]; "tez-dag" -> "tez-mapreduce" [label=" 18 ", penwidth="1", color="#DC143C5E"]; "tez-runtime-internals" -> "tez-runtime-library" [label=" 13 ", penwidth="1", color="#DC143C5E"]; "tez-api" -> "tez-runtime-library" [label=" 12 ", penwidth="1", color="#DC143C5E"]; "tez-runtime-internals" -> "tez-common" [label=" 11 ", penwidth="1", color="#00688b5E"]; "tez-runtime-library" -> "tez-runtime-internals" [label=" 10 ", penwidth="1", color="#DC143C4C"]; "tez-mapreduce" -> "tez-common" [label=" 8 ", penwidth="1", color="#00688b4C"]; "tez-mapreduce" -> "tez-runtime-internals" [label=" 5 ", penwidth="1", color="#00688b4C"]; "tez-mapreduce" -> "tez-dag" [label=" 3 ", penwidth="1", color="#DC143C4C"]; "tez-plugins" -> "tez-api" [label=" 2 ", penwidth="1", color="#00688b4C"]; "tez-plugins" -> "tez-dag" [label=" 2 ", penwidth="1", color="#00688b4C"]; "tez-mapreduce-examples" -> "tez-runtime-library" [label=" 2 ", penwidth="1", color="#00688b4C"]; "tez-mapreduce-examples" -> "tez-api" [label=" 2 ", penwidth="1", color="#00688b4C"]; "tez-mapreduce-examples" -> "tez-mapreduce" [label=" 2 ", penwidth="1", color="#00688b4C"]; "tez-plugins" -> "tez-common" [label=" 1 ", penwidth="1", color="#00688b4C"]; "tez-common" -> "tez-runtime-library" [label=" 1 ", penwidth="1", color="#00688b4C"]; "tez-mapreduce-examples" -> "tez-common" [label=" 1 ", penwidth="1", color="#00688b4C"]; "tez-mapreduce-examples" -> "tez-runtime-internals" [label=" 1 ", penwidth="1", color="#00688b4C"]; }