Skip to content

Commit 19237b6

Browse files
committed
Translation issue from CLI for new property.
1 parent 14a4aca commit 19237b6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<groupId>com.cloudera.utils.hadoop</groupId>
3030
<artifactId>hms-mirror</artifactId>
31-
<version>3.2.0.0</version>
31+
<version>3.2.0.1</version>
3232
<packaging>jar</packaging>
3333

3434
<name>hms-mirror</name>

src/main/java/com/cloudera/utils/hms/mirror/cli/HmsMirrorCommandLineOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,7 @@ CommandLineRunner configSkipLinkCheckTrue(HmsMirrorConfig hmsMirrorConfig) {
10791079
@Bean
10801080
@Order(1)
10811081
@ConditionalOnProperty(
1082-
name = "hms-mirror.config.database.consolidate-db-create-statements",
1082+
name = "hms-mirror.config.consolidate-db-create-statements",
10831083
havingValue = "true")
10841084
CommandLineRunner configconsolidateDBCreate(HmsMirrorConfig hmsMirrorConfig) {
10851085
return args -> {

src/test/java/com/cloudera/utils/hms/mirror/integration/end_to_end/cdp/Test_sm_smn_wd_cds.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"--hms-mirror.config.warehouse-directory=/warehouse/managed",
3636
"--hms-mirror.config.external-warehouse-directory=/warehouse/external",
3737
"--hms-mirror.conversion.test-filename=/test_data/assorted_tbls_02.yaml",
38-
"--hms-mirror.config.database.consolidate-db-create-statements=true",
38+
"--hms-mirror.config.consolidate-db-create-statements=true",
3939
"--hms-mirror.config.filename=/config/default.yaml.cdp",
4040
"--hms-mirror.config.output-dir=${user.home}/.hms-mirror/test-output/e2e/cdp/sm_smn_wd_cds"
4141
})

src/test/java/com/cloudera/utils/hms/mirror/integration/end_to_end/cdp_to_cdp/Test_sql_mao_cds.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"--hms-mirror.config.migrate-acid-only=true",
3535
"--hms-mirror.conversion.test-filename=/test_data/assorted_tbls_01.yaml",
3636
"--hms-mirror.config.filename=/config/default.yaml.cdp-cdp",
37-
"--hms-mirror.config.database.consolidate-db-create-statements=true",
37+
"--hms-mirror.config.consolidate-db-create-statements=true",
3838
"--hms-mirror.config.output-dir=${user.home}/.hms-mirror/test-output/e2e/cdp_cdp/sql_mao_cds"
3939
})
4040
@Slf4j

0 commit comments

Comments
 (0)