[ 
https://issues.apache.org/jira/browse/HUDI-2438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17516608#comment-17516608
 ] 

Vinoth Govindarajan commented on HUDI-2438:
-------------------------------------------

Hi [~gauravrai0x] & [~l0s01w3], There is a way to generate manifest files, 
[~joyansil] implemented a Java client for this, the details are in this ticket: 
https://issues.apache.org/jira/browse/HUDI-3020

 

BigQuerySyncTool is also available, it will be part of 0.11.0 release, which 
already invoke the manifest generation code as part of the sync method.

 

Here is how you can test it out:
{code:java}
import org.apache.hadoop.conf.Configuration;
import org.apache.hudi.metadata.ManifestFileUtilval conf = new 
Configuration();{code}
{code:java}
val basePath = "gs://udp-hudi-storage5/store_visit_scan_bootstrap_hudi"
val manifestFileUtil: ManifestFileUtil = 
ManifestFileUtil.builder().setConf(conf).setBasePath(basePath).build();
manifestFileUtil.writeManifestFile() {code}
 

> [Umbrella] [RFC-34] Implement BigQuerySyncTool for BigQuery Sync
> ----------------------------------------------------------------
>
>                 Key: HUDI-2438
>                 URL: https://issues.apache.org/jira/browse/HUDI-2438
>             Project: Apache Hudi
>          Issue Type: Epic
>          Components: Common Core, meta-sync
>            Reporter: Vinoth Govindarajan
>            Assignee: Vinoth Govindarajan
>            Priority: Blocker
>              Labels: BigQuery, Integration, pull-request-available
>             Fix For: 0.11.0
>
>
> BigQuery is Google Cloud's fully managed, petabyte-scale, and cost-effective 
> analytics data warehouse that lets you run analytics over vast amounts of 
> data in near real-time. BigQuery currently [doesn’t 
> support|https://cloud.google.com/bigquery/external-data-cloud-storage] Apache 
> Hudi file format, but it has support for the Parquet file format. The 
> proposal is to implement a BigQuerySync similar to HiveSync to sync the Hudi 
> table as the BigQuery External Parquet table so that users can query the Hudi 
> tables using BigQuery. Uber is already syncing some of its Hudi tables to 
> BigQuery data mart this will help them to write, sync, and query.
>  
> More details are in RFC-34: 
> [https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=188745980]



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to