The trunk there is about 2 weeks old. However, you can build the
bkjournal from there, and use that with a trunk checked out from
somewhere else. 

When you build bkjournal, it should generate a file 
hadoop-common/hadoop-hdfs-project/hadoop-hdfs/src/contrib/bkjournal/target/hadoop-hdfs-bkjournal-0.24.0-SNAPSHOT.jar

You just need to drop this in the lib directory of your hadoop-hdfs
install to use the bkjournal then.

When building bkjournal on it's own use

mvn clean package -Pdist -Dmaven.test.skip=true

The tests don't build with trunk (fix for this is in the pending
patches)

-Ivan

On Wed, Apr 11, 2012 at 08:39:11AM +0000, Rakesh R wrote:
> ok. Hope the gitub project is built using the latest trunk version? 
> Anyway I will try to use the github.
> 
> Thanks,
> Rakesh
> ________________________________________
> From: Ivan Kelly [[email protected]]
> Sent: Wednesday, April 11, 2012 1:41 PM
> To: [email protected]
> Subject: Re: Standby NN is skipping the Checkpointing ?
> 
> On Wed, Apr 11, 2012 at 06:22:53AM +0000, Rakesh R wrote:
> > Thanks Ivan.
> >
> > I am using 0.24 version. I have configured <dfs.namenode.edit.dirs> with 
> > bookie details in both the NNs and observed no 'journalSet' is creating in 
> > the BNN side. Probably will try either by merging HDFS-3058 or using the 
> > gitub repos.
> 
> Use the github version for the moment. I've been trying to get these
> patches in, but the committers aren't very responsive. I'll jab them
> again this evening.
> 
> The github version has a couple of things which aren't in the JIRA
> patches yet, but im not going to put them up until the 3 outstanding
> fixes are in.
> 
> -Ivan

Reply via email to