Repository: sqoop Updated Branches: refs/heads/sqoop2 af8571b64 -> 716d05055
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/716d0505 Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/716d0505 Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/716d0505 Branch: refs/heads/sqoop2 Commit: 716d050559c27919a0fde3713a65fdc660ffb566 Parents: af8571b Author: Jarek Jarcec Cecho <[email protected]> Authored: Sun Nov 16 11:41:07 2014 -0800 Committer: Jarek Jarcec Cecho <[email protected]> Committed: Sun Nov 16 11:41:07 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/716d0505/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
