mirror of
https://github.com/apache/sqoop.git
synced 2025-05-05 04:20:08 +08:00
SQOOP-1169: Sqoop2: org.apache.sqoop.repository.schema.immutable should default to false
(Hari Shreedharan via Venkat Ranganathan)
This commit is contained in:
parent
21c1207b79
commit
72f0ff1c74
@ -113,7 +113,8 @@ public synchronized void initialize() {
|
|||||||
|
|
||||||
provider.initialize(context);
|
provider.initialize(context);
|
||||||
|
|
||||||
if(!context.getBoolean(RepoConfigurationConstants.SYSCFG_REPO_SCHEMA_IMMUTABLE, true)) {
|
if(!context.getBoolean(RepoConfigurationConstants
|
||||||
|
.SYSCFG_REPO_SCHEMA_IMMUTABLE, false)) {
|
||||||
LOG.info("Creating or upgrading on disk structures if necessary");
|
LOG.info("Creating or upgrading on disk structures if necessary");
|
||||||
provider.getRepository().createOrUpdateInternals();
|
provider.getRepository().createOrUpdateInternals();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user