- 博客(6)
- 收藏
- 关注
原创 HBase协处理器建二级索引
HBase协处理器建二级索引1. 继承BaseRegionObserverpublic class SecondaryIndexTest extends BaseRegionObserver { static final String TABLE_NAME = "stu5_sec"; static Configuration conf = null; static Connection conn = null; static HTable table = null;
2021-01-24 20:08:33 162
原创 大数据报错合集
大数据报错合集通过url访问hdfs文件报错ERROR: org.apache.hadoop.hbase.DoNotRetryIOException: Failed on local exception: com.google.protobuf.InvalidProtocolBufferException: Protocol message tag had invalid wire type.; Host Details : local host is: "master/10.186.57.5";
2021-01-24 19:21:48 562
原创 机器学习作业
这里写自定义目录标题欢迎使用Markdown编辑器新的改变功能快捷键合理的创建标题,有助于目录的生成如何改变文本的样式插入链接与图片如何插入一段漂亮的代码片生成一个适合你的列表创建一个表格设定内容居中、居左、居右SmartyPants创建一个自定义列表如何创建一个注脚注释也是必不可少的KaTeX数学公式新的甘特图功能,丰富你的文章UML 图表FLowchart流程图导出与导入导出导入欢迎使用Markdown编辑器你好! 这是你第一次使用 Markdown编辑器 所展示的欢迎页。如果你想学习如何使用Ma.
2020-09-21 23:53:39 857
原创 Git在Vscode中的命令顺序
Git在Vscode中的命令顺序编写文件git add .git commit -m “注释”git push -u origin master
2020-05-19 14:21:02 180
转载 Java中Cannot make a static reference to the non-static method报错问题
Java中Cannot make a static reference to the non-static method报错问题
2019-10-15 17:55:07 202
转载 codevs机票打折问题
#include<iostream>using namespace std;double a, b;int main(){ cin >> a >> b; cout << int(a*b/100+0.5)*10<< endl; return 0; }
2019-05-07 10:54:15 278
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人