On 2013-09-30 7:32 AM, Aniket Bhatnagar wrote: > $ ./bin/zookeeper-server-start.sh config/zookeeper.properties > -bash: ./bin/zookeeper-server-start.sh: /bin/bash^M: bad interpreter: No > such file or directory
That looks like a line ending issue (\n vs \r\n). Did you upload the files with a bad windows ftp client? Try downloading them with a tool like wget or curl directly from the VM. Otherwise, try "dos2unix" to convert the line ending format.