Re: How to print the entire data table according to the specific conditions in Apache HBase Shell

2019-08-26 Thread OpenInx
Hi > (1) Sort the printed data in ascending order of timestamp value Currently, the hbase jruby scripts cannot meet your requirements now. If you really want this feature, you may need to edit the *_scan_internal* method in hbase-shell/src/main/ruby/hbase/table.rb. say sort the cells by your ti

Re: HBase

2019-08-26 Thread Sean Busbey
Version 3.0.0 of hbase has no specific plan for release. If you'd like to discuss it please subscribe to dev@hbase and bring it up there. On Mon, Aug 26, 2019, 17:49 עידו Gmail wrote: > Hi, > > Thank you for the follow up. > > Can you please share an ETA when version 3 will be released? > > Than

Re: HBase

2019-08-26 Thread עידו Gmail
Hi, Thank you for the follow up. Can you please share an ETA when version 3 will be released? Thanks! Ido > On 26 Aug 2019, at 10:23, 李响 wrote: > > Hi Ido, > > 1) The latest version is 2.2.0 (for v2.x) and 1.4.10 (for v1.x). > 2) 3.0.0-SNAPSHOT is for development only in master branch. You

How to print the entire data table according to the specific conditions in Apache HBase Shell

2019-08-26 Thread 李維哲
In the "scan" command in Apache HBase Shell, how to print the entire data table according to the following conditions: (1) Sort the printed data in ascending order of timestamp value (2) How to distinguish whether the printed actual data value is an "empty string" or a "space key"

Re: HBase

2019-08-26 Thread Sean Busbey
Xiang Li has it correct. Any version you should use is linked from our download page: http://hbase.apache.org/downloads.html As well as in the ASF mirror system: https://www.apache.org/dyn/closer.lua/hbase/ Additionally, if you're unsure of what version to use, we recommend you stick with our "

incomplete hbase exports due to scan timeouts

2019-08-26 Thread Udo Offermann
Hi everybody, We are running 6 data nodes (plus one master node - version HBase 1.0.0-cdh5.6.0) in each case on a productive and a test environment. Each month we export the deltas of the previous month from the productive system (using org.apache.hadoop.hbase.mapreduce.Export) and import the

Re: HBase

2019-08-26 Thread 李响
Hi Ido, 1) The latest version is 2.2.0 (for v2.x) and 1.4.10 (for v1.x). 2) 3.0.0-SNAPSHOT is for development only in master branch. You could only build HBase bin of this version from source code by yourself... This version is not for end user I believe. On Mon, Aug 26, 2019 at 1:23 PM Ido Kapla