mirror of
https://github.com/apache/sqoop.git
synced 2025-05-03 04:11:44 +08:00
Fix: Use org.apache.sqoop.manager.ImportJobContext instead of com.cloudera.sqoop.*
This commit is contained in:
parent
9ab23a7e27
commit
bd8076ab02
@ -456,7 +456,7 @@ public void importTable(
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void importQuery(com.cloudera.sqoop.manager.ImportJobContext context)
|
public void importQuery(org.apache.sqoop.manager.ImportJobContext context)
|
||||||
throws IOException, ImportException {
|
throws IOException, ImportException {
|
||||||
context.setConnManager(this);
|
context.setConnManager(this);
|
||||||
// Specify the Oracle-specific DBInputFormat for import.
|
// Specify the Oracle-specific DBInputFormat for import.
|
||||||
|
Loading…
Reference in New Issue
Block a user