HDInsights 中的 Hive 问题

Hive issues in HDinsights

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

ERROR exec.DDLTask: org.apache.hadoop.hive.ql.metadata.HiveException: MetaException(message:java.lang.IllegalArgumentException: java.net.URISyntaxException: Relative path in absolute URI:).

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

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

能否提供如下路径:

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”。

希望对您有所帮助。