cassandra cql shell window got disappears after installation in windows

前端 未结 4 2089
攒了一身酷
攒了一身酷 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 19:04

    I had the same problem with DataStax Community 3.0.9

    Step 1: Go to C:\Program Files\DataStax Community\apache-cassandra\conf and open cassandra.yaml in notepad or wordpad

    Step 2: Make sure the file has the following entries. If not, add them and save the file.

    hints_directory: "C:/Program Files/DataStax Community/data/hints" data_file_directories: - "C:/Program Files/DataStax Community/data/data" commitlog_directory: "C:/Program Files/DataStax Community/data/commitlog" cdc_raw_directory: "C:/Program Files/DataStax Community/data/cdc_raw" saved_caches_directory: "C:/Program Files/DataStax Community/data/saved_caches"

    Step 3: Go to C:\Program Files\DataStax Community\data and make sure you have following folders:

    commitlog , data , hints, saved_caches, cdc_raw

    If cdc_raw folder is missing, create a folder named cdc_raw

    After this, run Cassandra CQL shell again. This should solve the problem.

提交回复
热议问题