摘要:
库操作 创建数据库 create database db_test; 创建库的时候带注释 create database if not exists t2 comment 'learning hive'; 创建带属性的库 create database if not exists t3 with d 阅读全文
摘要:
准备的测试数据文件hello.txt hello scala hello world nihao hello i am scala this is spark demo gan jiu wan le 将文件上传到hdfs中 #创建hdfs测试目录 hdfs dfs -mkdir /user/spar 阅读全文
摘要:
点击查看代码 public class DiyTomcat { private int port = 8080; public static final HashMap<String, DiyServlet> SERVLET_MAPPING = new HashMap<>(); public sta 阅读全文