SyntaxException: <ErrorMessage code=2000 [CQL 查询中的语法错误] message="Unknown property 'replicati

     2023-03-22     229

关键词:

【中文标题】SyntaxException: <ErrorMessage code=2000 [CQL 查询中的语法错误] message="Unknown property \'replication_factor\'">【英文标题】:SyntaxException: <ErrorMessage code=2000 [Syntax error in CQL query] message="Un known property 'replication_factor'">SyntaxException: <ErrorMessage code=2000 [CQL 查询中的语法错误] message="Unknown property 'replication_factor'"> 【发布时间】:2016-06-06 07:51:50 【问题描述】:

执行以下查询时,我在 cassandra 中遇到错误。

使用 replication_factor=3 创建键空间 testkeyspace;

SyntaxException:

【问题讨论】:

【参考方案1】:

CREATE KEYSPACE 的手册显示了如何正确使用它。

CREATE KEYSPACE Excelsior WITH REPLICATION =  'class' : 'SimpleStrategy', 'replication_factor' : 3 ;

【讨论】:

谢谢,我用复制创建了 KEYSPACE Excelsior = 'class' : 'SimpleStrategy', 'replication_factor' : 3 ;它奏效了

如何在 Cassandra 的表中添加新列?当一个 SyntaxException 发生时?

】如何在Cassandra的表中添加新列?当一个SyntaxException发生时?【英文标题】:HowtoaddnewcolumntoatableinCassandra?WhenaSyntaxExceptionoccurs?【发布时间】:2021-10-2820:11:52【问题描述】:我试图在Cassandra的表中添加新列,但发生错误,我不知... 查看详情

textbabel-erro(代码片段)

查看详情

sql#mysql#erro不太安全的信任日志(代码片段)

查看详情

sequelize [erro] this.name.hasMany 中的模型关联使用不是 Sequelize.Model 子类的东西调用

】sequelize[erro]this.name.hasMany中的模型关联使用不是Sequelize.Model子类的东西调用【英文标题】:Modelassociationinsequelize[erro]this.name.hasManycalledwithsomethingthat\'snotasubclassofSequelize.Modelsequelize[erro]this.name.hasMany中的模型关联使用不是S 查看详情

Postgres_erro --> 错误:运算符不存在:双精度 [] = 数字 []

】Postgres_erro-->错误:运算符不存在:双精度[]=数字[]【英文标题】:Postgres_erro-->ERROR:operatordoesnotexist:doubleprecision[]=numeric[]【发布时间】:2020-03-0515:14:21【问题描述】:我正在尝试在postgres中创建一个表来存储栅格数据。我有... 查看详情

使用 shell gitlab-runner ERRO [0000] 时出现 docker 错误

】使用shellgitlab-runnerERRO[0000]时出现docker错误【英文标题】:Gettingdockererrorwhileusingshellgitlab-runnerERRO[0000]【发布时间】:2021-03-2005:25:10【问题描述】:您好,我在安装时遇到了这个错误,当我使用命令“gitlab-runnerrun”或“gitlab-runn... 查看详情

fpga小白学习之路erro:buffersofthesamedirectioncannotbeplacedinseries

锁相环PLL默认输入前端有个IBUFG单元,在输出端有个BUFG单元,而两个BUFG(IBUFG)不能相连,所以会报这样的错:ERROR:NgdBuild:770-IBUFG‘u_pll0/clkin1_buf‘andBUFG‘BUFG_inst‘onnet  ‘clkin_w‘arelinedupinseries.Buffersofthesamedirectioncannot 查看详情

pythonblender-operator-catch-error-and-report.py(代码片段)

查看详情

howtofix"linuxfailuretodownloadextradatafilesforttf-mscorefonts-installer"erro(代码片段)

HowtoFix"LinuxFailuretoDownloadextradatafilesforttf-mscorefonts-installer"errorHi UsingLinuxforatime,initsveryessenceoneoftheerrorsIoftencomeacrosswithisdownloadingproblemforcertainadd-ons.Ifyoug 查看详情

rails错误已本地化

<%if[email protected]errors.empty?%><divclass="errorExplanation"id="errorExplanation"><ul><%forein@object.errors%><li><%=e[1]%></li><%end%></ul></div><br/><%end%> 查看详情

linux下mysql数据库权限问题如何解决

只知道是权限和密码问题,但是如何解决呢,如下[06:38:53ERRO][DB]DB_MYSQL_ENGINE_PROCESS_ERRORatline1353in(0x0x898dae0)->unsupported(),2002,"Can'tconnecttolocalMySQLserverthroughsocket'/var/lib/mysql/mysql.sock'(2)","mysql_real_connect()error.".[... 查看详情

SecurityError: Permission denied to access property "document" on cross-origin object erro

】SecurityError:Permissiondeniedtoaccessproperty"document"oncross-originobjecterrorclickondownloadlinkiniframeusingSeleniumPython【英文标题】:SecurityError:Permissiondeniedtoaccessproperty"document"oncross-o 查看详情

错误的 React 路由重定向

...'/main\'<Routepath="/activities/"exact></Route><Routepath="/error"component=Erro 查看详情

错误:未知提供者:aProvider <- a

】错误:未知提供者:aProvider<-a【英文标题】:Error:Unknownprovider:aProvider<-a【发布时间】:2012-10-0706:52:30【问题描述】:我在带有资产的RubyonRails3.2.8项目中使用AngularJS。当我在我的开发机器上加载使用AngularJS的表单时,我没... 查看详情

网站在 Firefox 上正常,但在 Safari 上不行(kCFErrorDomainCFNetwork 错误 303),Chrome 也不行(net::ERR_SPDY_PROTOCOL_ERRO

】网站在Firefox上正常,但在Safari上不行(kCFErrorDomainCFNetwork错误303),Chrome也不行(net::ERR_SPDY_PROTOCOL_ERROR)【英文标题】:WebsiteOKonFirefoxbutnotonSafari(kCFErrorDomainCFNetworkerror303)neitherChrome(net::ERR_SPDY_PROTOCOL_ERROR)【发布时间】:20 查看详情

类型参数不可分配给“OperatorFunction<unknown[]>”类型的参数

...新到Angular9并在我的user.effects.ts文件中不断收到此错误:ERRO 查看详情

Vue Js-Error in callback for watcher "function () return this._data.$$state ": "Erro

】VueJs-Errorincallbackforwatcher"function()returnthis._data.$$state":"Error:[vuex]donotmutatevuexstorestateoutsidemutation【英文标题】:VueJs-Errorincallbackforwatcher"function()returnthis._data.$$state" 查看详情

求1到n的阶乘

#include<stdio.h>intmain(){intdata;intresult=0;scanf("%d",&data);if(data>=1){intj;for(j=1;j<=data;j++){result=facto(j);//函数的调用printf("%d!=%d",j,result);printf(" ");}}else{printf("erro 查看详情