Adding new data nodes to Hadoop without rebooting
Posted: October 23, 2008 Filed under: FOSS | Tags: hadoop 5 CommentsUsually, I have been wonder how to new data nodes (or recovered nodes) to Hadoop without rebooting. Recently, I found the solution from hadoop core-user mailing list.
The way is very simple as follows:
1. configure conf/slaves and *.xml files on master machine
2. configure conf/master and *.xml files on slave machine
3. run ${HADOOP}/bin/hadoop datanode
If you have to add more than one data node to Hadoop, run the following command (instead of the third command above) on master machine.
${HADOOP}/bin/start-all.sh
Additionally, the way to add a region server to Hbase master without restarting all is similar to that of Hadoop.
1. configure conf/regionservers and *.xml files on master machine
2. configure conf/*.xml files on slave machine
3. run ${HBASE}/bin/hbase regionserver start
아 좋은 방법이네요. ^^
우분투 등등 보단
win pe 가 낳지 안을까요 ^^;;
암튼 라이브 씨디 좋습니다 ^^;;
(설마 리눅스로 쌩초보 기선제압;; ?)
제가 글을 쓴 의도는 하드웨어 정보를 쉽게 알 수 있는 방법입니다. 또한 모든 리눅스 라이브시디는 무료에다 언제 어디서든 다운 받아 손쉽게 구울 수 있습니다.
만약 Windows PE 라이센스가 있고 Windows PE 에도 하드웨어 정보를 손쉽게 알 수 있는 유틸리티가 있다면 그걸 쓰면 되겠지요?
저도 이번에 포멧을 했는데 사운드카드가 의 정보를 정말 못찾겠습니다.
참고로 win xp이구요 .. 어떻게 하면 될까요? ㅛ.,ㅛ
정말 좋은 정보네요…^^
감사합니다….^^