[
https://issues.apache.org/jira/browse/ACCUMULO-1977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sean Busbey updated ACCUMULO-1977:
----------------------------------
Attachment: ACCUMULO-1977.1.bundle
Attaching git bundle to start a 1.4.5-SNAPSHOT branch on the
accumulo-wikisearch repo.
Contains the state of the wikisearch contrib in the accumulo repo just before
the backport of ACCUMULO-600, plus 2 additional backports from master.
Follow on tickets to actually make the example usable with Hadoop 2 (since they
will also be needed in master and the patches in this ticket are not).
Note taht this is a bundle, rather than a patch file, because the bundle is
needed in order to maintain the non-linear history that was present in the
accumulo repo.
{noformat}
# Create a branch not based on master
git checkout --orphan 1.4.5-SNAPSHOT
# remove staged files
git rm -rf .
# pull in the objects from the bundle
git pull /path/to/the/ACCUMULO-1977.1.bundle 1.4.5-SNAPSHOT
{noformat}
git log, etc should now show that you have 2 branches master and 1.4.5-SNAPSHOT.
1.4.5-SNAPSHOT can now be pushed to remote.
> Add branch to wikisearch repo that works with Accumulo 1.4.5
> ------------------------------------------------------------
>
> Key: ACCUMULO-1977
> URL: https://issues.apache.org/jira/browse/ACCUMULO-1977
> Project: Accumulo
> Issue Type: Task
> Components: wikisearch
> Affects Versions: 1.4.5
> Reporter: Sean Busbey
> Assignee: Sean Busbey
> Priority: Blocker
> Fix For: 1.4.5
>
> Attachments: ACCUMULO-1977.1.bundle
>
>
> The push of ACCUMULO-1792 to 1.4.5-SNAPSHOT included a backport of
> ACCUMULO-600.
> Consensus on the mailing list is that we need to have a working wikisearch
> example that corresponds to future releases on the 1.4.x development branch
> of Accumulo.
> This ticket should include
> * Adding a branch that corresponds to version of the wikisearch example that
> will work with Accumulo 1.4.x
> * Updating the release guidelines to include a note that when doing a 1.4.x
> release, the wikisearch contrib should also have a release from said branch.
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)