HDinsights中的蜂巢问题

时间:2019-03-21 06:14:58

标签: azure hive hdinsight

当我在Azure HDInsights群集中运行配置单元查询时,出现以下错误消息:

  

错误exec.DDLTask:org.apache.hadoop.hive.ql.metadata.HiveException:   MetaException(message:java.lang.IllegalArgumentException:   java.net.URISyntaxException:绝对URI中的相对路径:)。

我不确定此错误的原因是什么。谁能解释这个错误是什么意思?

1 个答案:

答案 0 :(得分:0)

相对路径或绝对路径有问题。

请提供以下路径:

STORED AS TEXTFILE LOCATION 'wasb://"spark-container-name"@"storage-account-name".blob.core.windows.net/financedata/nikkei_stock_average_daily_en.csv';

有关更多详细信息,请参阅“ Address files in Azure Storage”。

希望这会有所帮助。