mirror of
https://github.com/apache/sqoop.git
synced 2025-05-12 06:51: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,8 +140,10 @@ protected void startSqoop() throws Exception {
|
|||||||
}
|
}
|
||||||
|
|
||||||
protected void stopSqoop() throws Exception {
|
protected void stopSqoop() throws Exception {
|
||||||
|
if (cluster != null) {
|
||||||
cluster.stop();
|
cluster.stop();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
protected void stopHadoop() throws Exception {
|
protected void stopHadoop() throws Exception {
|
||||||
hadoopCluster.stop();
|
hadoopCluster.stop();
|
||||||
|
Loading…
Reference in New Issue
Block a user