Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

When I'm in the Cassandra CLI trying to make schema changes on a column family I get the exception:

update column family Stream with column_metadata = [{column_name: serverip, validation_class: UTF8Type, index_type:KEYS}, {column_name: streamconnectioncount, validation_class: IntegerType}];

"org.apache.thrift.transport.TTransportException: java.net.SocketException: Broken pipe"

What is the proper way to make schema changes on Cassandra?

share|improve this question
what version of cassandra are you using. – samarth Jun 28 '12 at 9:29

1 Answer

That is a proper way. Are other stuff working against your column family?

Broken pipe is usually an indication that Cassandra cannot be reached, although I haven't experienced this from the CLI myself.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.