Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1da138c commit fea188bCopy full SHA for fea188b
1 file changed
bench/ansible/roles/nginx/templates/index.html
@@ -16,15 +16,13 @@ <h1>MerkleDB Benchmark Cluster</h1>
16
<ul>
17
<li><a href="/riemann">Riemann Dashboard</a> Realtime metrics from Riemann</li>
18
<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>
20
<li><a id="spark-link" href="#">Spark</a> Job history server</li>
21
</ul>
22
<script>
23
function setRelativeLink(link_id, port, path) {
24
var link = document.getElementById(link_id);
25
link.href = window.location.protocol + "//" + window.location.hostname + ":" + port + path;
26
}
27
- setRelativeLink('yarn-link', 8088, '/cluster');
28
setRelativeLink('spark-link', 8080, '/');
29
</script>
30
</body>
0 commit comments