franklovecchio
unread,Nov 10, 2010, 2:40:00 PM11/10/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Scale 7 - Libraries and systems for scalable computing
Having trouble getting getSelector().getIndexedColumns to work; I get
the error: "The type org.apache.avro.specific.SpecificRecordBase
cannot be resolved. It is indirectly referenced from required .class
files". Importing the Avro libs (shouldn't be necessary) eliminated
that error, but the code is still not compiling.
public LinkedHashMap getSecondaryIndexedColumns(
String colParent, IndexClause indexClause, SlicePredicate
colPredicate, ConsistencyLevel cLeve
) {
LinkedHashMap secondaryIndexMap = new LinkedHashMap();
secondaryIndexMap = getSelector().getIndexedColumns(colParent,
indexClause, colPredicate, cLevel);
return secondaryIndexMap;
}