HBASE-10184 Addendum fixes compilation against hadoop-1

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1577394 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Zhihong Yu 2014-03-14 00:34:50 +00:00
parent bb8594380d
commit 5c43d3cbed
1 changed files with 0 additions and 1 deletions

View File

@ -192,7 +192,6 @@ public class TestRowCounter {
schemaChangeThread.start();
job.waitForCompletion(true);
String trackingURL = job.getHistoryUrl();
String trackingURL2 = job.getTrackingURL();
System.out.println("Tracking URL is: " + trackingURL2);
schemaChangeThread.join();