zoukankan      html  css  js  c++  java
  • kettle处理未发现hadoop插件问题

    背景:将测试环境的中kettle转换传输到生产环境上出现hadoop插件无法获取的错误

    Hadoop File Output 2.0 - ERROR (version 7.1.0.0-12, build 1 from 2017-05-16 17.18.02 by buildguy) : Can't run transformation due to plugin missing
    Hadoop File Output 2.0 - ERROR (version 7.1.0.0-12, build 1 from 2017-05-16 17.18.02 by buildguy) : Error initializing step [Hadoop File Output 2]
    

    原因
    迁到生产后,因为服务器带了主机名,所以在插件配置中使用主机名,而非ip地址。

    $ ls ${KETTLE_HOME}/plugins/pentaho-big-data-plugin/hadoop-configurations/cdh55/*.xml
    core-site.xml  mapred-site.xml  yarn-site.xml
    

    处理方式
    将里面的主机名改成ip地址即可。若遇到hadoop插件未发现的问题,可以考虑使用此法。

    参考链接:
    1
    2

  • 相关阅读:
    [包计划] date-fns
    [包计划] create-react-app
    [包计划] js-cookie
    [包计划] cheerio
    [包计划] 30-seconds-of-code
    new
    [源计划] array-first
    [源计划] is-sorted
    [源计划] array-flatten
    images
  • 原文地址:https://www.cnblogs.com/shenfeng/p/kettle_plugin_not_found.html
Copyright © 2011-2022 走看看