You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://github.com/stealthly/scala-kafka
When I did the vagrant up command on Windows 8.1 with VirtualBox, Vagrant, and putty installed eventually the following error happens:
zookeeper: /vagrant/vagrant/kafka.sh: line 17: $'\r': command not found
: invalid signal specificationt/kafka.sh: line 19: trap: ERR
==> zookeeper: /vagrant/vagrant/kafka.sh: line 20: $'\r': command not found
==> zookeeper: /vagrant/vagrant/kafka.sh: line 21: syntax error near unexpected
token $'\r'' '=> zookeeper: /vagrant/vagrant/kafka.sh: line 21:founderror()
Probably most of the .sh files would cause the same. There are no bin/*.bat files
Is this vagrant setup meant for Windows? If not, maybe that should be called out.
The text was updated successfully, but these errors were encountered:
https://github.com/stealthly/scala-kafka
When I did the vagrant up command on Windows 8.1 with VirtualBox, Vagrant, and putty installed eventually the following error happens:
zookeeper: /vagrant/vagrant/kafka.sh: line 17: $'\r': command not found
: invalid signal specificationt/kafka.sh: line 19: trap: ERR
==> zookeeper: /vagrant/vagrant/kafka.sh: line 20: $'\r': command not found
==> zookeeper: /vagrant/vagrant/kafka.sh: line 21: syntax error near unexpected
token
$'\r'' '=> zookeeper: /vagrant/vagrant/kafka.sh: line 21:
founderror()Probably most of the .sh files would cause the same. There are no bin/*.bat files
Is this vagrant setup meant for Windows? If not, maybe that should be called out.
The text was updated successfully, but these errors were encountered: