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?