Skip to content

Instantly share code, notes, and snippets.

@jsanda
Created June 15, 2012 21:33
Show Gist options
  • Save jsanda/2938802 to your computer and use it in GitHub Desktop.
Save jsanda/2938802 to your computer and use it in GitHub Desktop.
create column family one_hour_metric_data
with comparator = 'CompositeType(DateType, Int32Type)' and
default_validation_class = DoubleType and
key_validation_class = Int32Type;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment