问题标签 [amazon-keyspaces]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c# - 超过了可以同时更新的列数
我正在尝试将数据加载到 Amazon Keyspaces Managed Cassandra。它对一些简单的对象工作正常,但是当我尝试加载一个有 286 列的表时,我得到了错误
超过了可以同时更新的列数
有人可以帮忙吗?
下面是我的代码
还有我的架构
amazon-web-services - 如何通过 shell 访问 Amazon Keyspaces?
我尝试cqlsh
在 AWS shell 中编写,但它没有返回任何输出。我参考了这个教程
输出:-bash: cqlsh: command not found
django - 如何使用 Django Cassandra 引擎连接 AWS Keyspace?
我正在尝试设置一个 django 应用程序并将其连接到 AWS Keyspaces。尝试使用 django-cassandra-engine 来实现。
我目前在设置中使用此设置,但它不起作用。
错误:
文件“/Users/amit/workspace/eventHandler/venv/lib/python3.9/site-packages/cassandra/cqlengine/connection.py”,第 247 行,在 get_connection 中引发 CQLEngineException(“连接名称 '{0}' 没有” t 存在于注册表中。".format(name)) cassandra.cqlengine.CQLEngineException:注册表中不存在连接名称“默认”。
amazon-web-services - AWS Keyspace 的 Spring Data Cassandra 连接问题
我有一个简单的基于 crud 的应用程序,其中Apache Cassandra用作默认数据库。我使用Spring Data Cassandra进行 Cassandra 连接。
现在,我正在尝试使用 Cassandra java 驱动程序很好地支持的AWS Keyspace 。我已按照此文档进行配置。
但是,每当我启动应用程序时,我总是会遇到以下异常。
我在 application.properties 中添加了以下道具:
我还尝试通过添加道具来使用 application.conf:
但还是一样的结果。请注意,trustStore 配置也作为 jvm 参数添加:
奇怪的是,我可以从同一台机器远程登录到这个 Keyspace 主机端口,甚至可以使用以下命令直接连接到该实例:
cassandra - 如何在 Amazon Keyspaces/Cassandra 中列出不同键空间中的可用表?
我正在尝试使用 AWS Keyspace Cassandra 和 Cassandra Python 驱动程序来实现应用程序。我在我的 AWS 控制台中创建了 3 个键空间。
我正在尝试查找是否有任何查询可以一次性列出所有 3 个键空间中的所有可用表。我尝试了以下查询,但失败了。
AWS Keyspace 中的 CQL 编辑器是否不允许使用 IN 关键字?有人知道这样的查询或命令吗?
amazon-web-services - 当我尝试使用 Pyspark 从 Amazon Keyspaces 获取数据时,出现 Unsupported partitioner: com.amazonaws.cassandra.DefaultPartitioner 错误
我在 Java 或 Hadoop 生态系统方面没有经验。我使用 Datastax 中的 spark-cassandra-connector 将我的 Spark 集群配置为连接到 Amazon Keyspaces。我正在使用 Pyspark 从 Cassandra 获取数据。我可以成功连接到 Keyspaces/Cassandra 集群。但是,当我尝试从中获取数据时。
我收到此错误:
是的,keyspace & table 存在并且有数据。我该如何解决/解决这个问题?谢谢!
spring-data-cassandra - Spring Boot 应用程序连接到 Amazon Keyspaces
我正在尝试将我的 Spring Boot 应用程序连接到 aws 键空间,我已经尝试了 aws 帮助手册中提到的每一个步骤,但我无法连接,任何关于如何使用上述功能的见解都值得赞赏。
我在下面列出了配置代码、库和异常
启动应用程序时的异常
非常感谢任何有关如何实现连接的见解。谢谢
python - 如何使用 boto3 连接到 Amazon Keyspaces?
我正在尝试连接到 Amazon Keyspaces,利用Assume role provider
它在凭证过期时刷新凭证。如文档所述,我已经设置了我的 aws 配置文件
然后,在代码中,我开始使用该配置文件进行会话
但我得到了错误Error from server: code=0100 [Bad credentials] message="Authentication failure: SessionId mismatch
我还尝试使用sts_client.assume_role
凭据并将其直接传递给boto3.Session()
它,它以这种方式工作,但是当它们过期时我将无法刷新凭据。
有没有人遇到过这个问题?
python - 为什么 MIN() 和 MAX() 等原生 CQL 函数在 Amazon Keyspaces 中不起作用?
我正在尝试使用 python 在我的 aws 键空间表中检索列的最大值。我把它作为类中的一种方法
那是我的读取功能,我称之为:
access.read_latest_timestamp('gdapp_finance','policy_test')
.
我收到以下错误。有人可以帮助我吗?
apache-spark - 无法在 Amazon Keyspaces 上的表上写入
我在使用 spark 连接器在 aws 键空间上写入数据时遇到问题。下面的这条消息显示:
ERROR QueryExecutor: Failed to execute: com.datastax.spark.connector.writer.RichBoundStatementWrapper@681c47f5 com.datastax.oss.driver.api.core.servererrors.WriteTimeoutException: Cassandra timeout during SIMPLE write query at consistency LOCAL_QUORUM (2 replica were required but only 0 acknowledged the write)
Spark 版本:3.1 EMR:6.3.1 Cassandra:3.11.2