You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Gwen Shapira (JIRA)" <ji...@apache.org> on 2014/11/09 19:08:33 UTC

[jira] [Commented] (SQOOP-1514) Refactor FrameworkRequestHandler to DriverRequestHandler

    [ https://issues.apache.org/jira/browse/SQOOP-1514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14204025#comment-14204025 ] 

Gwen Shapira commented on SQOOP-1514:
-------------------------------------

Placing this in 1.99.4 based on parent task.

There's no patch here, so please add a comment on where this was resolved.

> 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
>             Fix For: 1.99.4
>
>
> The new Driver JSON
> {code}
> { "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"
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)