masthanmca opened a new issue, #10629:
URL: https://github.com/apache/hudi/issues/10629

   **_Tips before filing an issue_**
   
   - Have you gone through our [FAQs](https://hudi.apache.org/learn/faq/)? yes
   
   - Join the mailing list to engage in conversations and get faster support at 
[email protected].
   
   - If you have triaged this as a bug, then file an 
[issue](https://issues.apache.org/jira/projects/HUDI/issues) directly.
   
   **Describe the problem you faced**
   BQ sync is not working with hudi bundle jar
   A clear and concise description of the problem.
   I wanted to enable BQ sync while writing ingest the data into HUDI table 
using manifest file.
   **To Reproduce**
   
   Steps to reproduce the behavior:
   
   1. create data frame with any schema
   2. use the below options for Bq sync along with the other default HUDI 
configurations 
   3.         hiveConfigs.put("org.apache.hudi.gcp.bigquery.BigQuerySyncTool", 
"true")
           hiveConfigs.put("hoodie.gcp.bigquery.sync.project_id", 
bqSyncProjectId)
           hiveConfigs.put("hoodie.gcp.bigquery.sync.dataset_name", 
bqSyncDatasetName)
           hiveConfigs.put("hoodie.gcp.bigquery.sync.table_name", 
hoodieHiveSyncTable)
           hiveConfigs.put("hoodie.gcp.bigquery.sync.dataset_location", "us")
           hiveConfigs.put("hoodie.gcp.bigquery.sync.source_uri", 
bqSyncSourceUri)
           hiveConfigs.put("hoodie.gcp.bigquery.sync.source_uri_prefix", 
bqSyncSourceUriPrefix)
           hiveConfigs.put("hoodie.gcp.bigquery.sync.base_path", bqSyncBasePath)
           hiveConfigs.put("hoodie.gcp.bigquery.sync.partition_fields", 
hoodieHiveSyncPartitionFields)
           hiveConfigs.put("hoodie.gcp.bigquery.sync.use_bq_manifest_file", 
"true")
   4. write the data frame in HUDI 
table.ds.write.format(HudiFormat).options(hoodieConfigs).options(hiveConfigs).mode(writeMode).save(location)
   
   **Expected behavior**
   
   A clear and concise description of what you expected to happen.
   
   **Environment Description**
   
   * Hudi version : 0.14.0
   
   * Spark version : 3.3.2
   
   * Hive version :
   
   * Hadoop version :
   
   * Storage (HDFS/S3/GCS..) : GCS
   
   * Running on Docker? (yes/no) :no
   
   
   **Additional context**
   
   Add any other context about the problem here.
   
   **Stacktrace**
   
   ```Add the stacktrace of the error.```
   
   No error , but external table not created in Big Query


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to