[
https://issues.apache.org/jira/browse/SQOOP-1514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Veena Basavaraj updated SQOOP-1514:
-----------------------------------
Description:
The new Driver JSON
{code}
{
"id":3,
"config-params":{
"throttlingConfig.numExtractors.label":"Extractors",
"throttlingConfig.numLoaders.help":"Number of loaders that Sqoop will
use",
"throttlingConfig.numLoaders.label":"Loaders",
"throttlingConfig.label":"Throttling resources",
"throttlingConfig.numExtractors.help":"Number of extractors that Sqoop
will use",
"throttlingConfig.help":"Set throttling boundaries to not overload your
systems"
},
"config-values":[
{
"id":7,
"inputs":[
{
"id":25,
"name":"throttlingConfig.numExtractors",
"type":"INTEGER",
"sensitive":false
},
{
"id":26,
"name":"throttlingConfig.numLoaders",
"type":"INTEGER",
"sensitive":false
}
],
"name":"throttlingConfig",
"type":"JOB"
}
],
"version":"1"
}
{code}
> Refactor FrameworkRequestHandler to DriverRequestHandler
> --------------------------------------------------------
>
> Key: SQOOP-1514
> URL: https://issues.apache.org/jira/browse/SQOOP-1514
> Project: Sqoop
> Issue Type: Sub-task
> Reporter: Veena Basavaraj
> Assignee: Veena Basavaraj
>
> The new Driver JSON
> {code}
> {
> "id":3,
> "config-params":{
> "throttlingConfig.numExtractors.label":"Extractors",
> "throttlingConfig.numLoaders.help":"Number of loaders that Sqoop will
> use",
> "throttlingConfig.numLoaders.label":"Loaders",
> "throttlingConfig.label":"Throttling resources",
> "throttlingConfig.numExtractors.help":"Number of extractors that Sqoop
> will use",
> "throttlingConfig.help":"Set throttling boundaries to not overload your
> systems"
> },
> "config-values":[
> {
> "id":7,
> "inputs":[
> {
> "id":25,
> "name":"throttlingConfig.numExtractors",
> "type":"INTEGER",
> "sensitive":false
> },
> {
> "id":26,
> "name":"throttlingConfig.numLoaders",
> "type":"INTEGER",
> "sensitive":false
> }
> ],
> "name":"throttlingConfig",
> "type":"JOB"
> }
> ],
> "version":"1"
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)