HBASE-8641 IndexBuilder example : CF name of the src table is hard coded
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1487909 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fd9204b038
commit
6ff1dc821d
|
@ -128,7 +128,6 @@ public class IndexBuilder {
|
|||
fields[i] = args[i + 2];
|
||||
}
|
||||
conf.setStrings("index.fields", fields);
|
||||
conf.set("index.familyname", "attributes");
|
||||
Job job = new Job(conf, tableName);
|
||||
job.setJarByClass(IndexBuilder.class);
|
||||
job.setMapperClass(Map.class);
|
||||
|
|
Loading…
Reference in New Issue