Re: Store Large files on HBase/HDFS

2016-02-18 Thread Jameson Li
ormance? > > Can you please share any sample code? or a Github project? > > 2) What are the performance issues I need to know? > > Regards, > Arun > -- Thanks & Regards, 李剑 Jameson Li Focus on Hadoop,Mysql

Re: HBase atomic update

2016-02-05 Thread Jameson Li
sage, including any attachments, is the property of Sears Holdings > Corporation and/or one of its subsidiaries. It is confidential and may > contain proprietary or legally privileged information. If you are not the > intended recipient, please delete it without reading the contents. Thank

Re: parallel scanning?

2016-02-05 Thread Jameson Li
ema, eg: one table with rowkey as A_B_time, another as B_A_time, when query B%, we just query table rowkey B_A_time that just one small-scan, and not need for query table row A_B_time with multi_scans. Hope helpful for U. -- Thanks & Regards, 李剑 Jameson Li Focus on Hadoop,Mysql

Re: Fuzzy Row filter with ranges

2016-02-05 Thread Jameson Li
cheBlocks(false), if the query will not query repeat. And remember let a certain start and end, even if as a PrefixScan(sometimes just write start but not end, it maybe scan the whole bottom half of the table), and let the section smaller with query more faster. -- Thanks & Regards, 李剑 Jam

Re: parallel scanning?

2016-02-05 Thread Jameson Li
above case, handling failed write (to the second table) becomes a > bit tricky. > > Cheers > > On Fri, Feb 5, 2016 at 12:08 AM, Jameson Li <hovlj...@gmail.com> wrote: > > > 2016-01-26 2:29 GMT+08:00 Henning Blohm <henning.bl...@zfabrik.de>: > > > > >

Re: Fuzzy Row filter with ranges

2016-02-05 Thread Jameson Li
2016-02-05 23:25 GMT+08:00 Jean-Marc Spaggiari <jean-m...@spaggiari.org>: > Consider Yes, You are right. We should consider the real range for the rowkey, just a thinking way to struct the start and end, I am sorry somebody misguided by me. -- Thanks & Regards, 李剑 Jam

Re: upgrade hbase from 0.20.6 to 0.92

2012-02-20 Thread Jameson Li
2012/2/21 Stack st...@duboce.net As I know, zookeeper 3.4.2 is not a stable version. Where is that written? The website http://zookeeper.apache.org/releases.html said: About zookeeper 3.4.3, it is a beta release. And about zookeeper 3.4.2, it is an alpha release.

Re: upgrade hbase from 0.20.6 to 0.92

2012-02-19 Thread Jameson Li
0.92? Can hbase 0.92 and zookeeper 3.3 work well? Jameson Li. 2012/2/17 Stack st...@duboce.net On Thu, Feb 16, 2012 at 11:13 PM, Jameson Li hovlj...@gmail.com wrote: Follow the 0.90 upgrade steps first. Verify its working properly up on 0.90. Then go to 0.92. Don't try replacing pieces

upgrade hbase from 0.20.6 to 0.92

2012-02-16 Thread Jameson Li
in place of single-process master orchestrated splitting(default on)* *-- hbase.instant.schema.alter.enabled* *-- off-heap cache* *-- regionserver OOM kill -9* * * *Does there have steps that I omit?* * * *Thanks,* *Jameson Li.*

Re: hbase host dns ip and route for multi network interface card

2011-07-10 Thread Jameson Li
Hbase version:0.20.6 Hadoop version:0.20-append+4 Zookeeper version:3.3.0 2011/7/8 Stack st...@duboce.net Is this 0.20.x hbase? You should upgrade. See in below. On Fri, Jul 8, 2011 at 4:15 AM, Jameson Li hovlj...@gmail.com wrote: resolve to 192.168.1.13 logs

Re: hbase host dns ip and route for multi network interface card

2011-07-08 Thread Jameson Li
that when you do a resolve, you don't get more than the one answer back on that machine? St.Ack On Thu, Jul 7, 2011 at 6:59 PM, Jameson Li hovlj...@gmail.com wrote: All of the 5 nodes have the same /etc/hosts file, and the same line: 192.168.1.15 node3 I don't know why sometime hbase

Re: hbase host dns ip and route for multi network interface card

2011-07-07 Thread Jameson Li
All of the 5 nodes have the same /etc/hosts file, and the same line: 192.168.1.15 node3 I don't know why sometime hbase resolve the node3 to eth0 192.168.1.13. Is there somewhere that is used to resolve the dns name:node3? 2011/7/7 Stack st...@duboce.net Yeah, this is probably it. Can you

hbase host dns ip and route for multi network interface card

2011-07-05 Thread Jameson Li
Hi, when I start my hbase cluster, there are some error logs in the master-log: the ip and hostname node3 192.168.1.15 192.168.1.13 are the same machine that have two NIC 2011-07-05 17:13:13,820 INFO org.apache.zookeeper.ClientCnxn: zookeeper.disableAutoWatchReset is false 2011-07-05 17:13:13,840

Re: hbase host dns ip and route for multi network interface card

2011-07-05 Thread Jameson Li
node3,60020,1309860160318: MSG_REPORT_EXITING 2011-07-06 10:28:50,719 INFO org.apache.hadoop.hbase.master.HMaster: Stopping infoServer 2011/7/5 Jameson Li hovlj...@gmail.com Hi, when I start my hbase cluster, there are some error logs in the master-log: the ip and hostname node3 192.168.1.15 192.168.1.13

table can't disable and scan

2011-04-06 Thread Jameson Li
) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.hadoop.hbase.ipc.HBaseRPC$Server.call(HBaseRPC.java:657) at org.apache.hadoop.hbase.ipc.HBaseServer$Handler.run(HBaseServer.java:915) How can I recover this table 'mytable'? Thanks, Jameson Li.

Re: table can't disable and scan

2011-04-06 Thread Jameson Li
org.apache.hadoop.hbase.regionserver.HRegionServer: Worker: MSG_REGION_CLOSE: mytable,,1302077037075 And also I have created/put/deleteall/disable/drop anohter table 'mytable1': create 'mytable', {NAME='colfam:', COMPRESSION='lzo'} Everything goes well. But so strangely about the table 'mytable'. Thanks, Jameson Li. 2011