cqlsh

    2熱度

    1回答

    我最近將cassandra dev集羣更新爲包含RoleManager支持的v2.2.2。我注意到最近通過CQL創建當新用戶: CREATE ROLE abc WITH PASSWORD = 'abcde' AND LOGIN = true; 或 CREATE USER abc WITH PASSWORD 'abcde'; 在任一情況下,執行上述命令後,用戶無法登錄。檢查system_au

    0熱度

    1回答

    我有一個4核16GB Ram 3 EC2 m4.xlarge實例的3-3節點Cassandra集羣分佈在AWS(美國和新加坡,兩個網絡複製因子爲2的NetworkReplicationStrategy)中的兩個區域。 當我嘗試連接使用cqlsh它,我得到以下錯誤 Connection error: ('Unable to connect to any servers', {'127.0.0.1':

    2熱度

    2回答

    我使用卡桑德拉和使用Datastax PHP CQL。 考慮下面的查詢,我應該怎麼解碼的結果? $cql = SELECT * FROM company WHERE userid = 1001 ORDER BY gpsTime DESC LIMIT 1; $statement = new Cassandra\SimpleStatement($cql); $result = $thi

    1熱度

    1回答

    我使用批處理語句將數據插入到來自csv文件的Cassandra中。我的表看起來像這樣 創建表曝光(expoid BIGINT,FILEID BIGINT,studyid文本,projname文字,W文字,X文字,Y文本,Z文本) System.out.println(colDataMap); String keyspace = "orchtablespaces"; String tabNam

    2熱度

    1回答

    CREATE TABLE users ( userId uuid, firstname varchar, mobileNo varchar, PRIMARY KEY (userId) ); CREATE TABLE users_by_firstname ( userId uuid, firstname varchar, mobileNo varchar, PRIMARY KE

    1熱度

    1回答

    當我嘗試執行COPY命令時,我收到了CQLSH時間戳格式錯誤。 Shell instance has no attribute 'display_timestamp_format' 有誰知道任何線索擺脫這種錯誤的? cqlshrc具有項: [UI] time_format = %Y-%m-%d %H:%M:%S%z 版本: [cqlsh 5.0.1 | Cassandra 2.1.11.872

    1熱度

    1回答

    我創建了一個表有連字符 create table word (name text,"all-category" text,primary key(name)); 我能成功做到這一點 desc schema; CREATE KEYSPACE demo WITH replication = {'class': 'SimpleStrategy', 'replication_factor': '1'

    1熱度

    2回答

    在cqlsh中我想創建1個超級列address。然後在地址下面我要創建2個子列,permanent和temporary address。 我該如何使用cql shell來做到這一點?

    2熱度

    1回答

    我有Cassandra(版本2.2.3)數據庫的奇怪問題,並使用發送資金功能編寫簡單應用程序的概念證明時使用靜態列。 我的表是: CREATE TABLE transactions ( profile text, timestamp timestamp, amount text, balance text, lock int static, PRIMARY KEY (profile, t

    1熱度

    1回答

    我正在面臨與我的cassandra查詢有關在特定日期時間範圍內獲取數據的問題。 我查詢去如下 select * from table1 where column1='abc' and time>='2015-11-13 10:43:55' and time<='2015-11-13 11:48:14' 如果我執行此查詢時,它釋放出的數據。 但是如果我執行下面的查詢(時間大於),我得到的數據 s