mirror of
https://github.com/apache/sqoop.git
synced 2025-05-08 07:29:09 +08:00
SQOOP-2656: Sqoop2: NPE will happen in connector-loading-tests when do the slow integration test
(Colin Ma via Jarek Jarcec Cecho)
This commit is contained in:
parent
492459615e
commit
84590aa4ab
@ -140,7 +140,9 @@ protected void startSqoop() throws Exception {
|
||||
}
|
||||
|
||||
protected void stopSqoop() throws Exception {
|
||||
cluster.stop();
|
||||
if (cluster != null) {
|
||||
cluster.stop();
|
||||
}
|
||||
}
|
||||
|
||||
protected void stopHadoop() throws Exception {
|
||||
|
Loading…
Reference in New Issue
Block a user