Re: 答复: how to Dynamic load of Coprocessors

2016-07-22 Thread Ted Yu
The pasted log was from master, right ? Can you take a look at region server involved ? Cheers On Fri, Jul 22, 2016 at 9:23 AM, Ma, Sheng-Chen (Aven) < shengchen...@esgyn.cn> wrote: > Hi Ted: > Following is part of log. I have changed log level to TRACE. But still > can’t find any clue. > > 201

答复: how to Dynamic load of Coprocessors

2016-07-22 Thread Ma, Sheng-Chen (Aven)
Hi Ted: Following is part of log. I have changed log level to TRACE. But still can’t find any clue. 2016-07-22 12:03:38,261 DEBUG [ProcedureExecutor-1] procedure2.ProcedureExecutor: Procedure completed in 1.6310sec: DisableTableProcedure (table=testTbl) id=109 owner=shengchen.ma state=F INISHED

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 = FileUtil.stat2Paths(status