|
Mahdi Negahi
2012-04-02, 03:00
Harsh J
2012-04-02, 03:06
Mahdi Negahi
2012-04-02, 03:12
Harsh J
2012-04-02, 03:17
Li Pi
2012-04-02, 03:18
Mahdi Negahi
2012-04-02, 03:30
Doug Meil
2012-04-02, 15:40
Doug Meil
2012-04-02, 15:40
Lars George
2012-04-02, 16:57
Mahdi Negahi
2012-04-02, 16:58
Mahdi Negahi
2012-04-02, 17:01
Mahdi Negahi
2012-04-02, 17:11
|
-
HBase database sampleMahdi Negahi 2012-04-02, 03:00
Dear all friends does anyone have a sample database of HBase ? I will be glad if someone send for me.
-
Re: HBase database sampleHarsh J 2012-04-02, 03:06
Build your own. Its easy as 1-2-3 to get it up and running on a single
machine. Follow: http://hbase.apache.org/book.html#quickstart and run the shell exercises to create your tables and column families. Or get Lars George's HBase: The Definitive Guide (O'Reilly) book. Also, read up on what HBase really is http://hbase.apache.org/book.html#datamodel (It is not an RDBMS) On Mon, Apr 2, 2012 at 8:30 AM, Mahdi Negahi <[EMAIL PROTECTED]> wrote: > > Dear all friends > > does anyone have a sample database of HBase ? I will be glad if someone send for me. > -- Harsh J
-
RE: HBase database sampleMahdi Negahi 2012-04-02, 03:12
thanks for your reply but i install and know what is HBase database. but I want to test my theses and I need a HBase database with more than 1000 row. Best Regard Mahdi > From: [EMAIL PROTECTED] > Date: Mon, 2 Apr 2012 08:36:13 +0530 > Subject: Re: HBase database sample > To: [EMAIL PROTECTED] > > Build your own. Its easy as 1-2-3 to get it up and running on a single > machine. Follow: http://hbase.apache.org/book.html#quickstart and run > the shell exercises to create your tables and column families. Or get > Lars George's HBase: The Definitive Guide (O'Reilly) book. > > Also, read up on what HBase really is > http://hbase.apache.org/book.html#datamodel (It is not an RDBMS) > > On Mon, Apr 2, 2012 at 8:30 AM, Mahdi Negahi <[EMAIL PROTECTED]> wrote: > > > > Dear all friends > > > > does anyone have a sample database of HBase ? I will be glad if someone send for me. > > > > > > -- > Harsh J
-
Re: HBase database sampleHarsh J 2012-04-02, 03:17
Mahdi,
So you want some freely available data? One option: There are lots of free public datasets at InfoChimps that have pretty good sizes: http://www.infochimps.com/datasets - You can build your table out of these. On Mon, Apr 2, 2012 at 8:42 AM, Mahdi Negahi <[EMAIL PROTECTED]> wrote: > > > thanks for your reply > but i install and know what is HBase database. but I want to test my theses and I need a HBase database with more than 1000 row. > > Best Regard > Mahdi > >> From: [EMAIL PROTECTED] >> Date: Mon, 2 Apr 2012 08:36:13 +0530 >> Subject: Re: HBase database sample >> To: [EMAIL PROTECTED] >> >> Build your own. Its easy as 1-2-3 to get it up and running on a single >> machine. Follow: http://hbase.apache.org/book.html#quickstart and run >> the shell exercises to create your tables and column families. Or get >> Lars George's HBase: The Definitive Guide (O'Reilly) book. >> >> Also, read up on what HBase really is >> http://hbase.apache.org/book.html#datamodel (It is not an RDBMS) >> >> On Mon, Apr 2, 2012 at 8:30 AM, Mahdi Negahi <[EMAIL PROTECTED]> wrote: >> > >> > Dear all friends >> > >> > does anyone have a sample database of HBase ? I will be glad if someone send for me. >> > >> >> >> >> -- >> Harsh J > -- Harsh J
-
Re: HBase database sampleLi Pi 2012-04-02, 03:18
Follow the instructions here:
http://blog.lars-francke.de/2010/08/16/performance-testing-hbase-using-ycsb/ The load portion will load a thousand rows into HBase for testing. On Sun, Apr 1, 2012 at 8:12 PM, Mahdi Negahi <[EMAIL PROTECTED]>wrote: > > > thanks for your reply > but i install and know what is HBase database. but I want to test my > theses and I need a HBase database with more than 1000 row. > > Best Regard > Mahdi > > > From: [EMAIL PROTECTED] > > Date: Mon, 2 Apr 2012 08:36:13 +0530 > > Subject: Re: HBase database sample > > To: [EMAIL PROTECTED] > > > > Build your own. Its easy as 1-2-3 to get it up and running on a single > > machine. Follow: http://hbase.apache.org/book.html#quickstart and run > > the shell exercises to create your tables and column families. Or get > > Lars George's HBase: The Definitive Guide (O'Reilly) book. > > > > Also, read up on what HBase really is > > http://hbase.apache.org/book.html#datamodel (It is not an RDBMS) > > > > On Mon, Apr 2, 2012 at 8:30 AM, Mahdi Negahi <[EMAIL PROTECTED]> > wrote: > > > > > > Dear all friends > > > > > > does anyone have a sample database of HBase ? I will be glad if > someone send for me. > > > > > > > > > > > -- > > Harsh J > >
-
RE: HBase database sampleMahdi Negahi 2012-04-02, 03:30
thanks, but all databases have good examples , like Cinema in Neo4j and etc. but if nobody has a sample of hbase, I try to create my own database based on your help. But I hope somebody done it before and I use it :) ;) Regard Mahdi > From: [EMAIL PROTECTED] > Date: Mon, 2 Apr 2012 08:47:25 +0530 > Subject: Re: HBase database sample > To: [EMAIL PROTECTED] > > Mahdi, > > So you want some freely available data? One option: There are lots of > free public datasets at InfoChimps that have pretty good sizes: > http://www.infochimps.com/datasets - You can build your table out of > these. > > On Mon, Apr 2, 2012 at 8:42 AM, Mahdi Negahi <[EMAIL PROTECTED]> wrote: > > > > > > thanks for your reply > > but i install and know what is HBase database. but I want to test my theses and I need a HBase database with more than 1000 row. > > > > Best Regard > > Mahdi > > > >> From: [EMAIL PROTECTED] > >> Date: Mon, 2 Apr 2012 08:36:13 +0530 > >> Subject: Re: HBase database sample > >> To: [EMAIL PROTECTED] > >> > >> Build your own. Its easy as 1-2-3 to get it up and running on a single > >> machine. Follow: http://hbase.apache.org/book.html#quickstart and run > >> the shell exercises to create your tables and column families. Or get > >> Lars George's HBase: The Definitive Guide (O'Reilly) book. > >> > >> Also, read up on what HBase really is > >> http://hbase.apache.org/book.html#datamodel (It is not an RDBMS) > >> > >> On Mon, Apr 2, 2012 at 8:30 AM, Mahdi Negahi <[EMAIL PROTECTED]> wrote: > >> > > >> > Dear all friends > >> > > >> > does anyone have a sample database of HBase ? I will be glad if someone send for me. > >> > > >> > >> > >> > >> -- > >> Harsh J > > > > > > -- > Harsh J
-
Re: HBase database sampleDoug Meil 2012-04-02, 15:40
See the link to the BigTable paper here... http://hbase.apache.org/book.html#other.info ... and there is other reading material and videos too. On 4/1/12 11:30 PM, "Mahdi Negahi" <[EMAIL PROTECTED]> wrote: > >thanks, but all databases have good examples , like Cinema in Neo4j and >etc. >but if nobody has a sample of hbase, I try to create my own database >based on your help. But I hope somebody done it before and I use it :) ;) > >Regard >Mahdi > >> From: [EMAIL PROTECTED] >> Date: Mon, 2 Apr 2012 08:47:25 +0530 >> Subject: Re: HBase database sample >> To: [EMAIL PROTECTED] >> >> Mahdi, >> >> So you want some freely available data? One option: There are lots of >> free public datasets at InfoChimps that have pretty good sizes: >> http://www.infochimps.com/datasets - You can build your table out of >> these. >> >> On Mon, Apr 2, 2012 at 8:42 AM, Mahdi Negahi <[EMAIL PROTECTED]> >>wrote: >> > >> > >> > thanks for your reply >> > but i install and know what is HBase database. but I want to test my >>theses and I need a HBase database with more than 1000 row. >> > >> > Best Regard >> > Mahdi >> > >> >> From: [EMAIL PROTECTED] >> >> Date: Mon, 2 Apr 2012 08:36:13 +0530 >> >> Subject: Re: HBase database sample >> >> To: [EMAIL PROTECTED] >> >> >> >> Build your own. Its easy as 1-2-3 to get it up and running on a >>single >> >> machine. Follow: http://hbase.apache.org/book.html#quickstart and run >> >> the shell exercises to create your tables and column families. Or get >> >> Lars George's HBase: The Definitive Guide (O'Reilly) book. >> >> >> >> Also, read up on what HBase really is >> >> http://hbase.apache.org/book.html#datamodel (It is not an RDBMS) >> >> >> >> On Mon, Apr 2, 2012 at 8:30 AM, Mahdi Negahi >><[EMAIL PROTECTED]> wrote: >> >> > >> >> > Dear all friends >> >> > >> >> > does anyone have a sample database of HBase ? I will be glad if >>someone send for me. >> >> > >> >> >> >> >> >> >> >> -- >> >> Harsh J >> > >> >> >> >> -- >> Harsh J >
-
Re: HBase database sampleDoug Meil 2012-04-02, 15:40
Also, see this chapter. http://hbase.apache.org/book.html#schema On 4/2/12 11:40 AM, "Doug Meil" <[EMAIL PROTECTED]> wrote: > >See the link to the BigTable paper here... > >http://hbase.apache.org/book.html#other.info > >... and there is other reading material and videos too. > > > >On 4/1/12 11:30 PM, "Mahdi Negahi" <[EMAIL PROTECTED]> wrote: > >> >>thanks, but all databases have good examples , like Cinema in Neo4j and >>etc. >>but if nobody has a sample of hbase, I try to create my own database >>based on your help. But I hope somebody done it before and I use it :) >>;) >> >>Regard >>Mahdi >> >>> From: [EMAIL PROTECTED] >>> Date: Mon, 2 Apr 2012 08:47:25 +0530 >>> Subject: Re: HBase database sample >>> To: [EMAIL PROTECTED] >>> >>> Mahdi, >>> >>> So you want some freely available data? One option: There are lots of >>> free public datasets at InfoChimps that have pretty good sizes: >>> http://www.infochimps.com/datasets - You can build your table out of >>> these. >>> >>> On Mon, Apr 2, 2012 at 8:42 AM, Mahdi Negahi <[EMAIL PROTECTED]> >>>wrote: >>> > >>> > >>> > thanks for your reply >>> > but i install and know what is HBase database. but I want to test my >>>theses and I need a HBase database with more than 1000 row. >>> > >>> > Best Regard >>> > Mahdi >>> > >>> >> From: [EMAIL PROTECTED] >>> >> Date: Mon, 2 Apr 2012 08:36:13 +0530 >>> >> Subject: Re: HBase database sample >>> >> To: [EMAIL PROTECTED] >>> >> >>> >> Build your own. Its easy as 1-2-3 to get it up and running on a >>>single >>> >> machine. Follow: http://hbase.apache.org/book.html#quickstart and >>>run >>> >> the shell exercises to create your tables and column families. Or >>>get >>> >> Lars George's HBase: The Definitive Guide (O'Reilly) book. >>> >> >>> >> Also, read up on what HBase really is >>> >> http://hbase.apache.org/book.html#datamodel (It is not an RDBMS) >>> >> >>> >> On Mon, Apr 2, 2012 at 8:30 AM, Mahdi Negahi >>><[EMAIL PROTECTED]> wrote: >>> >> > >>> >> > Dear all friends >>> >> > >>> >> > does anyone have a sample database of HBase ? I will be glad if >>>someone send for me. >>> >> > >>> >> >>> >> >>> >> >>> >> -- >>> >> Harsh J >>> > >>> >>> >>> >>> -- >>> Harsh J >> >
-
Re: HBase database sampleLars George 2012-04-02, 16:57
Please note though that YCSB 0.1.4 is now fully mavenized and uses the POM to pull in the various dependencies, as well as supplying a script that you can use to avoid the lengthy java command line. So the build steps and invocation have changed a bit, but the overall idea stays the same.
Lars On Apr 2, 2012, at 6:18 AM, Li Pi wrote: > Follow the instructions here: > http://blog.lars-francke.de/2010/08/16/performance-testing-hbase-using-ycsb/ > > The load portion will load a thousand rows into HBase for testing. > > On Sun, Apr 1, 2012 at 8:12 PM, Mahdi Negahi <[EMAIL PROTECTED]>wrote: > >> >> >> thanks for your reply >> but i install and know what is HBase database. but I want to test my >> theses and I need a HBase database with more than 1000 row. >> >> Best Regard >> Mahdi >> >>> From: [EMAIL PROTECTED] >>> Date: Mon, 2 Apr 2012 08:36:13 +0530 >>> Subject: Re: HBase database sample >>> To: [EMAIL PROTECTED] >>> >>> Build your own. Its easy as 1-2-3 to get it up and running on a single >>> machine. Follow: http://hbase.apache.org/book.html#quickstart and run >>> the shell exercises to create your tables and column families. Or get >>> Lars George's HBase: The Definitive Guide (O'Reilly) book. >>> >>> Also, read up on what HBase really is >>> http://hbase.apache.org/book.html#datamodel (It is not an RDBMS) >>> >>> On Mon, Apr 2, 2012 at 8:30 AM, Mahdi Negahi <[EMAIL PROTECTED]> >> wrote: >>>> >>>> Dear all friends >>>> >>>> does anyone have a sample database of HBase ? I will be glad if >> someone send for me. >>>> >>> >>> >>> >>> -- >>> Harsh J >> >>
-
RE: HBase database sampleMahdi Negahi 2012-04-02, 16:58
Dear doug i think you didn't read my question :) because I know what is HBase and I work it successfuly and design my tables and insert a few data in it. but my question is : I need a sample database for testing my Master thesis that it contains more than 1000 rows. regard > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: HBase database sample > Date: Mon, 2 Apr 2012 15:40:51 +0000 > > > Also, see this chapter. > > http://hbase.apache.org/book.html#schema > > > > > > On 4/2/12 11:40 AM, "Doug Meil" <[EMAIL PROTECTED]> wrote: > > > > >See the link to the BigTable paper here... > > > >http://hbase.apache.org/book.html#other.info > > > >... and there is other reading material and videos too. > > > > > > > >On 4/1/12 11:30 PM, "Mahdi Negahi" <[EMAIL PROTECTED]> wrote: > > > >> > >>thanks, but all databases have good examples , like Cinema in Neo4j and > >>etc. > >>but if nobody has a sample of hbase, I try to create my own database > >>based on your help. But I hope somebody done it before and I use it :) > >>;) > >> > >>Regard > >>Mahdi > >> > >>> From: [EMAIL PROTECTED] > >>> Date: Mon, 2 Apr 2012 08:47:25 +0530 > >>> Subject: Re: HBase database sample > >>> To: [EMAIL PROTECTED] > >>> > >>> Mahdi, > >>> > >>> So you want some freely available data? One option: There are lots of > >>> free public datasets at InfoChimps that have pretty good sizes: > >>> http://www.infochimps.com/datasets - You can build your table out of > >>> these. > >>> > >>> On Mon, Apr 2, 2012 at 8:42 AM, Mahdi Negahi <[EMAIL PROTECTED]> > >>>wrote: > >>> > > >>> > > >>> > thanks for your reply > >>> > but i install and know what is HBase database. but I want to test my > >>>theses and I need a HBase database with more than 1000 row. > >>> > > >>> > Best Regard > >>> > Mahdi > >>> > > >>> >> From: [EMAIL PROTECTED] > >>> >> Date: Mon, 2 Apr 2012 08:36:13 +0530 > >>> >> Subject: Re: HBase database sample > >>> >> To: [EMAIL PROTECTED] > >>> >> > >>> >> Build your own. Its easy as 1-2-3 to get it up and running on a > >>>single > >>> >> machine. Follow: http://hbase.apache.org/book.html#quickstart and > >>>run > >>> >> the shell exercises to create your tables and column families. Or > >>>get > >>> >> Lars George's HBase: The Definitive Guide (O'Reilly) book. > >>> >> > >>> >> Also, read up on what HBase really is > >>> >> http://hbase.apache.org/book.html#datamodel (It is not an RDBMS) > >>> >> > >>> >> On Mon, Apr 2, 2012 at 8:30 AM, Mahdi Negahi > >>><[EMAIL PROTECTED]> wrote: > >>> >> > > >>> >> > Dear all friends > >>> >> > > >>> >> > does anyone have a sample database of HBase ? I will be glad if > >>>someone send for me. > >>> >> > > >>> >> > >>> >> > >>> >> > >>> >> -- > >>> >> Harsh J > >>> > > >>> > >>> > >>> > >>> -- > >>> Harsh J > >> > > > >
-
RE: HBase database sampleMahdi Negahi 2012-04-02, 17:01
Dear li thanks. > From: [EMAIL PROTECTED] > Date: Sun, 1 Apr 2012 20:18:42 -0700 > Subject: Re: HBase database sample > To: [EMAIL PROTECTED] > > Follow the instructions here: > http://blog.lars-francke.de/2010/08/16/performance-testing-hbase-using-ycsb/ > > The load portion will load a thousand rows into HBase for testing. > > On Sun, Apr 1, 2012 at 8:12 PM, Mahdi Negahi <[EMAIL PROTECTED]>wrote: > > > > > > > thanks for your reply > > but i install and know what is HBase database. but I want to test my > > theses and I need a HBase database with more than 1000 row. > > > > Best Regard > > Mahdi > > > > > From: [EMAIL PROTECTED] > > > Date: Mon, 2 Apr 2012 08:36:13 +0530 > > > Subject: Re: HBase database sample > > > To: [EMAIL PROTECTED] > > > > > > Build your own. Its easy as 1-2-3 to get it up and running on a single > > > machine. Follow: http://hbase.apache.org/book.html#quickstart and run > > > the shell exercises to create your tables and column families. Or get > > > Lars George's HBase: The Definitive Guide (O'Reilly) book. > > > > > > Also, read up on what HBase really is > > > http://hbase.apache.org/book.html#datamodel (It is not an RDBMS) > > > > > > On Mon, Apr 2, 2012 at 8:30 AM, Mahdi Negahi <[EMAIL PROTECTED]> > > wrote: > > > > > > > > Dear all friends > > > > > > > > does anyone have a sample database of HBase ? I will be glad if > > someone send for me. > > > > > > > > > > > > > > > > -- > > > Harsh J > > > >
-
RE: HBase database sampleMahdi Negahi 2012-04-02, 17:11
Dear Lars you do not have any updated guideline , because I'm not professional in Java and Maven.Regard Mahdi> Subject: Re: HBase database sample > From: [EMAIL PROTECTED] > Date: Mon, 2 Apr 2012 19:57:54 +0300 > To: [EMAIL PROTECTED] > > Please note though that YCSB 0.1.4 is now fully mavenized and uses the POM to pull in the various dependencies, as well as supplying a script that you can use to avoid the lengthy java command line. So the build steps and invocation have changed a bit, but the overall idea stays the same. > > Lars > > On Apr 2, 2012, at 6:18 AM, Li Pi wrote: > > > Follow the instructions here: > > http://blog.lars-francke.de/2010/08/16/performance-testing-hbase-using-ycsb/ > > > > The load portion will load a thousand rows into HBase for testing. > > > > On Sun, Apr 1, 2012 at 8:12 PM, Mahdi Negahi <[EMAIL PROTECTED]>wrote: > > > >> > >> > >> thanks for your reply > >> but i install and know what is HBase database. but I want to test my > >> theses and I need a HBase database with more than 1000 row. > >> > >> Best Regard > >> Mahdi > >> > >>> From: [EMAIL PROTECTED] > >>> Date: Mon, 2 Apr 2012 08:36:13 +0530 > >>> Subject: Re: HBase database sample > >>> To: [EMAIL PROTECTED] > >>> > >>> Build your own. Its easy as 1-2-3 to get it up and running on a single > >>> machine. Follow: http://hbase.apache.org/book.html#quickstart and run > >>> the shell exercises to create your tables and column families. Or get > >>> Lars George's HBase: The Definitive Guide (O'Reilly) book. > >>> > >>> Also, read up on what HBase really is > >>> http://hbase.apache.org/book.html#datamodel (It is not an RDBMS) > >>> > >>> On Mon, Apr 2, 2012 at 8:30 AM, Mahdi Negahi <[EMAIL PROTECTED]> > >> wrote: > >>>> > >>>> Dear all friends > >>>> > >>>> does anyone have a sample database of HBase ? I will be glad if > >> someone send for me. > >>>> > >>> > >>> > >>> > >>> -- > >>> Harsh J > >> > >> > |