|
@@ -18,20 +18,12 @@
|
|
|
*/
|
|
|
%>
|
|
|
<%@ page
|
|
|
-contentType="text/html; charset=UTF-8"
|
|
|
- import="javax.servlet.*"
|
|
|
- import="javax.servlet.http.*"
|
|
|
- import="java.io.*"
|
|
|
- import="java.util.*"
|
|
|
- import="org.apache.hadoop.fs.*"
|
|
|
- import="org.apache.hadoop.hdfs.*"
|
|
|
- import="org.apache.hadoop.hdfs.server.common.*"
|
|
|
- import="org.apache.hadoop.hdfs.server.namenode.*"
|
|
|
- import="org.apache.hadoop.hdfs.server.datanode.*"
|
|
|
- import="org.apache.hadoop.hdfs.protocol.*"
|
|
|
- import="org.apache.hadoop.util.*"
|
|
|
- import="java.text.DateFormat"
|
|
|
- import="org.apache.hadoop.util.*"
|
|
|
+ contentType="text/html; charset=UTF-8"
|
|
|
+ import="org.apache.hadoop.util.ServletUtil"
|
|
|
+%>
|
|
|
+<%!
|
|
|
+ //for java.io.Serializable
|
|
|
+ private static final long serialVersionUID = 1L;
|
|
|
%>
|
|
|
<%
|
|
|
final NamenodeJspHelper.NodeListJsp nodelistjsp = new NamenodeJspHelper.NodeListJsp();
|