You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
MCOL-59, change calpont.xml
This commit is contained in:
@ -203,10 +203,10 @@ int main(int argc, char* argv[])
|
||||
return 1;
|
||||
}
|
||||
|
||||
//@bug5554, make sure IDBPolicy matches the Calpont.xml config
|
||||
//@bug5554, make sure IDBPolicy matches the Columnstore.xml config
|
||||
try
|
||||
{
|
||||
string calpontConfigFile(startup::StartUp::installDir() + "/etc/Calpont.xml");
|
||||
string calpontConfigFile(startup::StartUp::installDir() + "/etc/Columnstore.xml");
|
||||
config::Config* sysConfig = config::Config::makeConfig(calpontConfigFile.c_str());
|
||||
string tmp = sysConfig->getConfig("Installation", "DBRootStorageType");
|
||||
if (boost::iequals(tmp, "hdfs"))
|
||||
|
Reference in New Issue
Block a user