Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hadoop 1.0.0 catchup #4

Merged
merged 2 commits into from Feb 7, 2012
Merged

Conversation

davelambert
Copy link
Collaborator

Hi,

I've got a couple of small patches to bring clojure-hadoop up to speed with the recently released Hadoop 1.0.0. Just changes in project.clj dependencies, and some doc fixes.

Regards,
Dave

Hadoop's 0.20 API replaced Collectors with Contexts, JobConf with Job.
Removed the dependency on jackson-mapper-asl, because the actual user
(Hadoop 1.0.0) brings it in itself.  Dropped the explicit Apache
repository reference: Hadoop 1.0.0 is available from maven.org.
@alexott
Copy link
Owner

alexott commented Feb 7, 2012

Thank you for patch Dave! Does Hadoop 1.0.0 compatible with 0.20 series, that is usually in production? I hadn't tested this release yet on my cluster

@davelambert
Copy link
Collaborator Author

On 7 February 2012 20:44, Alex Ott
reply@reply.github.com
wrote:

Thank you for patch Dave! Does Hadoop 1.0.0 compatible with 0.20
series, that is usually in production? I hadn't tested this release
yet on my cluster

Hi Alex,

I believe 1.0.0 is just the final cut of the 0.20.x line, with no
changes in the API. The release notes are at:

http://hadoop.apache.org/common/docs/r1.0.0/releasenotes.html

I could well be wrong, but it looks like it's just bug fixes to me.

Cheers,
Dave

@alexott
Copy link
Owner

alexott commented Feb 7, 2012

Yes, I also looked to release notes - I'll merge you commit. I'll also add you to repository so you can commit directly

alexott added a commit that referenced this pull request Feb 7, 2012
@alexott alexott merged commit 7c63f6b into alexott:master Feb 7, 2012
@davelambert
Copy link
Collaborator Author

On 7 February 2012 21:10, Alex Ott
reply@reply.github.com
wrote:

Yes, I also looked to release notes - I'll merge you commit. I'll also add you to repository so you can commit directly

Thanks!

Dave

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants