[
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.4.patch
Attaching updated patch. I ran this:
{noformat}
$ git checkout latest
Switched to branch 'latest'
criccomi-mn:incubator-samza-hello-samza criccomi$ git apply
SAMZA-403.hello-samza.4.patch
criccomi-mn:incubator-samza-hello-samza criccomi$ git status
# On branch latest
# Changes not staged for commit:
# (use "git add/rm <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: .gitignore
# modified: pom.xml
# deleted: samza-job-package/pom.xml
# deleted: samza-job-package/src/main/assembly/src.xml
# deleted: samza-job-package/src/main/config/wikipedia-feed.properties
# deleted:
samza-job-package/src/main/config/wikipedia-parser.properties
# deleted: samza-job-package/src/main/config/wikipedia-stats.properties
# deleted: samza-job-package/src/main/resources/log4j.xml
# deleted: samza-wikipedia/pom.xml
# deleted:
samza-wikipedia/src/main/java/samza/examples/wikipedia/system/WikipediaConsumer.java
# deleted:
samza-wikipedia/src/main/java/samza/examples/wikipedia/system/WikipediaFeed.java
# deleted:
samza-wikipedia/src/main/java/samza/examples/wikipedia/system/WikipediaSystemFactory.java
# deleted:
samza-wikipedia/src/main/java/samza/examples/wikipedia/task/WikipediaFeedStreamTask.java
# deleted:
samza-wikipedia/src/main/java/samza/examples/wikipedia/task/WikipediaParserStreamTask.java
# deleted:
samza-wikipedia/src/main/java/samza/examples/wikipedia/task/WikipediaStatsStreamTask.java
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# SAMZA-403.hello-samza.4.patch
# src/
no changes added to commit (use "git add" and/or "git commit -a")
{noformat}
Looks like it applies against latest.
> 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.4.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)