Dave Jagoda created SAMZA-2559:
----------------------------------
Summary: bin/grid assumes nc is installed and in path
Key: SAMZA-2559
URL: https://issues.apache.org/jira/browse/SAMZA-2559
Project: Samza
Issue Type: Bug
Components: hello-samza
Affects Versions: 1.5
Environment: Fresh install of CentOS 7:
NAME="CentOS Linux"
VERSION="7 (Core)"
Reporter: Dave Jagoda
If nc is not installed or not in the path, this check will fail:
{quote}ZooKeeper JMX enabled by default
Using config: /home/vagrant/hello-samza/deploy/zookeeper/bin/../conf/zoo.cfg
Starting zookeeper ... STARTED
Waiting for zookeeper to start...
....................
Error: timed out while waiting for zookeeper to start.
$ echo $?
1
{quote}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)