在终端下,rcfile及lzo格式的读取

rcfile格式:
hive --rcfilecat /file/tblog/page_claim/
lzo格式
hadoop fs -cat /file/tblog/page_claim/*.lzo | lzop -d|head

编程技巧