为了更快的定位您的问题,请提供以下信息,谢谢
【详述】问题详细描述
【背景】做过哪些操作?
【业务影响】
【StarRocks版本】docker容器
采用了两个容器镜像分别测试
starrocks/allin1-ubuntu:3.1.2
starrocks/allin1-ubuntu:3.0.3
现状:
apache hive2.3.3的元数据迁移到ambari2.7.3+hdp3.1.0的hive,hive3.1.0
只迁移了hive元数据,而没有迁移数据。
sr基于hive创建外表
查询hive外表
3.0.3报异常:msg: File /user/hive/warehouse/xxx/xxx.db/xxx/part_date=20230424 does not exist.
3.1.2无异常:查询返回empty (查不到数据是正常,因为没有迁移数据)