You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2021/11/24 20:32:41 UTC

[GitHub] [hudi] bhasudha commented on pull request #4097: [WIP] - [HUDI-2806] - Docs for Transformer Utilities

bhasudha commented on pull request #4097:
URL: https://github.com/apache/hudi/pull/4097#issuecomment-978200561


   For SQL Query Transformer these are the properties we need to add to DeltaStreamer along with others in the spark-submit command:
   ```
   --transformer-class org.apache.hudi.utilities.transform.SqlQueryBasedTransformer
   --hoodie-conf hoodie.deltastreamer.transformer.sql=SELECT a.col1, a.col3, a.col4 FROM <SRC> a
   ```
   
   I ll add examples for others as well 


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org