Repository: sqoop Updated Branches: refs/heads/SQOOP-1367 3391e3950 -> 0cfcce5aa
SQOOP-1573: Sqoop2: From/To: Fix driver labels (Abraham Elmahrek via Jarek Jarcec Cecho) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/0cfcce5a Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/0cfcce5a Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/0cfcce5a Branch: refs/heads/SQOOP-1367 Commit: 0cfcce5aabeff143bb2943ca3114c193d2ef9158 Parents: 3391e39 Author: Jarek Jarcec Cecho <[email protected]> Authored: Thu Oct 9 13:59:05 2014 -0700 Committer: Jarek Jarcec Cecho <[email protected]> Committed: Thu Oct 9 13:59:05 2014 -0700 ---------------------------------------------------------------------- core/src/main/resources/driver-config.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/0cfcce5a/core/src/main/resources/driver-config.properties ---------------------------------------------------------------------- diff --git a/core/src/main/resources/driver-config.properties b/core/src/main/resources/driver-config.properties index 78c3b38..e005775 100644 --- a/core/src/main/resources/driver-config.properties +++ b/core/src/main/resources/driver-config.properties @@ -19,7 +19,7 @@ # Throttling From # -throttthrottlingConfigling.label = Throttling resources +throttlingConfig.label = Throttling resources throttlingConfig.help = Set throttling boundaries to not overload your systems throttlingConfig.numExtractors.label = Extractors
