5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-09 00:29:40 +08:00

SQOOP-607: In-process Hive CLI driver does not work

(David Robson via Jarek Jarcec Cecho)
This commit is contained in:
Jarek Jarcec Cecho 2012-09-19 11:02:09 +02:00
parent 9506b34ddf
commit 75f2b707b6

View File

@ -80,7 +80,7 @@ public void uninstall() {
*/
public void checkExit(int status) {
LOG.debug("Rejecting System.exit call with status=" + status);
throw new ExitSecurityException(status);
throw new com.cloudera.sqoop.util.ExitSecurityException(status);
}
@Override