|
@@ -14,22 +14,22 @@
|
|
|
See the License for the specific language governing permissions and
|
|
|
limitations under the License.
|
|
|
-->
|
|
|
-<meta HTTP-EQUIV="REFRESH" content="0;url=dfshealth.jsp"/>
|
|
|
-<html>
|
|
|
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
|
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
+<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
<head>
|
|
|
+<meta http-equiv="REFRESH" content="1;url=dfshealth.jsp" />
|
|
|
<title>Hadoop Administration</title>
|
|
|
</head>
|
|
|
-
|
|
|
<body>
|
|
|
-
|
|
|
+<script type="text/javascript">
|
|
|
+//<![CDATA[
|
|
|
+window.location.href='dfshealth.html';
|
|
|
+//]]>
|
|
|
+</script>
|
|
|
<h1>Hadoop Administration</h1>
|
|
|
-
|
|
|
<ul>
|
|
|
-
|
|
|
<li><a href="dfshealth.jsp">DFS Health/Status</a></li>
|
|
|
-
|
|
|
</ul>
|
|
|
-
|
|
|
</body>
|
|
|
-
|
|
|
</html>
|