I am working with PDI and Carte Cluster. My goal is to successfully run a transformation/ job on a Carte cluster. I already have deployed each Carte server running as a docker container.
From PDI Client, I connected to Pentaho Repository, opened up a .ktr file (transformation) and set it to run on the configurated Carte Cluster. However while executing the trans, I got:
ERROR: Socket is not connected
when a slave is trying to connect to the master. Then the transformation stopped and produced no results.
What should I do to fix this socket connection problem?
P/s: I am working on servers in a private LAN, so if you need any more details, leave a comment below and I will add them to the question.