[
https://issues.apache.org/jira/browse/SAMZA-318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14053814#comment-14053814
]
Chris Riccomini commented on SAMZA-318:
---------------------------------------
Yea, I think we forged ahead without discussion here. As part of SAMZA-306, we
updated the version in hello-samza to 0.8.0:
https://github.com/apache/incubator-samza-hello-samza/blob/master/pom.xml
bq. My intuition would be the latest stable release (which should now be
mirrored) so that new users get a dependable, reproducible experience.
I tend to agree. This would also allow us to remove some complexity, since we
could actually depend on a real Maven release, rather than having to publish a
master release into the local .m2 repository.
bq. Those wanting to use hello-samza as a poor man's integration test (ie, us)
would need to swap out the dependency manually, but that seems reasonable.
Perhaps we could update the bin/grid script to support both (default to stable,
but allow us to override with master)? Alternatively, maybe we could just have
a separate script that tweaks things to build against master?
> 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.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)