2016-04-12 131 views
1

我試圖在卡桑德拉DSE 3.2.4無法做卡桑德拉TDE

下面的例子是試圖在表級別的數據進行加密:

create TABLE test2 (empname text primary key) 
    WITH compression = 
    { 'sstable_compression’: 'Encryptor', 
'cipher_algorithm' : 'AES/ECB/PKCS5Padding', 
'secret_key_strength' : 128, 
    'chunk_length_kb' : 1 }; 

迴應:我一直得到錯誤「壞請求:無法創建類型爲 的壓縮org.apache.cassandra.io.compress.Encryptor「

如果您遇到任何此類問題,請提供幫助。

我提到以下鏈接:http://docs.datastax.com/en/datastax_enterprise/3.2/datastax_enterprise/sec/secTDEtblcrypt.html

感謝

回答

1

謝謝。

我們曾與Cassandra專家聊過,他們建議 DSE 3.2.4自2015年11月以來已停止使用壽命。從此版本升級到支持的DSE版本將是明智之舉。

我們將升級到新版本,然後嘗試。