Commit 58a3c27f by 吴凯波

flume监控ftp得excl文件

parent 2c382558
......@@ -66,7 +66,6 @@ public class DAOClass {
createTableSql=createTableSql+columnSql;
}
createTableSql=createTableSql+",file_name varchar(30),create_time datetime);";
System.out.println("建表语句:"+createTableSql);
st.execute(createTableSql);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment