failed to retrieve columns for ods_order_detail_coupon_inc. MetaException(message:java.lang.UnsupportedOperationException: Storage schema reading not supported)
时间: 2024-03-26 18:37:20 浏览: 229
这是一个MetaException错误,通常是由于元数据服务出现问题导致的。错误消息中提到了“java.lang.UnsupportedOperationException: Storage schema reading not supported”,这可能是由于存储模式无法读取而导致的。这可能需要检查你的存储配置或元数据服务,以确保表格的存储模式正确配置,并且元数据服务正常运行。你可以尝试重新启动元数据服务或检查元数据存储中的配置。
相关问题
org.apache.hadoop.hive.ql.metadata.HiveException:Unable to fetch table ods_preprocess_vehicle_data. Could not retrieve transaction read-only status from server
这个错误是由于在从Hive中读取表时出现了异常。可能是因为表不存在或者没有足够的权限来读取表。另外,也有可能是由于Hive服务器无法检索事务只读状态而导致的。建议你检查一下表是否存在,是否有足够的权限来读取表,以及Hive服务器的状态是否正常。如果问题仍然存在,你可以尝试重新启动Hive服务并重新执行查询。
application server was not connected before run configuration stop, reason: java.io.ioexception: failed to retrieve rmiserver stub: javax.naming.serviceunavailableexception [root exception is java.rmi.connectexception: connection refused to host: localhost; nested exception is: java.net.connectexception: connection refused: connect]
在运行配置停止之前,应用程序服务器没有连接,原因是:java.io.IOException:无法检索RMI服务器存根:javax.naming.ServiceUnavailableException [根本异常是java.rmi.ConnectException:连接到主机被拒绝:localhost;嵌套异常是:java.net.ConnectException:连接被拒绝:连接]。
阅读全文