전체239 centos 7 firewall 설정 Disable FirewalldTo disable firewalld, run the following command as root:systemctl disable firewalldStop FirewalldTo stop firewalld, run the following command as root:systemctl stop firewalldCheck the Status of FirewalldAnd finally, to check the status of firewalld, run the following command as root:systemctl status firewalld 출처 : https://www.liquidweb.com/kb/how-to-stop-and-disable-firewalld-on.. 2017. 3. 24. hbase 설치 [펌] ■ HBase를 완전분산 모드로 설치하기 전에 먼저 Hadoop과 Zookeeper가 설치되어 있어야 한다. Hadoop 완전분산 설치 와 Zookeeper 설치를 참조한다.HBase 설치 대상 서버 정보Host NameIP용도centos01192.168.192.128Master Servercentos02192.168.192.130Region Server 1centos03192.168.192.133Region Server 2centos04192.168.192.132Region Server 3centos05192.168.192.131Region Server 4 ■ HBase 다운로드 http://hbase.apache.org/의 mirror site에서 hbase stable 버전의 다운로드 링크를 복사한.. 2017. 3. 24. zookeeper 설치 [펌] ■ Zookeeper를 아래의 3대의 Linux CentOS7이 설치된 서버에 설치하고자 한다. 각 서버의 호스트파일(/etc/hosts)에 아래의 정보가 등록되어있다.123456789[nextman@centos01 etc]$ cat /etc/hosts127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4::1 localhost localhost.localdomain localhost6 localhost6.localdomain6192.168.192.128 centos01192.168.192.130 centos02192.168.192.133 centos03192.168.192.132 centos04192.168.192.131.. 2017. 3. 24. zookeeper no route to host zookeeper 설치 후 hbase 를 설치하려는 마주하는 에러다. 나 같은 경우, zkCli.sh -server [host ip]:2181 로 접속 할 때는 에러가 안났었는데, hbase 설치시 에러가 나서 매우 당황했다. 그래서, 다시 zkCli.sh 로 접속을 시도했다. 자연스레 접속이 되어서 끄려는 순간위에러가 표시됐다. 약간의 시차를 두고 나온 경우를 잘 설치 된걸로 착각 ..;;; 결론은 온갖삽질 끝에 os 네트워크 설정과 관련이 있다. 인터넷을 찾아보면, /etc/hosts 에 127.0.0.1 을 막아라 및 어쩌구 저쩌구 많은데 ... 결론은 firewall 문제다. 나같은 경우 centos 라 일단 그냥 firewall 을 끄고 테스트해보니zookeepr 부터 hbase 까지 잘 동작했.. 2017. 3. 24. 이전 1 ··· 20 21 22 23 24 25 26 ··· 60 다음