检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
创建用户并授权使用CloudTable 如果您需要对您所拥有的云服务进行精细的权限管理,您可以使用统一身份认证服务(Identity and Access Management,简称IAM)。通过IAM,您可以: 根据企业的业务组织,在您的云账号中,给企业中不同职能部门的员工创建IAM用
CLICKHOUSE_SECURITY_ENABLED=false user=default password= clusterName=default_cluster databaseName=testdb tableName=testtb batchRows=10000 batchNum=10 c
delete request. table.delete(delete); LOG.info("Delete table successfully."); } catch (IOException e) { LOG.error("Delete table failed
admin.deleteTable(tableName);//注[1] } LOG.info("Drop table successfully."); } catch (IOException e) { LOG.error("Drop table failed
toString(CellUtil.cloneValue(cell))); } LOG.info("Get data successfully."); } catch (IOException e) { LOG.error("Get data failed
admin.deleteTable(tableName);//注[1] } LOG.info("Drop table successfully."); } catch (IOException e) { LOG.error("Drop table failed
核实集群是否真实存在。 416 CloudTable.0140 project_id 或者cluster_id检查无效 project_id 或者cluster_id检查无效。 检查请求的project_id或者cluster_id是否有效。 418 CloudTable.0135 TSD单元数量参数为空
LOG.info("put exception", e); } }); LOG.info("Put successfully."); } catch (IOException e) { LOG.error("Put failed ", e);
ZooKeeper直接内存使用百分比统计。 % 60 cluster_number_of_sent_packets zookeeper发包个数 zookeeper节点发送的packet个数。 Count 60 cluster_number_of_received_packets zookeeper收包个数
据交换。 MySQL引擎使用语法: CREATE DATABASE [IF NOT EXISTS] db_name [ON CLUSTER cluster] ENGINE = MySQL('host:port', ['database' | database], 'user', 'password')
admin.enableTable(tableName); } LOG.info("Modify table successfully."); } catch (IOException e) { LOG.error("Modify table failed
toString(CellUtil.cloneValue(cell))); } LOG.info("Get data successfully."); } catch (IOException e) { LOG.error("Get data failed
当接口调用出错时,会返回错误码及错误信息说明,错误响应的Body体格式如下所示。 { "error_msg": "Invalid cluster name.", "error_code": "12000002" } 其中,error_code表示错误码,error_msg表示错误描述信息。
getClusterStatus()); LOG.info(admin.listNamespaceDescriptors()); LOG.info("Table created successfully."); } else { LOG.warn("table
getClusterStatus()); LOG.info(admin.listNamespaceDescriptors()); LOG.info("Table created successfully."); } else { LOG.warn("table
登录表格存储服务管理控制台。 单击“服务列表 > 云监控服务 > 自定义监控 > Service.CloudTable”,进入云监控页面。 根据cluster id/instance name/tenantName,查询对应的集群。 单击操作列的“查看监控指标”,进入监控指标页面。 父主题:
getClusterStatus()); LOG.info(admin.listNamespaceDescriptors()); LOG.info("Table created successfully."); } else { LOG.warn("table
使用限制 使用CloudTable前,您需要认真阅读并了解以下使用限制。 CloudTable集群必须创建在VPC子网内。 建议使用支持的浏览器登录表格存储服务。 Chrome:36.0及更高版本 Mozilla FireFox:35.0及更高版本 Internet Explorer:9
普通查询 功能介绍 CloudTable标签索引基于Lucene语法,提供了自研的查询接口LemonTable.query(LemonQuery query)。 样例代码 public void testNormalQuery() { LOG.info("Entering testNormalQuery
// Submit a put request. table.put(puts); LOG.info("Put successfully."); } catch (IOException e) { LOG.error("Put failed " ,e);