[nycbug-talk] Plugging NYC-Cassandra Meetup

Edward Capriolo edlinuxguru at gmail.com
Fri Apr 1 22:15:09 EDT 2011


Hello all,

I am starting a new meet up group:
http://www.meetup.com/NYC-Cassandra-User-Group/

for people interesting in the Apache Cassandra Distributed Data store
http://cassandra.apache.org

I also want to point out that Cassandra has special code to support FreeBSD
$ grep -A5 -B1 BSD
/home/edward/cassandra-dev/cassandra-0.7/conf/cassandra-env.sh
        ;;
        FreeBSD)
            system_memory_in_bytes=`sysctl hw.physmem | awk '{print $2}'`
            system_memory_in_mb=$((system_memory_in_bytes / 1024 / 1024))
            system_cpu_cores=`sysctl hw.ncpu | awk '{print $2}'`
            break
        ;;
:)

I hope you can make it.
Thank you,
Edward



More information about the talk mailing list