Amend HBASE-6276. Misapplied patch
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1354274 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c80b254756
commit
f4165e27ce
|
@ -276,7 +276,7 @@ public class TestClassLoading {
|
|||
File jarFile = buildCoprocessorJar(cpName3);
|
||||
|
||||
// create a table that references the jar
|
||||
HTableDescriptor htd = new HTableDescriptor(tableName);
|
||||
HTableDescriptor htd = new HTableDescriptor(cpName3);
|
||||
htd.addFamily(new HColumnDescriptor("test"));
|
||||
htd.setValue("COPROCESSOR$1", jarFile.toString() + "|" + cpName3 + "|" +
|
||||
Coprocessor.PRIORITY_USER);
|
||||
|
|
Loading…
Reference in New Issue