Eventually, I bought firstly my own digital camera, Canon EOS 50D!
Posted: October 23, 2008 Filed under: Life | Tags: 50d, cannon, digital camera 2 Comments
Eventually, I bought firstly my own digital camera. The product model is canon 50D. Its detail information is here, and this link show a review of Canon EOS 50D.
After I got the camera via home-delivery service, I took some pictures. The pictures that I took are gorgeous!
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
OpenOffice 3.0 for Intrepid (Ubuntu 8.10)
Posted: October 22, 2008 Filed under: FOSS | Tags: openoffice, ubuntu 2 CommentsOpenOffice 3.0 is released! However, the official repository of Ubuntu 8.10 have not included openoffice 3.0 yet. However, there is a way to enjoy ooo3 in advance. Below link describes the openoffice 3.0 repository for Ubuntu 8.10 Intrepid.
https://launchpad.net/~openoffice-pkgs/+archive
Enjoy OpenOffice 3.0!