学習記録

”温故知新” 学習記録や興味あることを気まぐれなるままに更新しますが基本ゆるめです。

Wordle

without comments

タグクラウドならぬワードクラウドを自動作成してくれるサイト。[Wordle]

Blogなど表示されている記事を拾ってワードで作成してくれる。

色合いやフォントのデザインバランスが好きです。

Wordle: tagcloud

Written by nextschool

2月 7th, 2010 at 10:53 am

Posted in 言語

Tagged with

Hadoop機の作業記録

without comments

[Atom箱の作成]から、ネットに接続されているか確認したところ、デフォルトではNIC(eth0)が認識されていなかった。
そこで[参考]を元に設定したらNIC(eth0)が認識されました。
クライアントPCからsshでログインできたのを確認後、モニターとキーボード、マウスを外します。
その後、localhostとデフォルトの名前をhdp_masterと変更しました。

[root@localhost admin]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1               localhost.localdomain localhost
192.168.3.8 hdp_master //←ここを追加
[root@localhost admin]# cat /etc/sysconfig/network
NETWORKING=yes
NETWORKING_IPV6=yes
HOSTNAME=hdp_master //←ここを追加
GATEWAY=192.168.3.8  //←ここを追加

その後、[javaのアップデート]を行うため、USBでmountコマンドを使用して、usbの中身にインストールしてあった最新のJava SDKを/usr/local上で解凍、展開を行います。[USBフラッシュメモリを使うには]

しかしmountしても、/mnt/usbfmには空っぽだったので、
# dmesg
をみると
SCSI device sdb: 512000 512-byte hdwr sectors (262 MB)
とか書いてあったのでsdaではなくsdbに変えたところ、
# mount -t vfat /dev/sdb1 /mnt/usbfm/ でなんなく認識されました。

[root@hdp_master home]# ls /mnt/usbfm
hadoop-0.20.1.tar.gz  jdk-6u17-linux-i586-rpm.bin  r8168-8.015.00.tar.bz2
 ↑
中身のなかのこれを先に解凍
[root@hdp_master usbfm]# tar zxf hadoop-0.20.1.tar.gz
[root@hdp_master usbfm]# mv hadoop-0.20.1 /home/hadoop

Javaをアップデートしたかったけど、hadoopの解凍を先に行いました。(/home直下へ)

[root@hdp_master usbfm]# ./jdk-6u17-linux-i586-rpm.bin
次にJavaの最新Verをusbfm上で、解凍展開を行おうとしたら、
Please free up the required Disk Space and try again とメモリ領域が足りないということで、ディレクトリをlocalへ移動して

[root@hdp_master usbfm]# cd /usr/local
[root@hdp_master local]# ./jdk-6u17-linux-i586-rpm.bin
Do you agree to the above license terms? [yes or no]
yes
Unpacking…
Checksumming…
Extracting…

中略

For more information on what data Registration collects and
how it is managed and used, see:

http://java.sun.com/javase/registration/JDKRegistrationPrivacy.html

Press Enter to continue…..

Done. →解凍完了!

次にハイパーリンクを張る。

参考 http://d.hatena.ne.jp/hkano/20081014

Written by nextschool

1月 15th, 2010 at 2:39 am

Posted in ゼミ, 設定

Tagged with ,

Atom箱の作成

without comments

今日はAtomを使ってベアボーン2台を作成しました。[Atom]

光学ドライブはOSをインストールするときにのみ使用なので1台を購入。 [光学ドライブ]

メモリ DDR2の2GB [DDR2]

HDD 7200rpmの500GB [HDD]
電源 付属の200w
Sample[sexy-lightbox href='/wp/wp-content/uploads/2010/01/IMG_1980b.jpg' title='マザボ取り付け']Sample[/sexy-lightbox]Sample

Sample[sexy-lightbox href='/wp/wp-content/uploads/2010/01/IMG_1987b.jpg' title='電源取り付け']Sample[/sexy-lightbox]Sample Sample[sexy-lightbox href='/wp/wp-content/uploads/2010/01/IMG_1991b.jpg' title='OSインストール中']Sample[/sexy-lightbox]Sample

Written by nextschool

1月 4th, 2010 at 1:59 am

Posted in ゼミ, 情報系, 設定

Tagged with

素人思考、玄人実行

without comments

かなり前に買っていたのだけれどようやく読み終えました。
筆者の実体験に基づいて書かれているため、読んでいて爽快な気持ちになったり、追求の深さを感じられたり、迷ったり不安になったりすることは良くあることだし正常である、などをわかりやすい章で解説。再読したい本。

素人のように考え、玄人として実行する―問題解決のメタ技術 (PHP文庫)
金出 武雄
09月06日{book['rank']


Written by nextschool

1月 2nd, 2010 at 9:51 pm

Posted in 読書

Tagged with

Hadoop Based Data Mining

without comments

Hw09 Hadoop Based Data Mining Platform For The Telecom Industry
感嘆のため息が漏れました・・・
中国語で読めないところがあったので院生に聞いてみたい。

Written by nextschool

1月 2nd, 2010 at 5:30 am

Posted in eスクール, ゼミ, 情報系

Tagged with ,