All Downloads are FREE. Search and download functionalities are using the official Maven repository.

webapp.bspmaster.machines.jsp Maven / Gradle / Ivy

The newest version!

<%@ page contentType="text/html; charset=UTF-8" import="javax.servlet.*"
	import="javax.servlet.http.*" import="java.io.*" import="java.util.*"
	import="java.text.DecimalFormat" import="org.apache.hama.bsp.*"
	import="org.apache.hama.util.*"%>
<%!private static final long serialVersionUID = 1L;%>
<%
	BSPMaster tracker = (BSPMaster) application
			.getAttribute("bsp.master");
	ClusterStatus status = tracker.getClusterStatus(true);
	String trackerName = tracker.getBSPMasterName();
	String type = request.getParameter("type");
%>



<%=trackerName%> Hama Machine List



<%=trackerName%> Hama Machine List


Grooms

<% out.println(BSPServletUtil.generateGroomsTable(type, status, tracker)); out.println(BSPServletUtil.htmlFooter()); %>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy