1

コンピューターに手動で reddit をインストールしようとしています。このガイドを使用して。Cassandra をセットアップしようとしてエラーが発生しました。

インストールガイドには次のように書かれています:

    $ cassandra-cli -h localhost
    [default@unknown] create keyspace reddit with strategy_options = [{replication_factor:1}];
    [default@unknown] use reddit;
    [default@unknown] create column family permacache with column_type = 'Standard' and comparator = 'BytesType';

するとcreate keyspace reddit with strategy_options = [{replication_factor:1}];戻りますorg.apache.thrift.TApplicationException: Internal error processing system_add_keyspace

これを修正するにはどうすればよいですか? Linux Mint 13 MATE 32bit を実行しています。

4

0 に答える 0