meabed / nutch-cassandra-docker

Nutch with Cassandra and Elasticsearch on Docker
http://www.meabed.net
Apache License 2.0
16 stars 4 forks source link

Inquiry on contribution #1

Open lewismc opened 9 years ago

lewismc commented 9 years ago

Hi @Meabed, One of our driving issues for the Nutch 2.X roadmap is the provisioning of Docker containers for various Gora backends. I wonder if you would be interested in bringing your container officially to Apache e.g. contributing the container to the Nutch community and having it distributed as part of the official releases for now on. This is entirely up to you. Great work on the container it is a real step in the right direction.

meabed commented 9 years ago

Hi @lewismc, Thank you for reaching out to me! sure i would love to bring the container to the official nutch community! let me know how can we proceed on that. Thanks :+1:

lewismc commented 9 years ago

Hi Mohamed, This is fantastic thank you for the response. I created an issue in our Jira issue tracker for this https://issues.apache.org/jira/browse/NUTCH-1923

We recently added an HBase Docker container, this now resides in the docker directory of the Nutch source https://github.com/apache/nutch/tree/2.x/docker If you were able to add a 'cassandra' directory containing your container there, that would be grand.

So what we need to do is as follows

  1. git clone http://github.com/apache/nutch.git
  2. cd nutch-2.x
  3. git checkout -b NUTCH-1923
  4. edit files
  5. git status (make sure it shows what files you expected to edit)
  6. git add
  7. git commit -m “fix for NUTCH-1923 contributed by
  8. git fork
  9. git push -u NUTCH-1923
  10. git pull-request

If you prefer to work with SVN then this is OK. We can sort this out as well. Thank you very much, if you need assistance then please reply here. Also, if you are able to sign up for Jira then I will assign the above issue to you so you are credited for your work. Thank you very much Lewis

On Friday, February 13, 2015, Mohamed Meabed notifications@github.com wrote:

Hi @lewismc https://github.com/lewismc, Thank you for reaching out to me! sure i would love to bring the container to the official nutch community! let me know how can we proceed on that. Thanks [image: :+1:]

— Reply to this email directly or view it on GitHub https://github.com/Meabed/nutch-cassandra-docker/issues/1#issuecomment-74238407 .

chrismattmann commented 9 years ago

this is so great! Congrats on the contribution @Meabed looking forward to it. Lewis great instructions!

meabed commented 9 years ago

Thanks @chrismattmann :), i would love to contribute back to the community. @lewismc one thing i have seen lots of talks about it and i never seen working solution was https://github.com/Meabed/nutch2-index-html So if you could have a look at it and let me know if its already there or i can also contribute this to Nutch2

Thanks J

lewismc commented 9 years ago

Hi Mohamed,

On Fri, Feb 13, 2015 at 9:40 AM, Mohamed Meabed notifications@github.com wrote:

Thanks @chrismattmann https://github.com/chrismattmann :), i would love to contribute back to the community.

Great. The Docker images in particular are a breath of fresh air for Nutch development and usage. I was so glad to see that there wwere some in existence and even more so that people like yourself are forward thinking enough to work within the open source Apache ecosystem.

@lewismc https://github.com/lewismc one thing i have seen lots of talks about it and i never seen working solution was https://github.com/Meabed/nutch2-index-html So if you could have a look at it and let me know if its already there or i can also contribute this to Nutch2

This patch looks AWESOME. It has been something people have been talking for a while. I've logged an issue over on our Nutch wiki to get the ball rolling RE: integration of this patch into the Nutch 2.X codebase If we could sync there it would be excellent. https://issues.apache.org/jira/browse/NUTCH-1944 Thank you Lewis

meabed commented 9 years ago

@lewismc I have upgraded the container to Nutch2.3 with Cassandra installed and working, could you have a look at it. Thanks

lewismc commented 9 years ago

Hi @Meabed can you possibly base your patch off the 2.X branch and then submit a patch to the issue on the Nutch Jira tracker? https://issues.apache.org/jira/browse/NUTCH-1923 Thanks if you can do this

lewismc commented 9 years ago

Hi Mohamed, Can you please submit a pull request against te Nutch 2.x branch ? Thanks very much Lewis

On Sunday, March 15, 2015, Mohamed Meabed notifications@github.com wrote:

Hi @lewismc https://github.com/lewismc, I have updated it :) Thanks

— Reply to this email directly or view it on GitHub https://github.com/Meabed/nutch-cassandra-docker/issues/1#issuecomment-81257506 .

Lewis

lewismc commented 9 years ago

Hi @Meabed please see https://issues.apache.org/jira/browse/NUTCH-1923 and comment :) I am really looking forward to this being part of the Nutch releases.

chrismattmann commented 8 years ago

this was merged thanks!