腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
1
回答
如何用Hive处理所有
Hbase
数据
、
、
、
、
我有一个750 the数据的
HBase
。
HBase
中的所有数据都是时间序列传感器数据。而且,我的行键设计是这样的;我想为批处理(例如HDFS上的CSV格式)准备
hbase
中的所有数据。但是在
hbase
中有很多数据。
浏览 2
提问于2019-07-13
得票数 1
回答已采纳
2
回答
在
HBase
中创建表出错
、
我是
hbase
的新手,并尝试使用以下命令在hortonworks沙箱
hbase
shell中创建一个表:在这样做时,我一直收到以下错误:Examples:
hbase
>
create
't1&
浏览 5
提问于2014-06-30
得票数 0
1
回答
org.apache.hadoop.
hbase
.MasterNotRunningException
、
、
在这里,我尝试使用
hbase
创建表格。此时将出现org.apache.hadoop.
hbase
.MasterNotRunningException。
浏览 0
提问于2014-03-31
得票数 0
1
回答
如何从与
hbase
集成的hive表中获取最新版本的数据?
、
、
、
如果我在
hbase
中的表有3个版本,并且我已经将ahive表集成到这个
hbase
表中。那么,如何从蜂巢表中只读取最新版本的记录呢?
浏览 0
提问于2018-04-20
得票数 0
回答已采纳
1
回答
在
hbase
shell中创建表:未初始化的常量
hbase
(main):004:0>
create
'test', {NAME => 'test', INDEX => 'test'} NameError: uninitialized constant
浏览 0
提问于2015-01-19
得票数 0
2
回答
我无法看到'
hbase
(main):001:0>‘提示符,并且在尝试'
create
’命令时抛出错误
$ bin/
hbase
shell创建'emp','n1‘创建'emp','n1’下面是该命令
浏览 1
提问于2012-04-20
得票数 0
1
回答
用
Hbase
进入蜂巢,有可能吗?
、
、
、
、
我的数据存储在蜂巢中,我希望从
Hbase
获得快速的性能。这个是可能的吗?是否有另一个框架可以使用内存访问蜂箱?只是没有火花。
浏览 2
提问于2015-10-16
得票数 0
回答已采纳
1
回答
列有2个元素,而
hbase
.columns.mapping在从
hbase
创建单元表时有3个元素错误
、
、
、
、
hloan是我现有的
hbase
表。请帮帮忙。
create
external table sample(id int, name string)WITH SERDEPROPERTIES("
hbase
.columns.mapping"=":key,hl:id,hl:name") TBLPROPERTIES ("
hbase</
浏览 0
提问于2018-11-13
得票数 1
回答已采纳
1
回答
[Hive
HBase
集成],在创建支持自动导入数据到
hbase
表的hive表时,如何设置属性
hbase
.columns.mapping的值?
、
创建'org.apache.hadoop.hive.
hbase
.HBaseStorageHandler‘用SERDEPROPERTIES ( "
hbase
.columns.mapping“= ":key,a:b,a:c,d:e”)存储的表
hbase
_table_1 (key int,value1 string,value2 int,value3 int ); 插入重写表
hbase
_table_1 SELECTfoo,bar,foo+1,foo+2 FROM pokes foo=98 OR fo
浏览 13
提问于2017-02-14
得票数 0
回答已采纳
1
回答
错误: java.io.IOException:表名称空间管理器尚未准备好,稍后再试
、
、
、
、
Examples:
hbase
>
create
'ns1:t1', {NAME => 'f1', VERSIONS => 5}
hbase
>
create
:
hbase
浏览 2
提问于2015-03-12
得票数 3
回答已采纳
1
回答
读取
hbase
表时挂起Mapreduce作业
、
、
、
、
我有这样一个4节点hadoop分布式集群(包括
hbase
)。node1- namenode +
hbase
主+动物园管理员 集群的设置似乎还不错,因为所有的WEB (
hbase
、namenode、资源管理器)都即将出现。如果我在mapreduce代码中显式地提到
浏览 7
提问于2015-10-02
得票数 0
回答已采纳
1
回答
细胞和
Hbase
表
、
我有一个IBM云,在这里我有Hive/
Hbase
,我只是在Hive上创建了一个“表”,我还从一个csv文件中加载了一些数据。hive>
create
table if not exists app_desc (name string, category现在我要做的是创建一个
HBASE
表,我的问题是我不知道如何正确地完成它。
create
external table uamibm13
浏览 1
提问于2018-11-04
得票数 1
回答已采纳
1
回答
HBase
-创建表时出错
、
、
我遵循了本页中给出的步骤
hbase
(main):001:0>
create
't1',Examples:
hbase
>
浏览 1
提问于2014-03-15
得票数 0
2
回答
如何将
HBase
行键拆分为蜂窝表中的2列
、
、
HBase
表行键: 2020-02-02^ghfgewr3434555timestamp=1604405829275,value=false将
HBase
浏览 0
提问于2020-11-07
得票数 1
回答已采纳
1
回答
无法有效映射
HBase
表中的HIve行键
、
、
、
我有一个
HBase
表,其中的行键看起来如下所示。
create
external table hbstored by 'org.apache.hadoop.hive.
hbase
.HBaseStorageHandler'tblproperties("
hbase
.table
浏览 2
提问于2018-02-26
得票数 0
2
回答
配置单元-无法在
Hbase
存储的外部表中创建分区
、
、
HBase
表规范DATA_BLOCK_ENCODING在配置单元中创建外部表:WITH SERDEPROPERTIES ("
hbase
.c
浏览 2
提问于2012-08-30
得票数 0
2
回答
hbase
java程序eclipse未运行
、
、
、
我的
hbase
java代码来创建表 } Exception in thread"main" java.lang.NoClassDefFoundError: org/apac
浏览 18
提问于2017-08-22
得票数 0
2
回答
在星火作业中写入
HBase
:一个存在类型的难题
、
、
、
、
我正在尝试编写一个Spark作业,它应该将其输出放入
HBase
中。
浏览 8
提问于2014-05-13
得票数 4
回答已采纳
3
回答
我无法在我的mac中运行
hbase
standalone
我遵循这个快速入门的说明,但无法在我的pc上运行
hbase
standalone。有人能帮上忙吗?: KeeperErrorCode = Session expired for /
hbase
/master at org.apache.zookeeper.KeeperException.
create
(KeeperException.java:51
浏览 1
提问于2014-01-13
得票数 6
2
回答
在flink sql中创建时态表时如何设置
hbase
事件时间
、
、
TIMESTAMP(3),) id string,name string PRIMARY KEY (id) NOT ENFORCEDselect id
浏览 32
提问于2021-11-09
得票数 0
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
源码系列之 create
【HBase笔记】从洗袜子到hbase
【HBase大爆炸】HBase之常用Shell命令
How to create a topic in kafka(2)
How to create a topic in Kafka(1)
热门
标签
更多标签
云服务器
ICP备案
腾讯会议
对象存储
云直播
活动推荐
运营活动
广告
关闭
领券