HBASE-6843 loading lzo error when using coprocessor (Andy)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401551 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
af295f5605
commit
08491e4f59
|
@ -67,6 +67,7 @@ public class CoprocessorClassLoader extends URLClassLoader {
|
|||
"sunw.",
|
||||
// Hadoop/HBase:
|
||||
"org.apache.hadoop",
|
||||
"com.hadoop",
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue