[
https://issues.apache.org/jira/browse/SAMZA-318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14055069#comment-14055069
]
Yan Fang commented on SAMZA-318:
--------------------------------
Tested the patch. It works. Only a small thing:
Do we add
{code}
<version>${samza.version}</version>
{code}
for the <artifactId>samza-job-package</artifactId> as well? Then the job
package, samza-job-package-*-dist.tar.gz, will have the same version as the
samza dependencies. Otherwise, it seems a little confusing when the tar.gz name
is still 0.7.0 when we actually are using the 0.8.0-SNAPSHOT.
Thank you.
> Update the version in hello-samza intro webpage
> ------------------------------------------------
>
> Key: SAMZA-318
> URL: https://issues.apache.org/jira/browse/SAMZA-318
> Project: Samza
> Issue Type: Bug
> Reporter: Yan Fang
> Assignee: Yan Fang
> Labels: newbie
> Attachments: SAMZA-318.2.patch, SAMZA-318.patch
>
>
> currently it is
> {quote}
> tar -xvf ./samza-job-package/target/samza-job-package-0.7.0-dist.tar.gz -C
> deploy/samza
> {quote}
> it should be updated to
> {quote}
> tar -xvf ./samza-job-package/target/samza-job-package-0.8.0-dist.tar.gz -C
> deploy/samza
> {quote}
--
This message was sent by Atlassian JIRA
(v6.2#6252)