[jira] [Commented] (GORA-620) Migrate HBase auto flush parameter name in Pig Module

2019-08-08 Thread Hudson (JIRA)
://builds.apache.org/job/gora-trunk/1806/]) GORA-620: Migrate autoflush parameter after HBase refactor (djkevincr: rev bee2240a02b985131f15ad0d887d04c0c72232a4) * (edit) gora-pig/src/test/resources/gora.properties > Migrate HBase auto flush parameter name in Pig Mod

[jira] [Resolved] (GORA-620) Migrate HBase auto flush parameter name in Pig Module

2019-08-08 Thread Kevin Ratnasekera (JIRA)
[ https://issues.apache.org/jira/browse/GORA-620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Ratnasekera resolved GORA-620. Resolution: Fixed > Migrate HBase auto flush parameter name in Pig Mod

[jira] [Created] (GORA-620) Migrate HBase auto flush parameter name in Pig Module

2019-08-08 Thread Kevin Ratnasekera (JIRA)
Kevin Ratnasekera created GORA-620: -- Summary: Migrate HBase auto flush parameter name in Pig Module Key: GORA-620 URL: https://issues.apache.org/jira/browse/GORA-620 Project: Apache Gora

[jira] [Updated] (GORA-620) Migrate HBase auto flush parameter name in Pig Module

2019-08-08 Thread Kevin Ratnasekera (JIRA)
[ https://issues.apache.org/jira/browse/GORA-620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Ratnasekera updated GORA-620: --- Fix Version/s: 0.9 > Migrate HBase auto flush parameter name in Pig Mod

Re: auto flush

2012-04-04 Thread Ferdy Galema
...@gmail.com wrote: Hi Lewis, I changed gora-hbase in my local copy to always turn off auto flush, and then I flush as-needed. It looks as though I might need to make sure that I flush with the same thread I write with, since it is using thread-local storage to pick up the correct client interface

Re: auto flush

2012-04-04 Thread Lewis John Mcgibbney
Thanks for dropping in here Ferdy. On Wed, Apr 4, 2012 at 9:34 AM, Ferdy Galema ferdy.gal...@kalooga.comwrote: There should be an option to turn of autoflushing when creating the HBaseStore. I think the gora properties file is a nice place for this option. +1 The solution for the

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