public static String[] getTableShards_table(String tableName)throws Exception
{
StormClusterState zkCluster = GetShards.getCluster();
List<Integer> list=zkCluster.higo_ids(tableName);
List<String> listrtntotal=new ArrayList<String>();
List<String> listrtn=new ArrayList<String>();
listrtntotal.add("进程数:"+list.size()+"<br>");
Long recordCount=0l;
HashMap<String,Long> partionCount = new HashMap<String, Long>();