我想添加插件"pdi-google-spreadsheet- plugin -master“到pentaho的水壶汤匙。我下载了"pdi-google-spreadsheet- plugin -master“并将其解压为"C:\Pentaho\data-integration\plugins”,但我不知道从哪里可以在茶匙中使用这个插件。我还试图复制“D:\Pentaho\data-integration\plugins\step”,但无法看到或找到如何在变形或作业中使用该插件。
谢谢
发布于 2017-04-05 02:39:49
我认为你必须构建你下载的东西。构建这个插件是用Maven构建的。
$ git clone git@github.com:GlobalTechnology/pdi-google-spreadsheet-plugin.git
$ cd pdi-google-spreadsheet-plugin
$ mvn package这将在target/pdi-google-spreadsheet-plugin-{version}.zip中生成一个水壶插件。
此文件可以解压缩到您的Pentaho数据集成插件目录中。
https://stackoverflow.com/questions/43180967
复制相似问题