[
https://issues.apache.org/jira/browse/CASSANDRA-786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12836521#action_12836521
]
Ted Zlatanov edited comment on CASSANDRA-786 at 2/22/10 6:25 AM:
-----------------------------------------------------------------
Is it possible to autogenerate the Perl bindings as well, similarly to how the
Python bindings are done? If that's done I'll contact the maintainer of the
CPAN Cassandra::Net module (Leon Brocard) to ensure it uses them as installed
instead of trying to autogenerate them.
While it's nice for development, perhaps the JMX options
-Dcom.sun.management.jmxremote.port=8080 \
-Dcom.sun.management.jmxremote.ssl=false \
-Dcom.sun.management.jmxremote.authenticate=false"
should not be set in the RPM startup script for everyone? They could be
commented out or optional (in /etc/default/cassandra maybe).
Similarly, perhaps the stack+heap size and survivor ratios could be set outside
the startup script.
I'm basing the comments on JVM options on the existing Debian rules in
debian/cassandra.default, so maybe it just makes sense to look at those rules.
was (Author: tzz):
Is it possible to autogenerate the Perl bindings as well, similarly to how
the Python bindings are done? If that's done I'll contact the maintainer of the
CPAN Cassandra::Net module (Leon Brocard) to ensure it uses them as installed
instead of trying to autogenerate them.
While it's nice for development, perhaps the JMX options
-Dcom.sun.management.jmxremote.port=8080 \
-Dcom.sun.management.jmxremote.ssl=false \
-Dcom.sun.management.jmxremote.authenticate=false"
should not be set in the RPM startup script for everyone? They could be
commented out or optional (in /etc/default/cassandra maybe).
Similarly, perhaps the stack+heap size and survivor ratios could be set outside
the startup script.
> RPM Packages
> ------------
>
> Key: CASSANDRA-786
> URL: https://issues.apache.org/jira/browse/CASSANDRA-786
> Project: Cassandra
> Issue Type: Improvement
> Components: Contrib
> Reporter: Daniel Lundin
> Priority: Minor
> Attachments: cassandra.spec
>
>
> RPM packages (and debs of course) would be nice,especially now that cassandra
> is maturing and gaining more interest.
> Lowering the threshold for getting cassandra running and getting started is
> also important.
> I think the RabbitMQ project has an admirable "Download and install"
> experience, not to mention the rather cute "2 min guarantee". Definitely a
> good inspiration.
> I've been studying Cloudera's Hadoop packages, which are very nice, and
> really appreciate the separate packages for configuration.
> This allows easy deployment of node configuration to a cluster.
> I'll have a spec file for building RHEL5 / CentOS packages ready for review
> and attached here in a bit.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.