Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The new Driver JSON
{ "allConfigParams" : { "throttlingConfig.help" : "Set throttling boundaries to not overload your systems", "throttlingConfig.label" : "Throttling resources", "throttlingConfig.numExtractors.help" : "Number of extractors that Sqoop will use", "throttlingConfig.numExtractors.label" : "Extractors", "throttlingConfig.numLoaders.help" : "Number of loaders that Sqoop will use", "throttlingConfig.numLoaders.label" : "Loaders" }, "id" : 3, "jobConfigValues" : [ { "id" : 7, "inputs" : [ { "id" : 25, "name" : "throttlingConfig.numExtractors", "sensitive" : false, "type" : "INTEGER" }, { "id" : 26, "name" : "throttlingConfig.numLoaders", "sensitive" : false, "type" : "INTEGER" } ], "name" : "throttlingConfig", "type" : "JOB" } ], "version" : "1" }
Attachments
Attachments
Issue Links
- blocks
-
SQOOP-1512 Refactor ConnectionRequestHandler and add ConfigurableRequestHandler
- Resolved