posted @ 2021-10-25 23:04
10 2021 档案
摘要:手动C语言 解决了Hmaster的问题进入shell指令 create建表 又出现错误 org.apache.hadoop.hbase.ipc.ServerNotRunningYetException: Server is not running yet 万能的度娘: hdfs dfsadmin -
阅读全文
摘要:想做一下大型数据库的实验报告,到第二步启动Hbase数据库 发现shell命令创建新的表一直创建不成功 退出来之后再看一遍jps Hmaster不见了 重新启动一遍之后Hmaster短暂的出现了两秒 啧 手动C语言 从百度查了好多帖子 大都踩坑了 查看日志文件(在hbse文件目录下的logs文件下
阅读全文
posted @ 2021-10-25 22:32
摘要:using System; using System.Collections.Generic; namespace Test_1_4 { class Program { static void Main(string[] args) { List<string> str = new List<str
阅读全文
posted @ 2021-10-17 16:58
摘要:using System; namespace Test_1_3 { class Program { static void Main(string[] args) { int sum = 2; bool flag = false; while (sum < int.MaxValue && flag
阅读全文
posted @ 2021-10-17 16:57
摘要:using System; using System.Collections.Generic; using System.Text; namespace Test_1 { class test_1_2 { static void Main(String[] args) { int i; while
阅读全文
posted @ 2021-10-17 10:57
摘要:using System; namespace Test_1 { class test_1_1 { static void Main(string[] args) { int i; double t_1, t_2, t_3;//三角形的三条边 double r_len, r_wid;//长方形的长宽
阅读全文
posted @ 2021-10-17 10:37