Re: a short introduction of simplehbase(hbase ORM)

2014-01-06 Thread Rural Hunter
+1 于 2014/1/6 12:24, Ted Yu 写道: I think you should point to Apache release - if there is no special feature from adh3u2.2 that your project depends on.

Re: Re: a short introduction of simplehbase(hbase ORM)

2014-01-05 Thread Haosong Huang
I build it successfully after I replace some dependencies version in pom.xml. hbase: replace 0.94-adh3u2.2 with 0.94.0 hadoop-core: replace 0.20.2-cdh3u3 with 0.20.2 antlr replace antlr with antlr4 and replace 4.0-complete with 4.0 On Mon, Jan 6, 2014 at 12:24 PM, Ted Yu wrote: > When compilin

Re: Re: a short introduction of simplehbase(hbase ORM)

2014-01-05 Thread Ted Yu
When compiling, I got: [ERROR] Failed to execute goal on project simplehbase: Could not resolve dependencies for project allen:simplehbase:jar:0.3: The following artifacts could not be resolved: org.apache.hbase:hbase:jar:0.94-adh3u2.2, org.apache.hadoop:hadoop-core:jar:0.20.2-cdh3u3, org.apache.h

Re: a short introduction of simplehbase(hbase ORM)

2014-01-05 Thread Ted Yu
Apache Gora was released in July 2013. I don't know how active Apache Gora community is. Cheers On Sun, Jan 5, 2014 at 10:15 AM, Renato Marroquín Mogrovejo < renatoj.marroq...@gmail.com> wrote: > There is also Apache Gora which is a ORM over several NoSQL datastores. > > Renato M. > On Jan 5,

Re: a short introduction of simplehbase(hbase ORM)

2014-01-05 Thread Renato Marroquín Mogrovejo
There is also Apache Gora which is a ORM over several NoSQL datastores. Renato M. On Jan 5, 2014 1:05 PM, "Asaf Mesika" wrote: > There are two projects doing orm for HBase, one named Kundera - check it > out. > > On Sunday, January 5, 2014, zhang_xzhi wrote: > > > I just read some short introduc

Re: a short introduction of simplehbase(hbase ORM)

2014-01-05 Thread Asaf Mesika
There are two projects doing orm for HBase, one named Kundera - check it out. On Sunday, January 5, 2014, zhang_xzhi wrote: > I just read some short introduction of Phoenix these days. > If I am wrong, pls let me know, thx. > It seems to me Phoenix will provide a JDBC-driver against hbase. > But

Re: a short introduction of simplehbase(hbase ORM)

2014-01-05 Thread Ted Yu
There seems to be some overlap between your project and the following: HBASE-8089 Add type support Phoenix which becomes Apache incubator project Cheers On Sun, Jan 5, 2014 at 7:58 AM, zhang_xzhi wrote: > https://github.com/zhang-xzhi/simplehbase > https://github.com/zhang-xzhi/simplehbase/wi