简体   繁体   English

可以通过 Hive 将数据从一个 s3 存储桶复制到另一个存储桶吗?

[英]Possible to copy data from one s3 bucket to another via Hive?

How can I query one bucket via hive and copy the results to another bucket in s3?如何通过 hive 查询一个桶并将结果复制到 s3 中的另一个桶?

I have a DDL setup to run avro queries but wanting to transfer the subset of results from my filter to a new bucket/location in s3.我有一个 DDL 设置来运行 avro 查询,但想将结果子集从我的过滤器传输到 s3 中的新存储桶/位置。

You can just use a CREATE TABLE AS SELECT statement from one catalog in Presto to another.您可以只使用 CREATE TABLE AS SELECT 语句从 Presto 中的一个目录到另一个目录。

暂无
暂无

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

相关问题 是否可以在不使用存储桶策略的情况下将 s3 存储桶内容从一个存储桶复制到另一个帐户 s3 存储桶? - is it possible to copy s3 bucket content from one bucket to another account s3 bucket without using bucket policy? 将 json 文件从一个 s3 存储桶复制到另一个 s3 存储桶时,无法识别 Json 文件? - Json file is not recognising when copy json files from one s3 bucket to another s3 bucket? 将文件从一个帐户中的 AWS S3 存储桶复制到 terraform/python 中另一个帐户中的存储桶 - copy files from AWS S3 bucket in one account to bucket in another account in terraform/python 使用 Java (Amazon S3) 将 all.txt 文件从一个 object 复制到另一个但在同一个存储桶中 - Copy all .txt files from one object to another but in the same bucket using Java (Amazon S3) S3 对象从一个存储桶复制到另一个存储桶 - 出现拒绝访问错误 - S3 object copy from one bucket to another - giving Access Denied errors 最简单的 lambda function 将文件从一个 s3 存储桶复制到另一个存储桶 - Simplest lambda function to copy a file from one s3 bucket to another 将文件复制并合并到另一个 S3 存储桶 - Copy and Merge files to another S3 bucket 从一个 s3 存储桶中获取 zip 个文件,将它们解压缩到另一个 s3 存储桶中 - get zip files from one s3 bucket unzip them to another s3 bucket 从一个存储桶到另一个存储桶的 AWS S3 同步命令 - AWS S3 sync command from one bucket to another 如何将Amazon AWS S3 Bucket中的数据复制到Apache Airflow MariaDB SQL表中 - How to copy data from Amazon AWS S3 Bucket into a MariaDB SQL table in Apache Airflow
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM