[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
1:主库设置(1)修改配置文件vi /etc/my.cnf[mysqld]log-bin=master-binserver-id=1 (2)创建用户#mysql -u root -pmysql>create user test identified by 'test';>grant all privileges on *.* to 'test'@'%' identified by 'test' with grant option;//赋予主从同步权限>grant replication
偶尔会遇到这样的现象 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 重启服务