提交 a420644a 编写于 作者: E Eights

sqoop task source type or target type is null throw exception

上级 a64c2b38
...@@ -69,7 +69,7 @@ public class SqoopJobGenerator { ...@@ -69,7 +69,7 @@ public class SqoopJobGenerator {
if (SqoopJobType.TEMPLATE.getDescp().equals(sqoopParameters.getJobType())) { if (SqoopJobType.TEMPLATE.getDescp().equals(sqoopParameters.getJobType())) {
createSqoopJobGenerator(sqoopParameters.getSourceType(),sqoopParameters.getTargetType()); createSqoopJobGenerator(sqoopParameters.getSourceType(),sqoopParameters.getTargetType());
if(sourceGenerator == null || targetGenerator == null){ if(sourceGenerator == null || targetGenerator == null){
return null; throw new RuntimeException("sqoop task source type or target type is null");
} }
sqoopScripts = commonGenerator.generate(sqoopParameters) sqoopScripts = commonGenerator.generate(sqoopParameters)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册