hadoop
Aaronns
技术爱好者
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
(转)hive sql 学习笔记(1)
一、 创建表 在官方的wiki里,example是这样的:Sql代码CREATE [EXTERNAL] TABLE [IF NOT EXISTS] table_name [(col_name data_type [COMMENT col_comment], ...)] [COMMENT table_comment]转载 2014-06-09 21:07:41 · 719 阅读 · 0 评论 -
Hbase与eclipse集成的第一个例子
1、运行Eclipse,创建一个新的Java工程“HBaseClient”,右键项目根目录,选择 “Properties”->“Java Build Path”->“Library”->“Add External JARs”,将HBase解压后根目录下的hbase-0.94.1-security.jar、hbase-0.94.1-security-tests.jar和lib子目录下所有jar 包添转载 2014-06-09 22:41:52 · 418 阅读 · 0 评论 -
Hive基本命令整理
创建表:hive> CREATE TABLE pokes (foo INT, bar STRING); Creates a table called pokes with two columns, the first being an integer and the other a string创建一个新表,结构与其他一样hive> create table n转载 2014-06-09 21:25:54 · 566 阅读 · 0 评论
分享