mirror of
https://github.com/apache/sqoop.git
synced 2025-05-13 15:32:42 +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:
parent
1b2441d21d
commit
74ebecb7ce
@ -51,7 +51,7 @@ public void setUp() throws Exception {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void setUpJob() throws Exception {
|
public void setUpJob() throws Exception {
|
||||||
job = Job.getInstance();
|
job = new Job();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setUpJobConf() throws Exception {
|
public void setUpJobConf() throws Exception {
|
||||||
|
Loading…
Reference in New Issue
Block a user