kettle 连接 hive

1.修改 kettle 安装目录下 /data-integration/plugins/pentaho-big-data-plugin/plugin.properties  文件中 

active.hadoop.configuration=cdh510 的值。

2.把 hadoop 和 hive 的配置文件,如:core-site.xml, hdfs-site.xml, yarn-site.xml, hive-site.xml, mapred-site.xml 复制到 Kettle安装目录/data-integration/plugins/pentaho-big-data-plugin/hadoop-configurations/cdh510/下

3.复制 hive lib目录下 hive开头的 jar 包到 kettle lib 目录下和 kettle 

/data-integration/plugins/pentaho-big-data-plugin/hadoop-configurations/cdh510/lib 目录下。

4.我的 hive、kettle、hadoop 版本 

          hive版本:hive-latest.tar.gz(hive-1.1.0-cdh5.16.1)

          hadoop版本:hadoop-latest.tar.gz(hadoop-2.6.0-cdh5.16.1)

          kettle版本:pdi-ce-7.1.0.0-12

5.参考文档:https://blog.csdn.net/rav009/article/details/82887439

你可能感兴趣的:(kettle)