예제 #1
0
 /**
  * TODO Move this method to PhoenixUtil Update Phoenix table stats
  *
  * @param tableName
  * @throws Exception
  */
 public void updatePhoenixStats(String tableName) throws Exception {
   logger.info("Updating stats for " + tableName);
   pUtil.executeStatement("UPDATE STATISTICS " + tableName);
 }