본문 바로가기

분류 전체보기62

zookeeper 3.6.2 clustering 설치 후 실행 오류 mslee89.tistory.com/188 ZooKeeper Clustering 설치 이번 포스팅에서는 ZooKeeper의 클러스터링을 위해 구축 할 예정입니다. ZooKeeper은 싱글로도 충분히 동작 할 수 있지만, 개발용에나 쓰이지만, 상용에서는 클러스터링으로 사용됩니다. 또한 ZooKeeper mslee89.tistory.com 설치는 위의 링크에 정말 잘되어있으니 참조하시길 바랍니다. Unable to read additional data from server sessionid 0x0, likely server has closed socket 첫번째 해결책 후보 이래저래 만지고 있다보면 dataDir 경로에 파일들이 생깁니다. 이러한 애들이 생기면 chown 명령어로 다시 zookeeper 유저.. 2021. 2. 24.
jupyer notebook 자동완성 되지 않을때 레퍼런스 : stackoverflow.com/questions/33665039/tab-completion-does-not-work-in-jupyter-notebook-but-fine-in-ipython-terminal TAB completion does not work in Jupyter Notebook but fine in iPython terminal TAB completion works fine in iPython terminal, but not in Firefox browser. So far I had tried but failed, 1). run a command $ sudo easy_install readline, then the .egg file was wrote in /usr/l... st.. 2021. 2. 23.
selenium 에서 firefox 사용 및 내가 겪은 오류(cent os) 인터넷에 찾아보면 파이어폭스는 자체 내장 웹드라이버로 없어도 된다고 하는 말들이 있지만 나 같은 경우 드라이버가 없으면 되지 않았다. https://github.com/mozilla/geckodriver/releases Releases · mozilla/geckodriver WebDriver for Firefox. Contribute to mozilla/geckodriver development by creating an account on GitHub. github.com 여기서 웹드라이버(geckodriver)를 받아준다. 파이어폭스를 최신으로 업데이트 중이라면 가장 최신 버전을 받아주면 된다. 나 같은 경우 21.01.20기준 78버전 파이어폭스를 사용중 0.29.0 버전을 사용해도 큰 문제없었다... 2021. 1. 20.
Elasticsearch 실행 해결 var/log/elasticsearch/elasticsearch.log 에도 로그가 나온다곤 하는데 나 같은 경우에는 없었다. 그래서 /var/log/messages 를 확인하여 에러메시지를 확인했다. (centos7) 문제 1 JAVA를 못읽어 들이는 경우 https://www.hanumoka.net/2018/04/30/centOs-20180430-centos-install-jdk/ CentOs7에 jdk 설치 및 환경변수(JAVA_HOME)설정 개발환경CentOs7(Nas 가상머신), putty, yum CentOs7 jdk 설치하기centOs의 쉘에 아래 명령으로 현재 설치가능한 jdk 버전확인 1yum list java*jdk-devel 실행결과 12345678910111213[root@local.. 2021. 1. 5.