I have JMeter (2.8) tests which are working perfectly when run locally and fail when run remotely.
The only difference how I run those is -r switch (or -R <list of machines>), all other parameters are exactly same.
Test are failing in remote mode since variables which should contain values from CSV file contain <EOF> value - this means that test failed to load CSV file.
I've uploaded CSV files to bin directory of JMeter on each remote machine (as someone suggested), but this doesn't help.
I'm using Linux machines.