无法读取字段”timeProcess”,因为”this.parquetReaderStats”为空。

huangapple go评论64阅读模式
英文:

Cannot read field "timeProcess" because "this.parquetReaderStats" is null

问题

我正在使用 Apache Drill 来打开一个 Parquet 文件。

在运行 drill-embedded 之后,根据 官方文档,我运行以下命令:

apache drill> SELECT * FROM `dfs`.`/path/to/my/file.parquet`;

但我收到以下错误信息:

错误: INTERNAL_ERROR ERROR: 无法读取字段 "timeProcess",因为 "this.parquetReaderStats" 为空

片段: 0:0

请查看日志以获取更多信息。

[错误标识: a5b9bc2e-1c9b-4ef3-94d7-f245aa1a55db on MYUSERNAME:31010] (state=,code=0)
英文:

I'm using Apache Drill to open a parquet file.

After drill-embedded, following the official documentation I run:

apache drill> SELECT * FROM `dfs`.`/path/to/my/file.parquet`;

But I get the following error in return:

Error: INTERNAL_ERROR ERROR: Cannot read field "timeProcess" because "this.parquetReaderStats" is null

Fragment: 0:0

Please, refer to logs for more information.

[Error Id: a5b9bc2e-1c9b-4ef3-94d7-f245aa1a55db on MYUSERNAME:31010] (state=,code=0)

答案1

得分: 1

错误是次要的,它不会显示底层问题。如果您来到Drill Slack频道或用户邮件列表,就可以进一步调查。带上的重要信息包括Drill的版本和失败查询的JSON配置文件(可从Drill Web界面的"Profiles"选项卡中获得,网址为http://localhost:8047,因为您正在运行嵌入式Drill)。

英文:

That error is a secondary one that doesn't reveal the underlying problem. If you come to the Drill Slack channel or user mailing list it will be possible to investigate fuether. Important information to bring you with is the version of Drill and the JSON profile of a failed query (accessible from the Profiles tab of the Drill web UI which will be at http://localhost:8047 since you're running embedded Drill).

huangapple
  • 本文由 发表于 2023年2月24日 00:35:49
  • 转载请务必保留本文链接:https://go.coder-hub.com/75547719.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定