SQOOP-1740: Sqoop2:The sqoop.properties should say driver.autoupgrade (Veena Basavaraj 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/dc226c44 Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/dc226c44 Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/dc226c44 Branch: refs/heads/cdh5-1.99.4 Commit: dc226c4481b30f3d91579f6bc19198142e80040b Parents: 56a62e8 Author: Jarek Jarcec Cecho <[email protected]> Authored: Sun Nov 16 11:41:07 2014 -0800 Committer: Abraham Elmahrek <[email protected]> Committed: Wed Nov 19 13:44:45 2014 -0800 ---------------------------------------------------------------------- dist/src/main/server/conf/sqoop.properties | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/dc226c44/dist/src/main/server/conf/sqoop.properties ---------------------------------------------------------------------- diff --git a/dist/src/main/server/conf/sqoop.properties b/dist/src/main/server/conf/sqoop.properties index 3ba50ef..c5faeca 100755 --- a/dist/src/main/server/conf/sqoop.properties +++ b/dist/src/main/server/conf/sqoop.properties @@ -81,6 +81,9 @@ org.apache.sqoop.auditlogger.default.file=@LOGDIR@/default.audit # Repository provider org.apache.sqoop.repository.provider=org.apache.sqoop.repository.JdbcRepositoryProvider + +# Repository upgrade +# If set to true, it will not upgrade the sqoop respository schema, by default it will iniate the upgrade on server start-up org.apache.sqoop.repository.schema.immutable=false # JDBC repository provider configuration @@ -96,14 +99,16 @@ org.apache.sqoop.repository.jdbc.password= org.apache.sqoop.repository.sysprop.derby.stream.error.file=@LOGDIR@/derbyrepo.log # -# Connector configuration +# Sqoop Connector configuration +# If set to true will initiate Connectors config upgrade during server startup # org.apache.sqoop.connector.autoupgrade=false # -# Framework configuration +# Sqoop Driver configuration +# If set to true will initiate the Driver config upgrade during server startup # -org.apache.sqoop.framework.autoupgrade=false +org.apache.sqoop.driver.autoupgrade=false # Sleeping period for reloading configuration file (once a minute) org.apache.sqoop.core.configuration.provider.properties.sleep=60000
