Hello anaras,

Unfortunately I have no experience with Apache Cassandra nor with DBD::Cassandra but because nobody replied till now I can offer some general hint.

The first one is about your perl version. centos come with an oldish 5.10 and will probably be better to not use it and to not modify it at all. Install another version under another path (using perlbrew or other simpler tecniques) and choice a more recent one.

DBD::Cassandra CPAN tester matrix I see good results only for Perl 5.14 and above. So pick a Perl 5.25 and install your needed modules in it.

The DBD::Cassandra module seems frequently updated with 12 releases since September 2015: this is a good sign. The test suite seems not so big: might be worth to analyze it to see what is really tested.

Be sure to carefully read the CAVEATS,_BUGS,_TODO part of the documentation.

It will be kind to report your own opinion after your investigation to enrich the PM wisdom.

PS i've found this docs just in the rare case you've missed them.

L*

There are no rules, there are no thumbs..
Reinvent the wheel, then learn The Wheel; may be one day you reinvent one of THE WHEELS.

In reply to Re: Apache Cassandra / DBD::Cassandra by Discipulus
in thread Apache Cassandra / DBD::Cassandra by anaras

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.