logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

raise TTransportException(message=“unexpected exception“, inner=e)

问题描述:raise TTransportException(message=“unexpected exception”, inner=e)如果在用Python操作HBase之HBase-Thrift出现上述报错,请关掉所有的进程:exit()和stop hbase和stop hadoop,然后从hadoop开始重启。(或者重启虚拟机也成)。...

#linux#hbase#hadoop
Can‘t get master address from ZooKeeper; znode data == null

参考链接:https://www.cnblogs.com/zlslch/p/6556870.html问题描述:出现此问题可能是zookeeper不稳定造成的,博主采用的是虚拟机,经常会待机挂起,出现这个问题可能是hbase的稳定性造成的。解决方法:重启hbase进入bin目录:stop-hbase.shstart-hbase.sh重启后再次输入命令就可以正常运行了:...

#ubuntu#hbase#linux
Bootup is not yet finished. Please try again later.

在Linux虚拟机上输入 systemd-analyze time 时虚拟机反馈Bootup is not yet finished. Please try again later.查找资料:Bootup is not yet finished. Please try again later.翻译:启动还没有完成,请稍后再试。就是程序并没有启动完需要再等待一段时间,但是我等5分多钟,依旧是同一个报

#linux
图解HTTP笔记整理(前六章)计网八股

不同的硬件、操作系统之间的通信,所有的这一切都需要一种规则。ARP用途:通信的双方在同一局域网(LAN)内的情况是很少的,通常是经过多台计算机和网络设备中转才能连接到对方。在相同的 IP 地址下,由于虚拟主机可以寄存多个不同主机名和域名的 Web 网站,因此在发送 HTTP 请求时,必须在 Host 首部内完整指定主机名或域名的 URI。ARP (Address Resolution Protoc

文章图片
#http#网络协议
WARNING: The script f2py.exe is installed in ‘C:\Users\linji\AppData\Roaming\Python\Python36\Scripts

用pip安装python包的时候报错:WARNING: The script f2py.exe is installed in ‘C:\Users\linji\AppData\Roaming\Python\Python36\Scripts’ which is not on PATH.Consider adding this directory to PATH or, if you prefer t

#python#pip
ERROR: pip‘s dependency resolver does not currently take into account all the packages that are inst

安装包的时候出现报错:ERROR: pip’s dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.imbalanced-lear

#pip
Labelme的安装和打开并使用

参考博客:https://blog.csdn.net/zong596568821xp/article/details/83375227该博客截图:参考文档(应该是官方文档):https://codechina.csdn.net/mirrors/wkentaro/labelme?utm_source=csdn_github_accelerator文档截图:总结:打开anaconda prompt,依

#python
ERROR: pip‘s dependency resolver does not currently take into account all the packages that are inst

安装包的时候出现报错:ERROR: pip’s dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.imbalanced-lear

jdk和hadoop和hbase的版本对应

查询官方文档:http://hbase.apache.org/book.html#configuration下面是jdk和hbase的对应关系:绿色是support;红色是not support;黄色是可能遇到challenge,不建议使用。下面是hadoop和hbase的对应关系:下面是jdk和hadoop的对应关系:https://cwiki.apache.org/confluence/dis

#hbase#java#hadoop
虚拟机到本机文件传输简便办法

办法一:使用u盘博主以安装java jdk的传输为例子:使用u盘安装java jdk教程u盘连接windows,把文件存入u盘,然后再次插拔u盘,选择连接虚拟机,这样虚拟机上就可以读取到u盘里的文件了。u盘位置如图:如何查看u盘里的文件的路径:方法二:使用共享文件夹这个的前提是要装好vm-tool,不然共享文件夹会显示禁用。zhuer大佬的安装Ubuntu教程和vm-tool教程zhuer大佬的共

#linux#ubuntu
到底了