再挑戦:hiveをいれてみる

ここから安定版を落としてくる。
http://hive.apache.org/releases.html

[nashuaki@hostname /usr/local/hive]$ ./bin/hive
Hive history file=/tmp/nashuaki/hive_job_log_nashuaki_201104011605_1439988566.txt
hive> 

・・・できた?
ビルドもいらなかった(´-ω-`)
昨日あんな苦労したのはなんだったんだろ(-ω-;)ウーン

ちょっと動かしてみた

hive> create table hello_hive(id int, name string);
OK
Time taken: 1.38 seconds

hive> show tables;
OK
hello_hive
Time taken: 0.144 seconds

hive> desc hello_hive;
OK
id	int	
name	string	
Time taken: 0.221 seconds

でけた。
sql文まんまでらくちん♪
むふふ。。。。(((o・ω・)♪