l and store data in Map using xom parser
Not really a cassandra question, but it would seem your xml file isn't
particularly well designed. It would seem you need to qualify your
entries with indices when put in the map, such as
put("test.1.C", "0");
put("test.2.C&qu
Not really a cassandra question, but it would seem your xml file isn't
particularly well designed. It would seem you need to qualify your
entries with indices when put in the map, such as
put("test.1.C", "0");
put("test.2.C", "50");
before figuring out the cassandra angle, i'd rethin