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:
larsh 2012-10-24 04:47:28 +00:00
parent af295f5605
commit 08491e4f59
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ public class CoprocessorClassLoader extends URLClassLoader {
"sunw.",
// Hadoop/HBase:
"org.apache.hadoop",
"com.hadoop",
};
/**