Hi there,
I got the error msg "Error connecting to the servers: localhost" when I try to load a csv file. The database is setup on a three host cluster (server1, server2, server3).
This is the command I use: "csvloader --skip 1 -r ../a/b/20160130 --file xxx.csv table1". I ran this command from server2.
I could ssh to "localhost" without a problem from this host. The only way I could got the loader to work now is I specify another host on the cluster by using "-s server3".
What am I missing here?
I got the error msg "Error connecting to the servers: localhost" when I try to load a csv file. The database is setup on a three host cluster (server1, server2, server3).
This is the command I use: "csvloader --skip 1 -r ../a/b/20160130 --file xxx.csv table1". I ran this command from server2.
I could ssh to "localhost" without a problem from this host. The only way I could got the loader to work now is I specify another host on the cluster by using "-s server3".
What am I missing here?
Comment