mirror of
https://github.com/apache/sqoop.git
synced 2025-05-09 05:20:18 +08:00
SQOOP-607: In-process Hive CLI driver does not work
(David Robson via Jarek Jarcec Cecho)
This commit is contained in:
parent
9506b34ddf
commit
75f2b707b6
@ -80,7 +80,7 @@ public void uninstall() {
|
|||||||
*/
|
*/
|
||||||
public void checkExit(int status) {
|
public void checkExit(int status) {
|
||||||
LOG.debug("Rejecting System.exit call with status=" + status);
|
LOG.debug("Rejecting System.exit call with status=" + status);
|
||||||
throw new ExitSecurityException(status);
|
throw new com.cloudera.sqoop.util.ExitSecurityException(status);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user