How to make pycassa silent (make it stop printing to console when i create or change key or column validators) -
How to make pycassa silent (make it stop printing to console when i create or change key or column validators) -
the next prints "doubletype(reversed=false)" console; how tell pycassa stop doing that? happens when alter_column too.
python 2.7.2+ (default, nov 30 2011, 19:22:03) [gcc 4.6.2] on linux2 type "help", "copyright", "credits" or "license" more information. >>> pycassa.types import compositetype, utf8type, longtype, doubletype, booleantype >>> pycassa.system_manager import systemmanager >>> systemmanager().create_keyspace('test', strategy_options={"replication_factor": "1"}) >>> systemmanager().create_column_family('test', 'testcf', key_validation_class=doubletype()) doubletype(reversed=false)
thanks
it harmless bug fixed here: https://github.com/pycassa/pycassa/issues/98
the next release won't have issue.
pycassa
Comments
Post a Comment