RE: Problem to Insert the row that i was deleted

2012-04-24 Thread Mahdi Negahi
elete marker. > The delete marker itself will exist until the next major compaction. > > This might seems strange, but is actually an important feature of HBase as it > allows operations to be executed in any order with the same end result. > > -- Lars > > _

RE: HBase database sample

2012-04-02 Thread Mahdi Negahi
> > 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

RE: HBase database sample

2012-04-02 Thread Mahdi Negahi
he load portion will load a thousand rows into HBase for testing. > > On Sun, Apr 1, 2012 at 8:12 PM, Mahdi Negahi 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 HBa

RE: HBase database sample

2012-04-02 Thread Mahdi Negahi
ug Meil" 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

RE: HBase database sample

2012-04-01 Thread Mahdi Negahi
ou can build your table out of > these. > > On Mon, Apr 2, 2012 at 8:42 AM, Mahdi Negahi 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

RE: HBase database sample

2012-04-01 Thread Mahdi Negahi
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 wrote: > > > > Dear all friends > > > > does anyone

HBase database sample

2012-04-01 Thread Mahdi Negahi
Dear all friends does anyone have a sample database of HBase ? I will be glad if someone send for me.

RE: Error Hbase in JSP

2012-03-16 Thread Mahdi Negahi
I get the answer down vote accept Build Path -> Configuration Build Path -> Add External Jars In "Order and Export" tab click on select all... or coping file into WEB-INF/lib Then just refresh your project and restart the server then deploy the project it will wo

RE: Java Programming and Hbase

2012-03-14 Thread Mahdi Negahi
Mar 12, 2012 at 6:06 PM, N Keywal wrote: > > > only jar files. They are already in the hbase distrib (i.e. if you > > download > > > hbase, you get the hadoop jar files you need). You just need to import > > them > > > in your IDE. > > > > > > >

RE: Problem in start Hbase Rest Server

2012-03-14 Thread Mahdi Negahi
yes > Date: Mon, 12 Mar 2012 08:26:41 -0700 > Subject: Re: Problem in start Hbase Rest Server > From: st...@duboce.net > To: user@hbase.apache.org > > On Sun, Mar 11, 2012 at 7:42 PM, mahdi negahi > wrote: > > > > > > Thanks for ur reply but I run the

RE: Java Programming and Hbase

2012-03-12 Thread Mahdi Negahi
n stuff > like the configuration you've seen, so even a simple client needs it. > > N. > Le 12 mars 2012 12:06, "Mahdi Negahi" a écrit : > > > > > Is it necessary to install hadoop for hbase, if want use Hbase in my > > laptop and use it via Java ? >

RE: Java Programming and Hbase

2012-03-12 Thread Mahdi Negahi
p.jar, since hbase runs on hahoop > > > > On Mon, Mar 12, 2012 at 9:45 AM, Mahdi Negahi wrote: > > > > > Dear Friends > > > > > > I try to write a simple application with Java and manipulate my Hbase > > table. so I read this post and try to f

RE: Java Programming and Hbase

2012-03-12 Thread Mahdi Negahi
t; > > > On Mon, Mar 12, 2012 at 9:45 AM, Mahdi Negahi wrote: > > > > > Dear Friends > > > > > > I try to write a simple application with Java and manipulate my Hbase > > table. so I read this post and try to follow it. > > > > http://hbas

Java Programming and Hbase

2012-03-12 Thread Mahdi Negahi
Dear Friends I try to write a simple application with Java and manipulate my Hbase table. so I read this post and try to follow it. http://hbase.apache.org/docs/current/api/index.html I use eclipse and add hbase-092.0.jar as external jar file for my project. but i have problem in the first l

RE: Problem in start Hbase Rest Server

2012-03-11 Thread mahdi negahi
g on the console. > > > >If you want to run REST on another port, start it with the -P option, e.g. > > > >hbase rest -P 80 > > > > > >Best regards, > > > > > >- Andy > > > > > >Problems worthy of attack prove their w

RE: Problem in start Hbase Rest Server

2012-03-10 Thread mahdi negahi
Dear Stack when I run the following command ./bin/hbase rest start the execution hang(stop) on this line 12/03/09 00:21:27 INFO mortbay.log: Started SocketConnector@0.0.0.0:8080 and I cannot run any command until terminate it (Ctrl + C), when I click Ctrl + C, I saw these line 12/03/10

Problem in start Hbase Rest Server

2012-03-09 Thread Mahdi Negahi
Dear All Friends I install Hbase in standalone mode in my laptop (Ubuntu 11.10) . I want to use Restful API to programming. So I read this link : http://wiki.apache.org/hadoop/Hbase/Stargate so when I run the following command : ./bin/hbase rest start the command execution stop at last line

Problem in start Hbase Rest Server

2012-03-08 Thread Mahdi Negahi
Dear All Friends I install Hbase in standalone mode in my laptop (Ubuntu 11.10) . I want to use Restful API to programming. So I read this link : http://wiki.apache.org/hadoop/Hbase/Stargate so when I run the following command : ./bin/hbase rest start the command execution stop at last line a

Re: Install hbase on Ubuntu 11.10

2012-03-08 Thread Mahdi Negahi
Dear James thanks for ur advice this line sudo apt-get install hbase show this error E: Unable to locate package hbase James

Re: Install hbase on Ubuntu 11.10

2012-03-07 Thread Mahdi Negahi
Dear All friends As Peter said this is a bug when there is no table in Hbase. I want to know this installation is enough for creating a simple application base on Java. I want to use Rest API. Best Regard Mahdi

Re: Install hbase on Ubuntu 11.10

2012-03-06 Thread Mahdi Negahi
Dear All friends thanks for ur response. I just explain the installation of Hbase steps that I do. 1- download Hbase-0.92.0 and untar it. 2- move it to /usr/lib by this command sudo mv hbase-0.92.0 /usr/lib 3- open conf/hbase-site.xml file and put following address on it. hbase.r

Install hbase on Ubuntu 11.10

2012-03-05 Thread Mahdi Negahi
Dear All Friends I'm new at Linux and Hbase. At first time, I install hbase on windows by Cygwin successfully but after install Thrift everything change. so I decided to change my OS and try to install Hbase on Ubuntu 11.10. I have tried for 2 weeks without any progress. Please please somebody