Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » JGit-DFSClient(implements DFSJGit to execute something on commits like Map Reduce)
JGit-DFSClient [message #1801832] Mon, 28 January 2019 08:16 Go to next message
Velly Zhou is currently offline Velly ZhouFriend
Messages: 2
Registered: January 2017
Junior Member
I want do something in batch on git commits leveraging the benefits from Hadoop Yarn MR even Spark framework.

So, I decide to implements a DFSJGit under API frameworks placed under org.eclipse.jgit.internal.storage.dfs. Unfortunately, It designed for server side.
By default, working tree and index (a.k.a DirCache) is not supported.

I've no idea on how to place this 2 kind of stuffs in best practice. HDFS is designed for writing 1 time and reading many times.

Any idea would be great help~

Thank you!

[Updated on: Mon, 28 January 2019 08:17]

Report message to a moderator

Re: JGit-DFSClient [message #1802289 is a reply to message #1801832] Wed, 06 February 2019 01:46 Go to previous message
Matthias Sohn is currently offline Matthias SohnFriend
Messages: 1268
Registered: July 2009
Senior Member
Yes, jgit dfs was designed to implement scalable git servers.

Why do you want to use Hadoop and Spark to implement support for non-bare repositories
which aren't suitable for concurrent usage e.g. by multiple users ?
Previous Topic:clone parameters --dissociate and --reference
Next Topic:Line of Code
Goto Forum:
  


Current Time: Thu Apr 25 10:04:14 GMT 2024

Powered by FUDForum. Page generated in 0.03207 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top