This reverts commit 046044c83d.
This commit is contained in:
@@ -185,7 +185,7 @@ public class TestDFSPropertiesConfiguration {
|
||||
DFSPropertiesConfiguration.refreshGlobalProps();
|
||||
assertEquals(5, DFSPropertiesConfiguration.getGlobalProps().size());
|
||||
assertEquals("jdbc:hive2://localhost:10000", DFSPropertiesConfiguration.getGlobalProps().get("hoodie.datasource.hive_sync.jdbcurl"));
|
||||
assertEquals("jdbc", DFSPropertiesConfiguration.getGlobalProps().get("hoodie.datasource.hive_sync.mode"));
|
||||
assertEquals("true", DFSPropertiesConfiguration.getGlobalProps().get("hoodie.datasource.hive_sync.use_jdbc"));
|
||||
assertEquals("false", DFSPropertiesConfiguration.getGlobalProps().get("hoodie.datasource.hive_sync.support_timestamp"));
|
||||
assertEquals("BLOOM", DFSPropertiesConfiguration.getGlobalProps().get("hoodie.index.type"));
|
||||
assertEquals("true", DFSPropertiesConfiguration.getGlobalProps().get("hoodie.metadata.enable"));
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
# Example:
|
||||
hoodie.datasource.hive_sync.jdbcurl jdbc:hive2://localhost:10000
|
||||
hoodie.datasource.hive_sync.mode jdbc
|
||||
hoodie.datasource.hive_sync.use_jdbc true
|
||||
hoodie.datasource.hive_sync.support_timestamp false
|
||||
hoodie.index.type BLOOM
|
||||
hoodie.metadata.enable true
|
||||
|
||||
Reference in New Issue
Block a user