Skip to content
This repository has been archived by the owner on Apr 5, 2018. It is now read-only.

Commit

Permalink
Added maven badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
Takanori Takase committed Aug 11, 2017
1 parent 5292c20 commit bcc0d1e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Thadoop
[![Build Status][travis-icon]][travis-page] [![Coverage Status][coverall-icon]][coverall-page] ![Maven Central][maven-badge]
[![Build Status][travis-icon]][travis-page] [![Coverage Status][coverall-icon]][coverall-page] [![Maven Central][maven-icon]][maven-page]

Thadoop (= Thrift + Hadoop) is a simple set of wrapper templates to integrate [Apache Thrift](https://thrift.apache.org/) implementation with Hadoop's Writable interface.

Expand Down Expand Up @@ -100,4 +100,5 @@ public class SampleSerDe extends TSerDe {
[travis-icon]:https://travis-ci.org/after-the-sunrise/thadoop.svg?branch=master
[coverall-page]:https://coveralls.io/github/after-the-sunrise/thadoop?branch=master
[coverall-icon]:https://coveralls.io/repos/github/after-the-sunrise/thadoop/badge.svg?branch=master
[maven-badge]:https://maven-badges.herokuapp.com/maven-central/com.after_sunrise.oss/thadoop/badge.svg
[maven-page]:https://maven-badges.herokuapp.com/maven-central/com.after_sunrise.oss/thadoop
[maven-icon]:https://maven-badges.herokuapp.com/maven-central/com.after_sunrise.oss/thadoop/badge.svg

0 comments on commit bcc0d1e

Please sign in to comment.