本文介绍了Amazon Athena:在投入方面没有可行的替代方案的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在 Athena 中创建表时;它给了我以下异常:

While creating a table in Athena; it gives me following exception:

没有可行的替代方案

推荐答案

表名中不允许使用连字符..(虽然向导允许).. 只需删除连字符,它就像一个魅力

hyphens are not allowed in table name.. ( though wizard allows it ) .. Just remove hyphen and it works like a charm

这篇关于Amazon Athena:在投入方面没有可行的替代方案的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-26 22:14