Impala: ERROR: AnalysisException: Partition spec does not exist:

江枫思渺然 提交于 2019-12-24 02:18:49

问题


I am trying to query for: show files in tableA partition (column_key1=value1, column_key2=value2) However, that throws off an error: ERROR: AnalysisException: Partition spec does not exist: (column_key1=value1, column_key2=value2) whereas this partition does exist, and also has the necessary files I'm looking in the table.

The objective is to first check if the partition exists, if so, show the files in that partition.

Related: https://community.cloudera.com/t5/Interactive-Short-cycle-SQL/Partition-Spec-Does-Not-Exist-error/td-p/33460

来源:https://stackoverflow.com/questions/40739022/impala-error-analysisexception-partition-spec-does-not-exist

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!