Yan Fang created SAMZA-293:
------------------------------
Summary: Running install command of bin/grid alone will not succeed
Key: SAMZA-293
URL: https://issues.apache.org/jira/browse/SAMZA-293
Project: Samza
Issue Type: Bug
Components: hello-samza
Reporter: Yan Fang
Priority: Minor
If we directly run
{code}
bin/grid install [yarn/kafka/zookeeper]
{code}
in hello-samza, it will not succeed because it can not find the
$BASE_DIR/deploy folder, which is only created in the bootstrap method.
So we should add
{code}
mkdir -p "$DEPLOY_ROOT_DIR"
{code}
in each install method.
It is helpful because sometimes the users already have some of the
applications, such as zookeeper, kafka, running, they only want to install the
missing parts, such as yarn.
--
This message was sent by Atlassian JIRA
(v6.2#6252)