404 on getting started

2015-01-14 Thread Glenn, James
FYI: The links from hbase.apache.org to the book (documentation) are not correct or working. -Jim

Re: Show last 10 (100/1000) events

2015-01-14 Thread Serega Sheypak
Ok, I got it, thanks. 2015-01-14 19:22 GMT+03:00 Wilm Schumacher wilm.schumac...@gmail.com: Will the number of last will be much larger than 10 (100/1000)? If not, then I wouldn't bother with a real database after all and would hold the data in RAM. Either: * in an object in your gateway

Re: Show last 10 (100/1000) events

2015-01-14 Thread Serega Sheypak
no it would be 10/100/1 1 is absolute limit. I understand that simple threadsafe java collection can handle this. 2015-01-14 22:17 GMT+03:00 Serega Sheypak serega.shey...@gmail.com: Ok, I got it, thanks. 2015-01-14 19:22 GMT+03:00 Wilm Schumacher wilm.schumac...@gmail.com: Will the

Re: 404 for hbase book

2015-01-14 Thread Misty Stanley-Jones
Should be fixed thanks to Sean Busbey! Thanks for your patience. On Wednesday, January 14, 2015, Dima Spivak dspi...@cloudera.com wrote: The issues are known and being worked on. :) -Dima On Wed, Jan 14, 2015 at 10:24 AM, Elliott Clark ecl...@apache.org javascript:; wrote: I'm seeing

Re: 404 on getting started

2015-01-14 Thread Misty Stanley-Jones
Should be fixed thanks to Sean Busbey! Thanks for your patience. On Wednesday, January 14, 2015, Andrew Purtell apurt...@apache.org wrote: Thanks. It's a known issue that we are working to resolve. Sorry about the flub. On Wed, Jan 14, 2015 at 10:40 AM, Glenn, James james.gl...@hp.com

Re: 404 for hbase book

2015-01-14 Thread Ted Yu
Anil: This link corresponds to the one you posted: http://hbase.apache.org/book#important_configurations Google will ultimately crawl the new hbase book and correct the search results :-) On Wed, Jan 14, 2015 at 5:26 AM, anil gupta anilgupt...@gmail.com wrote: I am also getting 404's on HBase

Get addColumn + ColumnRangeFilter

2015-01-14 Thread Taeyun Kim
Hi, I have a situation that both Get.addColumn() and Get.setFilter(new ColumnRangeFilter(…)) needed to Get. The source code snippet is as follows: Get g = new Get(getRowKey(lfileId)); g.addColumn(Schema.ColumnFamilyNameBytes, MetaColumnNameBytes); g.setFilter(new

Show last 10 (100/1000) events

2015-01-14 Thread Serega Sheypak
Hi, I have event-processing system which uses hbase + a pack of tomcat web-apps as front-end. tomcat web-apps are similar and used for front-end load-balancing. tomcat apps write events to hbase. What is good pattern to show last 10/100/1000 events? events table schema is: row_key=user_id each

Re: Show last 10 (100/1000) events

2015-01-14 Thread Wilm Schumacher
Will the number of last will be much larger than 10 (100/1000)? If not, then I wouldn't bother with a real database after all and would hold the data in RAM. Either: * in an object in your gateway to hbase. E.g. simple java Array list in your java server which serves the api to the web servers.

Re: 404 for hbase book

2015-01-14 Thread anil gupta
That was one of the example url with 404. I have been getting many links like that. Hopefully, the crawling happens quickly.. because its leading to slightly unfavorable user experience. On Wed, Jan 14, 2015 at 7:30 AM, Ted Yu yuzhih...@gmail.com wrote: Anil: This link corresponds to the one

Re: 404 for hbase book

2015-01-14 Thread Elliott Clark
I'm seeing 404's too. I'm seeing them going to just about anything book related from the front page, not from google. * Go to hbase.apache.org * click on documentation * Click on ref-guide multi-page and it goes to http://hbase.apache.org/book/book.html * 404 * go to hbase.apache.org * click on

Re: 404 for hbase book

2015-01-14 Thread Dima Spivak
The issues are known and being worked on. :) -Dima On Wed, Jan 14, 2015 at 10:24 AM, Elliott Clark ecl...@apache.org wrote: I'm seeing 404's too. I'm seeing them going to just about anything book related from the front page, not from google. * Go to hbase.apache.org * click on

Re: 404 for hbase book

2015-01-14 Thread Nick Dimiduk
+Misty, who had talked about setting up an .htaccess file so that old links will redirect. On Wed, Jan 14, 2015 at 10:24 AM, Elliott Clark ecl...@apache.org wrote: I'm seeing 404's too. I'm seeing them going to just about anything book related from the front page, not from google. * Go to

Re: 404 for hbase book

2015-01-14 Thread anil gupta
I am also getting 404's on HBase links that come up on Google: http://hbase.apache.org/book/important_configurations.html Are we going to make these links work again? On Wed, Jan 14, 2015 at 4:35 AM, Shuai Lin linshuai2...@gmail.com wrote: I guess it's because the hbase book has been updated to

Re: Cannot connect to Hbase via Java API

2015-01-14 Thread Marco
Hi, the issue was that my Hbase client library did not fit to the server version. Desperate ;) as I was, I switched on the debug log level and have seen some messages, telling me that some node @ zookeeper would be missing but that wouldn't be an error (?)...so that has looked suspicious to me

Re: 404 for hbase book

2015-01-14 Thread Shuai Lin
Works fine for me. Maybe you can try force refresh the page? On Wed, Jan 14, 2015 at 5:47 PM, Serega Sheypak serega.shey...@gmail.com wrote: Hi, starting from monday (12.01.2015) I'm getting 404 on ony page of http://hbase.apache.org what it could be? Sorry for stupid question. I've tried

Re: 404 for hbase book

2015-01-14 Thread Serega Sheypak
404: http://hbase.apache.org/book/datamodel.html https://www.google.ru/#newwindow=1q=Chapter+5.+Data+Model+-+HBase first link: http://hbase.apache.org/book/datamodel.html Looks like links hasn't been reindexed? Ok, nevermind, they can be accessed directly from hbase site. 2015-01-14 13:01

404 for hbase book

2015-01-14 Thread Serega Sheypak
Hi, starting from monday (12.01.2015) I'm getting 404 on ony page of http://hbase.apache.org what it could be? Sorry for stupid question. I've tried several providers, no luck

Re: 404 for hbase book

2015-01-14 Thread Shuai Lin
I guess it's because the hbase book has been updated to use asciidoc format, and google need some time to catch up with it. Try this one: http://hbase.apache.org/book#datamodel . On Wed, Jan 14, 2015 at 6:13 PM, Serega Sheypak serega.shey...@gmail.com wrote: 404: