cassandra cql shell window got disappears after installation in windows

前端 未结 4 2091
攒了一身酷
攒了一身酷 2021-02-13 18:03

cassandra cql shell window got disappears after installation in windows? this was installed using MSI installer availalbe in planet cassandra.

Why this happens ? please

4条回答
  •  太阳男子
    2021-02-13 18:44

    I had the same issue with DataStax 3.9. This is how I sorted this:

    Step 1: Open file: DataStax-DDC\apache-cassandra\conf\cassandra.yaml

    Step 2: Uncomment the cdc_raw_directory and set new value to (for windows)

    cdc_raw_directory: "C:/Program Files/DataStax-DDC/data/cdc_raw"

    Step 3: Goto Windows Services and Start the DataStax DDC Server 3.9.0 Service

提交回复
热议问题