30001
编号 | 错误信息 |
---|---|
30001 |
No matching method for string with string |
-
错误原因
向UDF函数传入了错误的参数数量或者类型。
-
解决方案
请保证按照UDF的定义要求传入参数。
30003
编号 | 错误信息 |
---|---|
30003 |
StatsPublisher cannot be obtained. There was a error to retrieve the StatsPublisher, and retrying might help. If you dont want the query to fail because accurate statistics could not be collected, set hive.stats.reliable=false |
-
错误原因
无法获取指定的StatsPublisher。
-
解决方案
如果希望执行该ANALYZE语句时不因报错终止,请将hive.stats.reliable设置为false,但注意设置为fales后,统计数据将不可靠。
30004
编号 | 错误信息 |
---|---|
30004 |
StatsPublisher cannot be initialized. There was a error in the initialization of StatsPublisher, and retrying might help. If you dont want the query to fail because accurate statistics could not be collected, set hive.stats.reliable=false |
-
错误原因
无法初始化指定的StatsPublisher。
-
解决方案
如果希望执行该ANALYZE语句时不因报错终止,请将hive.stats.reliable设置为false,但注意设置为fales后,统计数据将不可靠。
30005
编号 | 错误信息 |
---|---|
30005 |
StatsPublisher cannot be connected to. There was a error while connecting to the StatsPublisher, and retrying might help. If you dont want the query to fail because accurate statistics could not be collected, set hive.stats.reliable=false |
-
错误原因
无法连接指定的StatsPublisher。
-
解决方案
如果希望执行该ANALYZE语句时不因报错终止,请将hive.stats.reliable设置为false,但注意设置为fales后,统计数据将不可靠。
30006
编号 | 错误信息 |
---|---|
30006 |
Error in publishing stats. There was an error in publishing stats via StatsPublisher, and retrying might help. If you dont want the query to fail because accurate statistics could not be collected, set hive.stats.reliable=false |
-
错误原因
StatsPublisher在发布统计信息时出错。
-
解决方案
如果希望执行该ANALYZE语句时不因报错终止,请将hive.stats.reliable设置为false,但注意设置为fales后,统计数据将不可靠。
30007
编号 | 错误信息 |
---|---|
30007 |
StatsPublisher cannot be closed. There was a error while closing the StatsPublisher, and retrying might help. If you dont want the query to fail because accurate statistics could not be collected, set hive.stats.reliable=false |
-
错误原因
无法关闭指定的StatsPublisher。
-
解决方案
如果希望执行该ANALYZE语句时不因报错终止,请将hive.stats.reliable设置为false,但注意设置为fales后,统计数据将不可靠。
30022
编号 | 错误信息 |
---|---|
30022 |
DB-Link already exists: string |
-
错误原因
新建dblink的名称已经被其他dblink占用。
-
解决方案
请为该dblink选择其他名称定义。
30023
编号 | 错误信息 |
---|---|
30023 |
DB-Link does not exist |
-
错误原因
当前删除的dblink不存在指定数据库中。
-
解决方案
请检查被删除的dblink是否存在于当前数据库中。
30024
编号 | 错误信息 |
---|---|
30024 |
Inceptor only accepts non-equal join conditions WITH an equal join condition |
-
错误原因
{product} 在 JOIN 的条件中,JOIN 条件为不等条件时,必须要接一个相等条件。
-
解决方案
请确保 JOIN 条件的构建是符合规范的。
30025
编号 | 错误信息 |
---|---|
30025 |
The correlated subquery has no equal correlation with main query |
-
错误原因
关联子查询中没有提供和主查询关联的等值条件。
-
解决方案
请保证在关联子查询中提供和主查询相关的关联条件。
30026
编号 | 错误信息 |
---|---|
30026 |
Non native table doesn’t have partitions |
-
错误原因
不能对非本地表定义分区。
-
解决方案
请放弃当前操作。
30031
编号 | 错误信息 |
---|---|
30031 |
Couldn’t get license from ZooKeeper. Please check the corresponding configurations. |
-
错误原因
无法获得授权的License。
-
解决方案
请检查License是否过期或者相关配置是否正确。
30032
编号 | 错误信息 |
---|---|
30032 |
License not initialized. |
-
错误原因
Licence没有被初始化。
-
解决方案
请检查License的相关配置是否正确。
30033
编号 | 错误信息 |
---|---|
30033 |
Your license edition string is not available of feature string. Required edition: string. |
-
错误原因
该功能只有指定版本的License支持。
-
解决方案
请升级License或放弃此操作。
30034
编号 | 错误信息 |
---|---|
30034 |
There was an error when execute streamsql query. |
-
错误原因
执行Slipstream SQL时出现错误。
-
解决方案
请重新尝试。
30035
编号 | 错误信息 |
---|---|
30035 |
Your cluster don’t install the license for the component |
-
错误原因
当前集群没有安装相关组件的License。
-
解决方案
不可使用该功能,若需使用请升级License。
30036
编号 | 错误信息 |
---|---|
30036 |
Application does not exist: string |
-
错误原因
当前操作的application不存在。
-
解决方案
请检查所操作的application是否存在于指定数据库。
30037
编号 | 错误信息 |
---|---|
30037 |
Application already exists: string |
-
错误原因
创建application时指定了一个被占用的名称。
-
解决方案
请为创建的application重新选择一个未被占用名称。
30038
编号 | 错误信息 |
---|---|
30038 |
Job already exists: string |
-
错误原因
创建job时指定了一个被占用的名称。
-
解决方案
请为创建的application重新选择一个未被占用名称。
30039
编号 | 错误信息 |
---|---|
30039 |
Job does not exist: string |
-
错误原因
不存在当前所操作的job。
-
解决方案
请检查所操作的job是否存在于指定数据库。
30040
编号 | 错误信息 |
---|---|
30040 |
Application is not empty: string |
-
错误原因
当前application不为空,不可以删除。
-
解决方案
请先清空当前application中的jobs,再删除该application。
30041
编号 | 错误信息 | SQLState |
---|---|---|
30041 |
Drop sequence string is partial failed. Please retry. |
72000" |
-
错误原因
删除SEQUENCE失败,可能被其他实例占用。
-
解决方案
请重新尝试。
30052
编号 | 错误信息 |
---|---|
30041 |
sort_array_by only takes ASC or DESC as the last argument |
-
错误原因
SORT_ARRAY_BY函数的最后一个参数值不合法。
-
解决方案
修改SORT_ARRAY_BY函数的最后一个参数为 'ASC' 或 'DESC'。