答复: 答复: 答复: how to Dynamic load of Coprocessors

2016-07-25 Thread Ma, Sheng-Chen (Aven)
is function can't work in hbase 1.2? -邮件原件- 发件人: Ma, Sheng-Chen (Aven) [mailto:shengchen...@esgyn.cn] 发送时间: 2016年7月25日 15:30 收件人: user@hbase.apache.org 主题: 答复: 答复: 答复: how to Dynamic load of Coprocessors hi I am now use root to run the code . and there is no exception in reg

答复: 答复: 答复: how to Dynamic load of Coprocessors

2016-07-25 Thread Ma, Sheng-Chen (Aven)
邮件原件- 发件人: Ted Yu [mailto:yuzhih...@gmail.com] 发送时间: 2016年7月24日 0:05 收件人: user@hbase.apache.org 主题: Re: 答复: 答复: how to Dynamic load of Coprocessors Did you run your program as user 'hbase' ? From the region server log snippet it seems you were running as ' shengchen.ma' Cheers On Sat, Ju

Re: 答复: 答复: how to Dynamic load of Coprocessors

2016-07-23 Thread Ted Yu
/23 14:15:58 WARN util.NativeCodeLoader: Unable to load native-hadoop > library for your platform... using builtin-java classes where applicable > Found 9 items > ... > -rwxrwxrwx 1 root supergroup1771201 2016-07-23 14:13 /test.jar > ... > > > -邮件原件- > 发

答复: 答复: how to Dynamic load of Coprocessors

2016-07-23 Thread Ma, Sheng-Chen (Aven)
supergroup1771201 2016-07-23 14:13 /test.jar ... -邮件原件- 发件人: Ted Yu [mailto:yuzhih...@gmail.com] 发送时间: 2016年7月23日 0:37 收件人: user@hbase.apache.org 主题: Re: 答复: how to Dynamic load of Coprocessors The pasted log was from master, right ? Can you take a look at region server involved ? Cheers

Re: 答复: how to Dynamic load of Coprocessors

2016-07-22 Thread Ted Yu
> [B.defaultRpcServer.handler=12,queue=0,port=39479] master.ServerManager: > 3052710e85ab46a686a22e23bff937e2, existingValue=-1, completeSequenceId=-1 > 2016-07-22 12:03:40,128 TRACE > [B.defaultRpcServer.handler=12,queue=0,port=39479] master.ServerManager: > 3052710e85ab46a686a22e23bff9

答复: how to Dynamic load of Coprocessors

2016-07-22 Thread Ma, Sheng-Chen (Aven)
,128 TRACE [B.defaultRpcServer.handler=12,queue=0,port=39479] master.ServerManager: 3052710e85ab46a686a22e23bff937e2, family=cpf, existingValue=-1, completeSequenceId=-1 -邮件原件- 发件人: Ted Yu [mailto:yuzhih...@gmail.com] 发送时间: 2016年7月22日 19:48 收件人: user@hbase.apache.org

Re: how to Dynamic load of Coprocessors

2016-07-22 Thread Ted Yu
w.r.t. the DoNotRetryIOException, can you take a look at region server log where testTbl region(s) was hosted ? See if there is some clue why the sanity check failed. Thanks On Fri, Jul 22, 2016 at 1:12 AM, Ma, Sheng-Chen (Aven) < shengchen...@esgyn.cn> wrote: > Hi all: > I want to dynamic add

how to Dynamic load of Coprocessors

2016-07-22 Thread Ma, Sheng-Chen (Aven)
Hi all: I want to dynamic add coprocessor in order to not restart hbase. Following is my code: Path path = new Path("/coprocessor_jars"); FileSystem fs = FileSystem.get(conf); FileStatus[] status = fs.listStatus(path); Path[] listedPaths =