背景:将测试环境的中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

相关文章:

  • 2021-10-08
  • 2021-12-04
  • 2021-09-18
  • 2022-12-23
  • 2022-12-23
  • 2021-12-30
  • 2021-08-22
猜你喜欢
  • 2021-08-10
  • 2021-06-28
  • 2021-04-11
  • 2021-09-02
  • 2021-08-29
  • 2021-05-23
  • 2022-01-22
相关资源
相似解决方案