Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The "ClientExamples" page has been changed by TedZ. http://wiki.apache.org/cassandra/ClientExamples?action=diff&rev1=73&rev2=74 -------------------------------------------------- = Thrift examples = The rest of this page shows examples of using the low-level [[http://incubator.apache.org/thrift/|Thrift]] interface. - To generate the bindings for a particular language, first find out if Thrift supports that language. If it does, you can run "thrift -gen XYZ interface/cassandra.thrift" for whatever XYZ you fancy. + To generate the bindings for a particular language, first find out if Thrift supports that language. If it does, you can run "thrift --gen XYZ interface/cassandra.thrift" for whatever XYZ you fancy. These examples are for Cassandra trunk, which will become 0.4. See ClientExamples03 for examples fitting the 03 API.
