首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Apache的generated.java文件位置

Apache的generated.java文件位置
EN

Stack Overflow用户
提问于 2019-03-14 09:35:54
回答 1查看 1.1K关注 0票数 1

我正在犯以下错误:

代码语言:javascript
复制
ERROR CodeGenerator: failed to compile: org.codehaus.commons.compiler.CompileException: File 'generated.java', Line 739, Column 34: A method named "toString" is not declared in any enclosing class nor any supertype, nor through a static import
org.codehaus.commons.compiler.CompileException: File 'generated.java', Line 739, Column 34: A method named "toString" is not declared in any enclosing class nor any supertype, nor through a static import

在哪里可以找到这个'generated.java'文件?

我正在使用一个主节点和3个工作节点.

SPARK版本: 2.3.0

EN

回答 1

Stack Overflow用户

发布于 2019-06-05 12:13:09

您可以通过调用以下方法将其转储到stdout:

代码语言:javascript
复制
dataset.queryExecution().debug().codegen();

另见:https://stackoverflow.com/a/55350403/612704

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/55159117

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档