简体   繁体   English

使用 AWS SCT 进行 Redshift 数据传输的 Bigquery 失败了吗?

[英]Bigquery to Redshift data transfer using AWS SCT failing?

I am trying to migrate data from Bigquery to Redshift using this article .我正在尝试使用这篇文章将数据从 Bigquery 迁移到 Redshift。 I followed through and successfully got till "Start the Local Data Migration Task".I had to setup AWS profile to access "Data Migration View(Other)".我继续并成功地完成了“启动本地数据迁移任务”。我必须设置 AWS 配置文件以访问“数据迁移视图(其他)”。 AWS profile was setup using access key and access secret of an admin user account in AWS. AWS 配置文件是使用 AWS 中管理员用户帐户的访问密钥和访问密钥设置的。

What am I missing?However, upon starting the task I keep getting following error:我错过了什么?但是,在开始任务时,我不断收到以下错误:

class com.amazon.dmt.model.FileCredentials cannot be cast to class com.amazon.dmt.model.UserCredentials (com.amazon.dmt.model.FileCredentials and com.amazon.dmt.model.UserCredentials are in unnamed module of loader 'app')

I tried to check AWS documentation and looked around but this error is not listed anywhere.我试图检查 AWS 文档并环顾四周,但没有在任何地方列出此错误。 I cannot seem to understand that, why is type casting from FileCredentials to UserCredentials is being done?我似乎无法理解,为什么要完成从 FileCredentials 到 UserCredentials 的类型转换?

Anyone faced a similar issue or can point me in right direction please?任何人都遇到过类似的问题或者可以指出正确的方向吗?

Based on my testing, I have determined that this is an issue in the 1.0.670 version of SCT.根据我的测试,我确定这是 SCT 1.0.670 版本中的一个问题。 A request has been submitted to correct the issue.已提交更正该问题的请求。 In the meantime, to allow you to continue with your project, please revert to AWS-SCT version 1.0.666 using this link.同时,为了让您能够继续您的项目,请使用此链接恢复到 AWS-SCT 版本 1.0.666。 https://d211wdu1froga6.cloudfront.net/builds/1.0/666/Windows/aws-schema-conversion-tool-1.0.zip You will have to uninstall SCT and the extractor agent then reinstall and configure the previous version(s) as you did before. https://d211wdu1froga6.cloudfront.net/builds/1.0/666/Windows/aws-schema-conversion-tool-1.0.zip您必须卸载 SCT 和提取代理,然后重新安装和配置以前的版本你以前做过。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 AWS Lambda - 将数据从 s3 传输到 redshift - AWS Lambda - transfer data from s3 to redshift 如果目标表不是每日分区,则 Bigquery 数据传输失败 - Bigquery data transfer failing if target table is not daily-partitioned 使用 AWS DMS 的 MongoDB 中没有数据出现在 Redshift 中 - No Data appearing in Redshift from MongoDB using AWS DMS Firebase 分析数据到 Redshift - BigQuery RECORD 数据类型到 Redshift - Firebase Analytics data to Redshift - BigQuery RECORD data type to Redshift 使用 Apache Beam Dataflow Redshift 到 BigQuery - Redshift to BigQuery using Apache Beam Dataflow 连接到 PostgreSQL 13.4 时出现 AWS SCT 错误 - AWS SCT error while connecting to PostgreSQL 13.4 尝试使用 terraform 使用 google_bigquery_data_transfer_config 复制数据时出错 - getting error while trying to copy data using google_bigquery_data_transfer_config using terraform Google BigQuery 数据传输 - 数据集复制 - Google BigQuery data transfer - dataset copy aws redshift-data 权限和 redshift 权限有什么区别 - What is difference between aws redshift-data permissions and redshift permissions 使用 SQL 删除 AWS Redshift 中的重复项 - Removing duplicates in AWS Redshift using SQL
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM