[
https://issues.apache.org/jira/browse/SAMZA-293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14053767#comment-14053767
]
Jakob Homan commented on SAMZA-293:
-----------------------------------
+1
> 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
> Assignee: Yan Fang
> Priority: Minor
> Labels: newbie
> Attachments: SAMZA-293.patch
>
>
> 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)