SYNC_HIVE
本章节仅适用于MRS 3.5.0-LTS及之后版本。
命令功能
同步Hudi表(存储层中的Hudi数据目录)到Hive。
命令格式
call sync_hive(table => '[table]', tablePath => '[tablePath]')
参数描述
参数 |
描述 |
是否必填 |
---|---|---|
table |
需要同步到hive的表名 |
是,表可以不存在,不存在会创建该表 |
tablePath |
存储层中的Hudi数据目录的路径 |
是 |
示例
call sync_hive(table => 'hudi_table', tablePath => '/user/hive/warehouse/hudi_table')
系统响应
可在客户端中查看查询结果。