gpt4 book ai didi

shell - OOzie Shell -Impala 操作 XML 错误

转载 作者:可可西里 更新时间:2023-11-01 16:29:56 29 4
gpt4 key购买 nike

我正在尝试使用 ozzie 运行示例 impala 查询。运行 shell 时出现以下错误

Error: E0701 : E0701: XML schema error, cvc-complex-type.2.3: Element 'shell' cannot have character [children], because the type's content type is element-only.

HDFS 中的 Workflow.xml

  <workflow-app name="shell-impala-select-wf" xmlns="uri:oozie:workflow:0.4">
    <start to="shell-impala-select"/>
        <action name="shell-impala-select">
            <shell xmlns="uri:oozie:shell-action:0.1">
                <job-tracker>${jobTracker}</job-tracker>
                <name-node>${nameNode}</name-node>
<configuration>
<property>
<name>mapred.job.queue.name</name>
<value>${queueName}</value>
</property>
</configuration>
                <exec>script.sh</exec>
                <file>${appPath}/script.sh#script.sh</file>
                <file>${appPath}/first_impala.iql#first_impala.iql</file>
           </shell>
           <ok to="end"/>
           <error to="kill"/>
        </action>
     <kill name="kill">
<message>Action failed, error message[${wf:errorMessage(wf:lastErrorNode())}]</message>
     </kill>
    <end name="end"/>
</workflow-app>

我检查过..这是一个有效的 XML。first_impala.iql 有一个 select count(*) 查询。

最佳答案

Oozie 验证命令表明这是有效的 XML。不过,我最近遇到了我自己的 XML 的相同错误消息。它是由一些无效的空白字符以某种方式进入我的 XML(最有可能是杂散的复制/粘贴)引起的。尝试从每一行中删除所有前导/尾随空格,并查找可能无效的任何其他字符。 Stack Overflow 可能已经从您的帖子中删除了无效字符。

关于shell - OOzie Shell -Impala 操作 XML 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38666023/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com