[mysql@mysqlhq scripts]$ cat /etc/redhat-release Kylin Linux release 3.3.1707 (Core) mysql version Server version: 5.6.15-log MySQL Community Server - (GPL) 1 初始情况 [root@mysqlhq scripts]# free -m total used free shared buff/cache available Mem: 15887
代码确信无误之后,ant运行起来,发现一执行就卡在Running Job XXXX那里一直不动了. 试着把代码打包成jar扔到Linux执行也还是一样的效果.还是停在那里.然后就一顿瞎蒙.最后发现是Hadoop2的datanode的问题.当时试着执行list的时候发现是znode=null啥的问题,之前遇到过是namenode和datanode的clusterID不同的原因.所以后来在$HADOOP_HOME下——tmp——dfs,将name文件夹下——Current下的Version文件的 c
头一天好好的,第二天就卡着了. 一直在这个地方不动,如果停止就会报 Error:Could not run build action using Gradle distribution ‘https://services.gradle.org/distributions/gradle-4.1-all.zip‘. 所以直接就去看了下链接:https://dl.google.com/dl/android/maven2/com/android/support/appcompat-v7/maven-me
偶尔会遇到这样的现象 ssh 登录一台远程机器,显示下面的信息然后hang在那 Connecting to 192.168.137.102:22... Connection established. To escape to local shell, press 'Ctrl+Alt+]'. 这是因为sshd 默认开启了UseDNS. 所以卡在解析dns那里. 解决办法 编辑sshd配置文件,UseDNS no 重启服务
No Spring WebApplicationInitializer types detected on classpath 下一句:Initializing Spring root WebApplicationContext 然后就没有然后了,感觉时间凝滞,因为tomcat再也不往下运行了,即使你等到天荒地老~ 原因:数据库原因 可能是集群原因 可能是字符串原因 可能是构造函数原因 可能是端口原因
Linux基本系统优化 Linux Linux的网络功能相当强悍,一时之间我们无法了解所有的网络命令, 在配置服务器基础环境时,先了解下网络参数设定命令. ifconfig 查询.设置网卡和ip等参数 ifup,ifdown 脚本命令,更简单的方式启动关闭网络 ip 符合指令,直接修改上述功能 在我们刚装好linux的时候,需要用xshell进行远程连接,那就得获取ip地址,有时 候网卡默认是没启动的,Linux也就拿不到ip地址,因此我们得手动启动网卡 #编辑网卡配置文件 vim /etc/