Configuration conf = rss.getConfiguration();
IndexedHTableDescriptor tableDescriptor = null;
try {
tableDescriptor = IndexUtils.getIndexedHTableDescriptor(tableName, conf);
} catch (IOException e) {
rss.abort("Some unidentified scenario while reading from the "
+ "table descriptor . Aborting RegionServer", e);
}
if (tableDescriptor != null) {
list = tableDescriptor.getIndices();
if (list != null && list.size() > 0) {