在Cassandra中加载cassandra.yaml之外的其他配置文件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在Cassandra中加载cassandra.yaml之外的其他配置文件相关的知识,希望对你有一定的参考价值。

是否可以让Cassandra加载其他属性的附加配置文件以及默认属性? (/etc/cassandra/cassandra.yaml)

谢谢

答案

不,您可以将其更改为使用其他文件(通过设置-Dcassandra.config=file://your/path),但只能使用单个文件。如果你真的想要,你可以编写一个自定义配置加载器(如YamlConfigurationLoader)并设置为:-Dcassandra.config.loader=your.Loader

以上是关于在Cassandra中加载cassandra.yaml之外的其他配置文件的主要内容,如果未能解决你的问题,请参考以下文章

如何从cassandra表值创建python字典?

使用java在内存中加载2GB [关闭]

使用 Spark SQL 在 cassandra 中加入两个表 - 错误:缺少 EOF

图像在 iframe 中加载后未从缓存中加载

webview 正在模拟器中加载,但未在设备中加载

无法在 Visual C++ 中加载 SQL 驱动程序(但在 QtCreator 中加载)