Re: Pigi project

2008-11-07 Thread acure
Edward J. Yoon pisze: The pigi Looks fun. Thanks KG. BTW, I saw the RESTful based blog builder, called 'bloog' on google appengine. Does anyone try this on Hbase? :) Hi yes ... and no. We make some similar application - forum, but we use pure java API instead of REST. We estimate that

Re: Pigi project

2008-11-05 Thread Edward J. Yoon
ough there we've been trying to keep the >> list somewhat clean only having fellas post if they're using hbase in a >> production context. >> >> St.Ack >> >>> Yours, >>> Edward J. Yoon >>> >>> 2008/11/5 stack <[EMAIL PR

Re: Pigi project

2008-11-04 Thread Edward J. Yoon
an only having fellas post if they're using hbase in a > production context. > > St.Ack > >> Yours, >> Edward J. Yoon >> >> 2008/11/5 stack <[EMAIL PROTECTED]>: >> >>> >>> Excellent. >>> >>> I added it to

Re: Pigi project

2008-11-04 Thread Michael Stack
a production context. St.Ack Yours, Edward J. Yoon 2008/11/5 stack <[EMAIL PROTECTED]>: Excellent. I added it to the supporting projects page (smile). Thanks Krzysztof, St.Ack Krzysztof Gałęcki wrote: Pigi Project (ORM-like framework or indexing for HBase if you like) has fi

Re: Pigi project

2008-11-04 Thread Edward J. Yoon
of, > St.Ack > > Krzysztof Gałęcki wrote: >> >> Pigi Project (ORM-like framework or indexing for HBase if you like) has >> finally webpage. On www.pigi-project.org <http://www.pigi-project.org/> >> you >> will find release library and more document

Re: Pigi project

2008-11-04 Thread Edward J. Yoon
The pigi Looks fun. Thanks KG. BTW, I saw the RESTful based blog builder, called 'bloog' on google appengine. Does anyone try this on Hbase? :) /Edward J. Yoon On Wed, Nov 5, 2008 at 8:42 AM, Krzysztof Gałęcki <[EMAIL PROTECTED]> wrote: > Pigi Project (ORM-like framework or

Re: Pigi project

2008-11-04 Thread stack
Excellent. I added it to the supporting projects page (smile). Thanks Krzysztof, St.Ack Krzysztof Gałęcki wrote: Pigi Project (ORM-like framework or indexing for HBase if you like) has finally webpage. On www.pigi-project.org <http://www.pigi-project.org/> you will find release libra

Pigi project

2008-11-04 Thread Krzysztof Gałęcki
Pigi Project (ORM-like framework or indexing for HBase if you like) has finally webpage. On www.pigi-project.org <http://www.pigi-project.org/> you will find release library and more documentation. Page is still under construction but main infos are available. Enjoy Regards KG

RE: Pigi project

2008-10-18 Thread Krzysztof Gałęcki
gan [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2008 5:18 PM To: hbase-user@hadoop.apache.org Subject: Re: Pigi project You could use https://issues.apache.org/jira/browse/HBASE-883 for that query too (and <, >, as well). On Fri, Oct 17, 2008 at 4:44 AM, Krzysztof Gałęcki < [EMA

RE: Pigi project

2008-10-17 Thread Krzysztof Gałęcki
e-user@hadoop.apache.org Subject: Re: Pigi project You could use https://issues.apache.org/jira/browse/HBASE-883 for that query too (and <, >, as well). On Fri, Oct 17, 2008 at 4:44 AM, Krzysztof Gałęcki < [EMAIL PROTECTED]> wrote: > Hi. > > Using Pigi, you can execute such query (but

Re: Pigi project

2008-10-17 Thread Clint Morgan
olumn1 have > some troubles with repository. I hope that we will fix all problems during > weekend. > > Regards > > k. > > On Fri, Oct 17, 2008 at 11:12 AM, Zhang Songbo <[EMAIL PROTECTED]> wrote: > > > Antony, > > > > I am interesting in you Pigi pro

Re: Pigi project

2008-10-17 Thread Krzysztof Gałęcki
Hi. Using Pigi, you can execute such query (but not query with column1>n or column1 wrote: > Antony, > > I am interesting in you Pigi project, could you please describe you > Pigi project more clearly? > > For example, there is a original HBase bigtable like following

RE: Pigi project

2008-10-17 Thread Zhang Songbo
Antony, I am interesting in you Pigi project, could you please describe you Pigi project more clearly? For example, there is a original HBase bigtable like following: orgRowKey column1 column2. Now want to query the system (get data from column1) like: select * from table where column1=n. Bob

Re: Pigi project

2008-10-01 Thread cure
> [EMAIL PROTECTED] wrote: >> .. >> We will prepare a short technical presentation, but at this moment i'll >> try to answer your questions: >> >> 1) How does it work ? >> >> The idea is based on fact that identifiers in hbase table are sorted >> lexicographically. >> For every 1:n rela

RE: Pigi project

2008-10-01 Thread Krzysztof Gałęcki
ransaction? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 01, 2008 1:48 AM To: hbase-user@hadoop.apache.org Subject: Re: Pigi project > Hey Antoni & Krzysztof: > > Couple of things: > > + How does it work? The indices in particular? (

Re: Pigi project

2008-10-01 Thread stack
[EMAIL PROTECTED] wrote: .. We will prepare a short technical presentation, but at this moment i'll try to answer your questions: 1) How does it work ? The idea is based on fact that identifiers in hbase table are sorted lexicographically. For every 1:n relation Pigi maintains addit

RE: Pigi project

2008-10-01 Thread Ding, Hui
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 01, 2008 1:48 AM To: hbase-user@hadoop.apache.org Subject: Re: Pigi project > Hey Antoni & Krzysztof: > > Couple of things: > > + How does it work? The indices in particular? (I suppose

Re: Pigi project

2008-10-01 Thread cure
> Hey Antoni & Krzysztof: > > Couple of things: > > + How does it work? The indices in particular? (I suppose I'm > interested in seeing the technial presentation). > + Why the name Pigi? > + What features do you need in hbase to support Pigi? > + What Jim said regards the list (unless you wanted

Re: Pigi project

2008-09-30 Thread stack
to:[EMAIL PROTECTED] *Sent:* Tuesday, September 30, 2008 2:32 PM *To:* [EMAIL PROTECTED]; Jim Kellerman (POWERSET) *Subject:* Pigi project We develop a big social network portal. We decided to use HBase as our data storage. During this work, we found out that we need one to many relations between som

RE: Pigi project

2008-09-30 Thread Jim Kellerman (POWERSET)
Kellerman, Powerset (Live Search, Microsoft Corporation) From: Antoni . [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 30, 2008 2:32 PM To: [EMAIL PROTECTED]; Jim Kellerman (POWERSET) Subject: Pigi project We develop a big social network portal. We decided to use HBase as our data storage