在虚拟机中搭建hive之后,创建了表,在执行select * from tablename的时候报错,具体报错信息如下: hive> select * from hive_01; FAILED: SemanticException Unable to determine if hdfs://mast ...
分类:
其他好文 时间:
2020-01-01 20:18:25
阅读次数:
136
刚编写的一个shell文件执行时突然遇到shell文件不能运行,一下子觉得奇了怪了,明明写的shell文件,而且添加了可执行权限,竟然提示这个结果:如下 尝试对文件的用vim打开该sh文件,输入:set ff ,显示fileformat=unix,说明没有问题(如果显示fileformat=dos, ...
分类:
其他好文 时间:
2019-12-31 12:11:01
阅读次数:
84
参考博客:https://blog.csdn.net/shimadear/article/details/90598646 问题描述: 解决方法: 第一种情况: 进程中存在与apt相关的正在运行的进程: 首先检查是否在运行apt,apt-get相关的进程 ps aux | grep -i apt 如 ...
分类:
系统相关 时间:
2019-12-28 19:00:37
阅读次数:
186
在搭建rabbitmq集群的时候,添加内存节点时,抛出异常:Error: unable TO perform an operation ON node 'rabbit@test3'. Please see diagnostics information AND suggestions below. ...
分类:
其他好文 时间:
2019-12-27 18:07:42
阅读次数:
453
In this lesson you will learn to talk about abilities. 课上内容(Lesson) 在描述故事的时候,注意使用过去时态。要更多的记住过去时态的单词变形和读音 词汇(Key Word ) staff manager 人事经理 unable adj.不 ...
分类:
其他好文 时间:
2019-12-26 09:20:15
阅读次数:
108
一、报错 Could not transfer artifact org.apache.maven.plugins:maven-install-plugin:pom:2.4 from/to alimaven (https://maven.aliyun.com/repository/central): ...
分类:
其他好文 时间:
2019-12-24 13:27:26
阅读次数:
90
在删除镜像之前要先用 docker rm 删掉依赖于这个镜像的所有容器(哪怕是已经停止的容器),否则无法删除该镜像。 停止容器 # docker stop $(docker ps -a | grep "Exited" | awk '{print $1 }') 删除容器 # docker rm $(d ...
分类:
其他好文 时间:
2019-12-23 17:10:12
阅读次数:
99
最近再实现一个功能,主要是将自动化测试界面化 环境组合为:Windows 64bit + PyCharm + Python + PyQt5 + Pyinstaller + Inno Setup PS C:\windows\system32> python -V Python 3.7.0 PS C:\ ...
分类:
其他好文 时间:
2019-12-23 16:54:01
阅读次数:
238
错误: $ make menuconfig *** Unable to find the ncurses libraries or the *** required header files. *** 'make menuconfig' requires the ncurses libraries. ...
分类:
其他好文 时间:
2019-12-23 15:02:58
阅读次数:
73
1、docker 运行mongodb 两个多月都没出什么事情,突然就挂了 错误:exception in initAndListen: Location28596: Unable to determine status of lock file in the data directory /data ...
分类:
其他好文 时间:
2019-12-23 10:27:26
阅读次数:
88