cassandra-topology.properties cannot reside inside jar file
-----------------------------------------------------------
Key: CASSANDRA-2036
URL: https://issues.apache.org/jira/browse/CASSANDRA-2036
Project: Cassandra
Issue Type: Bug
Components: Core
Affects Versions: 0.7.0, 0.7.1
Reporter: Mck SembWever
Assignee: Mck SembWever
Fix For: 0.7.1
PropertyFileSnitch cannot load the cassandra-topology.properties if it is
located inside a jar file.
At startup cassandra will print and exit
[ERROR] 20:50:01 Fatal error: Unable to read cassandra-topology.properties
Bad configuration; unable to start server
It seems FBUtilities.resourceToFIle(..) can only be used for loading plain
files.
The attached patch solves the problem. It uses the standard java approach for
loading a resource stream...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.