I'd like to have a Hadoop MapReduce job create a column family in the setup() method of the Mapper, if it doesn't already exist. How would I do that correctly? I thought of using CassandraServer's methods (which is a bit of a hack, I know), but they are private, so I suppose there is a better way. Any help?
Alexander Altanis