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:
parent
bb8594380d
commit
5c43d3cbed
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue