参考
http://www.cnblogs.com/John-Young/p/6349252.html
https://wenku.baidu.com/view/fb20216858fafab069dc0241.html
说明,不涉及集群搭建,只是远程执行作业的设定
使用场景
本地设计好job之后,本地无法连接到目标数据库的时候,需要上传到某个可以连接数据库的服务器(安装了PDI)执行。
启动服务器
参考命令:
./carte.sh 192.168.137.137 8090 -u cluster -p cluster
配置参考
https://wiki.pentaho.com/display/EAI/Carte+Configuration
https://help.pentaho.com/Documentation/7.0/0L0/0Y0/060/060
配置文件:
carte-config-8081.xml
没有做集群,所以删除master部分的配置,示例配置在pwd目录下
<slave_config> <!-- Document description... - masters: You can list the slave servers to which this slave has to report back to. If this is a master, we will contact the other masters to get a list of all the slaves in the cluster. - report_to_masters : send a message to the defined masters to let them know we exist (Y/N) - slaveserver : specify the slave server details of this carte instance. IMPORTANT : the username and password specified here are used by the master instances to connect to this slave. -