java.lang.NoSuchMethodError: org.apache.gora.hbase.store.
HBaseStore.newPersistent()

Hi , a litter strange, I check the source code of Gora 3.0 and find that
newPersitent method has defined in DataStore interface and implemented by
DataStoreBase, so HBaseStore extends the DataStoreBase. so I have no reason
to think that it can not find this method.

do you find any duplicating Gora library in you library directory?



On Fri, Sep 6, 2013 at 10:55 PM, A Laxmi <[email protected]> wrote:

> I already uncommented the following two under "Gora articfacts" in ivy.xml.
> Yes, I also see *gora-hbase-0.3.jar* under runtime/local/lib directory.
> Please advise what else could be the cause.
>
> <dependency org="org.apache.gora" name="gora-core" rev="0.3"
> conf="*->default"/>
> <dependency org="org.apache.gora" name="gora-hbase" rev="0.3"
> conf="*->default" />
>
>
> On Fri, Sep 6, 2013 at 10:41 AM, feng lu <[email protected]> wrote:
>
> > Do you uncomment HBase Gora artifacts in ivy.xml when you use HBase as
> Gora
> > backend. and ant compile the source code again. you will see the
> > gora-hbase-0.3.jar library in runtime/local/lib directory.
> >
> > currently it use gora-hbase-0.3.jar package.
> > --
> > Don't Grow Old, Grow Up... :-)
> >
>



-- 
Don't Grow Old, Grow Up... :-)

Reply via email to