5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-11 22:41:50 +08:00

SQOOP-1131. New test added in SQOOP-1121 is using unsupported API in Hadoop 100

(Jarek Jarcec Cecho via Hari Shreedharan)
This commit is contained in:
Hari Shreedharan 2013-07-10 16:30:39 -07:00
parent 1b2441d21d
commit 74ebecb7ce

View File

@ -51,7 +51,7 @@ public void setUp() throws Exception {
}
public void setUpJob() throws Exception {
job = Job.getInstance();
job = new Job();
}
public void setUpJobConf() throws Exception {