|
|
@ -17,8 +17,8 @@ |
|
|
|
|
|
|
|
|
|
|
|
package org.apache.dolphinscheduler.server.worker.task.sqoop; |
|
|
|
package org.apache.dolphinscheduler.server.worker.task.sqoop; |
|
|
|
|
|
|
|
|
|
|
|
import com.alibaba.fastjson.JSON; |
|
|
|
|
|
|
|
import org.apache.dolphinscheduler.common.task.sqoop.SqoopParameters; |
|
|
|
import org.apache.dolphinscheduler.common.task.sqoop.SqoopParameters; |
|
|
|
|
|
|
|
import org.apache.dolphinscheduler.common.utils.JSONUtils; |
|
|
|
import org.apache.dolphinscheduler.server.entity.SqoopTaskExecutionContext; |
|
|
|
import org.apache.dolphinscheduler.server.entity.SqoopTaskExecutionContext; |
|
|
|
import org.apache.dolphinscheduler.server.entity.TaskExecutionContext; |
|
|
|
import org.apache.dolphinscheduler.server.entity.TaskExecutionContext; |
|
|
|
import org.apache.dolphinscheduler.server.worker.task.sqoop.generator.SqoopJobGenerator; |
|
|
|
import org.apache.dolphinscheduler.server.worker.task.sqoop.generator.SqoopJobGenerator; |
|
|
@ -37,7 +37,6 @@ import org.slf4j.Logger; |
|
|
|
import org.slf4j.LoggerFactory; |
|
|
|
import org.slf4j.LoggerFactory; |
|
|
|
import org.springframework.context.ApplicationContext; |
|
|
|
import org.springframework.context.ApplicationContext; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* sqoop task test |
|
|
|
* sqoop task test |
|
|
|
*/ |
|
|
|
*/ |
|
|
|