*/
private void initializeAdminStats() throws IOException {
Map<RequestInfo.InfoName, String> props =
new HashMap<RequestInfo.InfoName, String>();
props.put(RequestInfo.InfoName.RemoteAddr, getRandomIp());
RequestInfo info = new RequestInfo(props);
ShortUrl shortUrl = rm.getUrlManager().shorten(
new URL("http://hbasebook.com"), "admin", info);
Calendar startDate = Calendar.getInstance();
startDate.set(2011, 1, 1);
Calendar endDate = Calendar.getInstance();