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 Wed, Feb 9, 2011 at 12:19, Chris Aniszczyk <caniszczyk@xxxxxxxxx> wrote:
> 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.

No clue.  I think so, because Yahoo! said they are trying to move back
to the trunk revision of Hadoop.  So hopefully it will be.  But I'm
not really following the project... I just grabbed down HBase 0.90.0
before jumping on the plan, got something working, and posted it.  It
went smoother than I expected (it really is better to work with
Hector/Cassandra).  I need to do more testing, but HBase might be a
more viable target to support early on.

-- 
Shawn.


Back to the top