Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fea188b

Browse files
committed
Remove YARN link from benchmark index.
1 parent 1da138c commit fea188b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

bench/ansible/roles/nginx/templates/index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,13 @@ <h1>MerkleDB Benchmark Cluster</h1>
1616
<ul>
1717
<li><a href="/riemann">Riemann Dashboard</a> Realtime metrics from Riemann</li>
1818
<li><a href="/grafana">Grafana</a> Structured dashboards showing test metrics</li>
19-
<li><a id="yarn-link" href="#">YARN</a> Cluster resource manager</li>
2019
<li><a id="spark-link" href="#">Spark</a> Job history server</li>
2120
</ul>
2221
<script>
2322
function setRelativeLink(link_id, port, path) {
2423
var link = document.getElementById(link_id);
2524
link.href = window.location.protocol + "//" + window.location.hostname + ":" + port + path;
2625
}
27-
setRelativeLink('yarn-link', 8088, '/cluster');
2826
setRelativeLink('spark-link', 8080, '/');
2927
</script>
3028
</body>

0 commit comments

Comments
 (0)