File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
main/java/com/cloudera/utils/hms/mirror/cli
test/java/com/cloudera/utils/hms/mirror/integration/end_to_end Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 -> {
Original file line number Diff line number Diff line change 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 })
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments