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:
anoopsamjohn 2013-05-30 16:12:05 +00:00
parent fd9204b038
commit 6ff1dc821d
1 changed files with 0 additions and 1 deletions

View File

@ -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);