| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
26 (0.157s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Is there a way to view multiple versions of a cell in the HBase shell? - HBase - [mail # user]
|
|
...I think you can. Try specifying the following "VERSIONS => 4"| Its also documented in the HBase shell documentation for Get (and I am assuming the same would apply for scans)|  ...
|
|
|
Author: Dhaval Shah,
2013-03-07, 17:22
|
|
|
Re:: Region Servers crashing following: "File does not exist", "Too many open files" exceptions - HBase - [mail # user]
|
|
...It seems like you need to increase the limit on the number of xceivers on the hdfs config looking at your error messages. On Sun 10 Feb, 2013 6:37 AM IST David Koch wrote: ...
|
|
|
Author: Dhaval Shah,
2013-02-10, 01:24
|
|
|
Re: Json+hbase - HBase - [mail # user]
|
|
...JSON object is nothing but a String representation.. You can call .toBytes() to get the byte representation and put that into HBase Regards, Dhaval ________________________________ ...
|
|
|
Author: Dhaval Shah,
2013-02-04, 16:50
|
|
|
Re: Controlling TableMapReduceUtil table split points - HBase - [mail # user]
|
|
...Hi David.. We successfully use the "logical" schema approach and have not seen issues yet.. Ofcourse it all depends on the use case and saying it would work for you because it works for us w...
|
|
|
Author: Dhaval Shah,
2013-01-22, 23:10
|
|
|
Re: Controlling TableMapReduceUtil table split points - HBase - [mail # user]
|
|
...Another option to avoid the timeout/oome issues is to use scan.setBatch() so that the scanner would function normally for small rows but would break up large rows in multiple Result objects ...
|
|
|
Author: Dhaval Shah,
2013-01-06, 17:29
|
|
|
Re:: Hbase master failing to start after reaching 95% disk and expanding cluster - HBase - [mail # user]
|
|
...Seems like your zookeeper quorum is in a bad state (possibly because it ran out of disk in the past). Can you try stopping hbase, removing the zookeeper znode for hbase and then starting hba...
|
|
|
Author: Dhaval Shah,
2012-12-29, 13:15
|
|
|
Re:: HMaster construction failing over SASL authentication issue. - HBase - [mail # user]
|
|
... Looking at your life, it seems like SASL is just.a warning/info message.. y our real issue is invalid zookeeper sessions.. Can you try stopping everyth ing, delete zookeeper data dir a...
|
|
|
Author: Dhaval Shah,
2012-09-14, 11:30
|
|
|
Re: Enabling compression - HBase - [mail # user]
|
|
... Yes you need to add the snappy libraries to hbase path (i think the variabl e to set is called HBASE_LIBRARY_PATH) On Wed 25 Jul, 2012 3:46 AM IST Mohit Anchlia wrote: wrot...
|
|
|
Author: Dhaval Shah,
2012-07-25, 01:40
|
|
|
Re: Enabling compression - HBase - [mail # user]
|
|
...I bet that your compression libraries are not available to HBase.. Run the compression test utility and see if it can find LZO Regards, Dhav al From: Mohit Anchlia ...
|
|
|
Author: Dhaval Shah,
2012-07-24, 21:04
|
|
|
Re: HBase shell - HBase - [mail # user]
|
|
...Mohit, HBase shell is a JRuby wrapper and as such has all functions availab le which are available using Java API.. So you can import the Bytes class a nd the do a Bytes.toString() similar t...
|
|
|
Author: Dhaval Shah,
2012-07-21, 01:18
|
|
|
|