| clear query|facets|time |
Search criteria: .
Results from 81 to 90 from
119 (0.088s).
|
|
|
Loading phrases to help you refine your search...
|
|
Where are hadoop distributions compatible with hbase-0.89 - HBase - [mail # user]
|
|
...Hi All. I found many hadoop jars floating around (for example http://people.apache.org/~rawson/repo/org/apache/hadoop/hadoop-core/) but can't find distribution and/or source repository...
|
|
|
Author: Andrey Stepachev,
2010-09-22, 08:29
|
|
|
Re: Are there any hbase client pom. - HBase - [mail # user]
|
|
...Ok. looks like i should do it mysefl via exclusions....
|
|
|
Author: Andrey Stepachev,
2010-09-21, 13:08
|
|
|
Are there any hbase client pom. - HBase - [mail # user]
|
|
...Hi all. I try to migrate to 0.89 hbase, but i use maven. For 0.20.x I made special pom and place all needed jars into my local repository. But 0.89 already uses maven. Even through it ...
|
|
|
Author: Andrey Stepachev,
2010-09-21, 08:51
|
|
|
Re: got HBASE-2516 on 0.20.6 - HBase - [mail # user]
|
|
...Thanks for comment. 2010/9/18 Jean-Daniel Cryans : I have custom RetryResultIterator, which reopen scanner from last known postition. I got it in different situations. &nb...
|
|
|
Author: Andrey Stepachev,
2010-09-17, 21:25
|
|
|
got HBASE-2516 on 0.20.6 - HBase - [mail # user]
|
|
...I need to massive data rewrite in some family on standalone server. I got org.apache.hadoop.hbase.NotServingRegionException or java.io.IOException: Region xxx closed if I write and read at t...
|
|
|
Author: Andrey Stepachev,
2010-09-17, 20:36
|
|
|
Re: Composite Row Key and Partial Matching - HBase - [mail # user]
|
|
...my bad. thrift doesn't support this. 2010/9/17 Shuja Rehman : e: RowFilter.html WritableByteArrayComparable.html the...
|
|
|
Author: Andrey Stepachev,
2010-09-17, 09:13
|
|
|
Re: Composite Row Key and Partial Matching - HBase - [mail # user]
|
|
...DateTime easy, scan [DateTime;DateTime+1] for DateTime_xxxxx_ProductName use row filter http://hbase.apache.org/docs/current/api/org/apache/hadoop/hbase/filter/RowFilter.html or ...
|
|
|
Author: Andrey Stepachev,
2010-09-16, 12:29
|
|
|
Re: How to speed up Scan -- please help - HBase - [mail # user]
|
|
...vmstat should be taken while you are scanning. it can show you, what you host is doing. where you bottleneck: in cpu, or in disk io. compression status can be found in hbase shell by i...
|
|
|
Author: Andrey Stepachev,
2010-09-13, 19:06
|
|
|
Re: How to speed up Scan -- please help - HBase - [mail # user]
|
|
...What "vmstat 1" shows? Does gzip family used? 2010/9/13 Jian Lu : 00 records. I am running HBase 0.20.4 on standalone mode on Linux wit h 16 GB RAM, 64-bit CPU/Operating system/JVM. ...
|
|
|
Author: Andrey Stepachev,
2010-09-13, 18:00
|
|
|
Re: HBase secondary index performance - HBase - [mail # user]
|
|
...2010/9/6 Murali Krishna. P : custom r the As mentioned before, you can randomize you index insertions. If you don't order scan or range scan on columnValue, you can prefix it wit...
|
|
|
Author: Andrey Stepachev,
2010-09-06, 18:46
|
|
|
|