[
https://issues.apache.org/jira/browse/SAMZA-318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Kleppmann updated SAMZA-318:
-----------------------------------
Attachment: SAMZA-318.2.patch
Attached a patch which makes hello-samza use the 0.7.0 binary release in the
Maven repository (SAMZA-199). With this patch, the documentation change is
unnecessary, because the assembled file is called
samza-job-package-0.7.0-dist.tar.gz as expected.
You can change the version of Samza by passing the samza.version property to
Maven. I've documented this in the README.
I've also removed the Samza build from bin/grid, because it's no longer
required. If you want to run a custom version of Samza, you're probably better
off doing {{./gradlew publishToMavenLocal}} in your own Samza checkout, rather
than relying on bin/grid.
> 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)