[
https://issues.apache.org/jira/browse/SAMZA-403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Riccomini updated SAMZA-403:
----------------------------------
Attachment: SAMZA-403.hello-samza.3.patch
Attaching updated patch. I figured out why the build was slow.
We had:
<directory>${basedir}/..</directory>
Inside the assembly src file. Changing this to just $basedir fixed the problem.
It also means that the README and LICENSE are again included in the tarball,
which wasn't happening before.
> Consolidate hello-samza example job in one project
> --------------------------------------------------
>
> Key: SAMZA-403
> URL: https://issues.apache.org/jira/browse/SAMZA-403
> Project: Samza
> Issue Type: Improvement
> Components: hello-samza
> Reporter: David Chen
> Assignee: David Chen
> Attachments: SAMZA-403.0.patch, SAMZA-403.hello-samza.1.patch,
> SAMZA-403.hello-samza.2.patch, SAMZA-403.hello-samza.3.patch,
> SAMZA-403.hello-samza.patch
>
>
> Currently, hello-samza contains two subprojects:
> * samza-wikipedia - contains the implementation for the jobs and the
> Wikipedia system
> * samza-job-package - contains the job configs and assembly
> AFAIK, there is no particular reason why these should live in different
> subprojects and thus should be merged into a single (sub)project.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)