摘要:
1.Override 1.With Impala, you can query data, whether stored in HDFS or Apache HBase – including SELECT, JOIN, and aggregate functions – in real time 阅读全文
摘要:
xxx is not in the sudoers file.This incident will be reported.的解决方法 1.切换到root用户下、 2.添加sudo文件的写权限,命令是: chmod u+w /etc/sudoers 3.编辑sudoers文件 vi /etc/sud 阅读全文
摘要:
今天因为需要在两台服务器上进行ssh免登陆,所以安装网上的教程,ssh keygen t rsa,然后把相互的密钥加入到对方的authorized_keys。 问题是我们虽然这样做了,却一直要密码,运行systemctl status sshd.service ,发现是因为最外层的/home/use 阅读全文
摘要:
1.Eclipse启动的时候,会启动一个JVM来运行eclipse(因为Eclipse是Java代码实现的) 2.Eclipse启动一个带main的主类的时候,会单独启动一个JVM来运行他。 3.Ecpilse启动多个带main的主类的时候,每个类都会有一个JVM。 class 1: public 阅读全文
摘要:
自己写的maven项目打包以后的一个email测试类jar,放到linux上运行时报错: Error: A JNI error has occurred, please check your installation and try again 原因是在Pom.xml中写入的jar,在Linux上缺 阅读全文