Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] JGit DHT on Apache HBase

On Tue, Feb 8, 2011 at 11:43 PM, Shawn Pearce <spearce@xxxxxxxxxxx> wrote:
> On the plane today I found time to implement a DHT SPI for Apache
> HBase[1].  The draft SPI is now on GitHub[2].  The dependency chain is
> smaller than Chris expected.  Its only hbase, guava, commons-logging,
> log4j, hadoop-core[3], zookeeper.  The HBase pom inclues a *ton* of
> other stuff that I excluded out, none of it is needed for JGit's use
> of the client portion of HBase.

Nice, I started to file CQs.

hbase 0.90.0
 - http://dev.eclipse.org/ipzilla/show_bug.cgi?id=4894
guava r08
 - http://dev.eclipse.org/ipzilla/show_bug.cgi?id=4895
log4j 1.2.16
 - http://dev.eclipse.org/ipzilla/show_bug.cgi?id=4897
log4j 1.1.1
 - http://dev.eclipse.org/ipzilla/show_bug.cgi?id=4896
zookeeper 3.3.2
 - https://dev.eclipse.org/ipzilla/show_bug.cgi?id=4893

Is the hadoop-core stuff going to end up in a release soon? Otherwise,
I could just take a snapshot and use that.

-- 
Cheers,

Chris Aniszczyk
http://aniszczyk.org
+1 860 839 2465


Back to the top