Ok, thanks! I will take a look at this and post back. Feel free to add a Jira ticket:
https://issues.apache.org/jira/browse/BLUR If not I will add one once I can reproduce the problem. Thanks again! Aaron On Wed, Oct 10, 2012 at 10:20 AM, Gagan Juneja <[email protected]> wrote: > Hi Aaron, > Thanks a lot. > I have taken code from this location only. The test case failing is * > testGetSplits* in class BlurInputFormatTest.java. Here array having list of > splits in arbitrary order but we are comparing in sequence. I fixed this > locally instead of comparing on certain index list.contains is working > fine. I am using java 6 only. This file is there at 2 places. > > > Thanks & Regards, > Gagan > > On Wed, Oct 10, 2012 at 6:41 PM, Aaron McCurry <[email protected]> wrote: > >> First off, welcome! >> >> The correct Apache location is: >> >> http://git-wip-us.apache.org/repos/asf/incubator-blur.git >> >> So the git command is: >> >> git clone http://git-wip-us.apache.org/repos/asf/incubator-blur.git >> >> Yes the master is the version to use for now. Can you please post the >> testcase(s) that are failing? There is a know issue with blur-jdbc, >> in that it won't build with java 7 and the whole project has not been >> tested in java 7 yet. That is one of the goals of the next major >> version 0.2. >> >> Aaron >> >> On Wed, Oct 10, 2012 at 8:37 AM, Gagan Juneja <[email protected]> >> wrote: >> > Hi Team, >> > I have taken code base from master branch on git repository. While >> building >> > the project some of the test case are failing. Although I found some >> fixes. >> > Did I checkout the code from right location or any development branch >> > exists on git repository? >> > >> > Regards, >> > Gagan >>
