Re: Jenkins build is still unstable: gora-trunk » Apache Gora :: Accumulo #206

2012-04-03 Thread Lewis John Mcgibbney
Hi Keith, I see that we're back to the issue of testDeleteByQueryFields, and gora-accumulo. Is it possible to override this test, maintaining the correct logic within the gora-accumulo test suite itself? Lewis On Tue, Apr 3, 2012 at 6:13 AM, Apache Jenkins Server jenk...@builds.apache.org

Re: Jenkins build became unstable: gora-trunk » Apache Gora :: Hbase #206

2012-04-03 Thread Lewis John Mcgibbney
Hi Guys, I think HBase tests are quite literally all over the place just now. I'll try to have a crack at them later this afternoon but it appears that quite often there is some dodgy outcomes from running the test suite against the hbase module. I can also confirm that my Gora build appears to

Re: Jenkins build is still unstable: gora-trunk » Apache Gora :: Accumulo #206

2012-04-03 Thread Keith Turner
I made that test a no-op for gora-accumulo. Hopefully that will fix things. Keith On Tue, Apr 3, 2012 at 6:50 AM, Lewis John Mcgibbney lewis.mcgibb...@gmail.com wrote: Hi Keith, I see that we're back to the issue of testDeleteByQueryFields, and gora-accumulo. Is it possible to override

Re: Jenkins build is still unstable: gora-trunk » Apache Gora :: Accumulo #206

2012-04-03 Thread Lewis John Mcgibbney
Nice one Keith. On Tue, Apr 3, 2012 at 3:01 PM, Keith Turner ke...@deenlo.com wrote: I made that test a no-op for gora-accumulo. Hopefully that will fix things. Keith On Tue, Apr 3, 2012 at 6:50 AM, Lewis John Mcgibbney lewis.mcgibb...@gmail.com wrote: Hi Keith, I see that we're

Jenkins build is back to stable : gora-trunk » Apache Gora :: Accumulo #207

2012-04-03 Thread Apache Jenkins Server
See https://builds.apache.org/job/gora-trunk/org.apache.gora$gora-accumulo/207/changes

[jira] [Commented] (GORA-66) testDeleteByQueryFields seems incorrect

2012-04-03 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/GORA-66?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13245358#comment-13245358 ] Hudson commented on GORA-66: Integrated in gora-trunk #207 (See

[jira] [Commented] (GORA-65) Implement Accumulo datastore for Gora

2012-04-03 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/GORA-65?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13245359#comment-13245359 ] Hudson commented on GORA-65: Integrated in gora-trunk #207 (See

Jenkins build is back to stable : gora-trunk #207

2012-04-03 Thread Apache Jenkins Server
See https://builds.apache.org/job/gora-trunk/207/changes

auto flush

2012-04-03 Thread Eric Newton
Is there any particular reason that gora-hbase uses auto flush on every HTable connection? This makes Keith Turner's excellent goraci test run very slowly for hbase. Also, I was unable to subscribe using user-subscr...@gora.apache.org. -Eric

Re: auto flush

2012-04-03 Thread Lewis John Mcgibbney
Hi Eric, On Tue, Apr 3, 2012 at 4:04 PM, Eric Newton eric.new...@gmail.com wrote: Is there any particular reason that gora-hbase uses auto flush on every HTable connection? I'm not using the HBase module at the moment so will wait for others to chime in, however maybe you could comment on an

Republish Gora trunk Javadoc

2012-04-03 Thread Lewis John Mcgibbney
Hi Guys, I've published site documentation and have included my experiences of doing so on our wiki, but would like to republish the Javadoc as there have been some recent commits that I would like to get pushed for others to view via Javadoc. Can anyone provide details of how I got about doing

Re: Republish Gora trunk Javadoc

2012-04-03 Thread Mattmann, Chris A (388J)
Hey Lewis, I think you can do: 1. mvn javadoc:aggregate (from top level) 2. cp -R target/site/apidocs ../site/publish/apidocs-X.Y 3. cd ../site/publish; svn commit -m ... Make sense? Cheers, Chris On Apr 3, 2012, at 3:09 PM, Lewis John Mcgibbney wrote: Hi Guys, I've published site