Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/google-cloud-platform/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google cloud platform GCP数据流-从计算引擎VM读取CSV文件并写入BigQuery_Google Cloud Platform_Google Cloud Dataflow_Apache Beam - Fatal编程技术网

Google cloud platform GCP数据流-从计算引擎VM读取CSV文件并写入BigQuery

Google cloud platform GCP数据流-从计算引擎VM读取CSV文件并写入BigQuery,google-cloud-platform,google-cloud-dataflow,apache-beam,Google Cloud Platform,Google Cloud Dataflow,Apache Beam,GCP数据流-从存储器读取CSV文件并写入BigQuery云数据流无法从VM的磁盘读取文件。最好的方法是将文件上传到Bucket中,然后使用。在Java中,我使用FileIO你能提供更多详细信息吗?是的,我在Google Compute Engine VM实例上有文件,我想使用Google Cloud数据流将这些文件加载到BigQuey。你的文件在加载到BigQuery之前需要进行大量转换吗?

GCP数据流-从存储器读取CSV文件并写入BigQuery

云数据流无法从VM的磁盘读取文件。最好的方法是将文件上传到Bucket中,然后使用。在Java中,我使用
FileIO

你能提供更多详细信息吗?是的,我在Google Compute Engine VM实例上有文件,我想使用Google Cloud数据流将这些文件加载到BigQuey。你的文件在加载到BigQuery之前需要进行大量转换吗?