You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/08/18 07:11:01 UTC

[GitHub] [incubator-seatunnel] Bingz2 commented on issue #2449: [Bug] [Connector-V2][File Local Sink] Error running Spark Connector V2 example using IDE

Bingz2 commented on issue #2449:
URL: https://github.com/apache/incubator-seatunnel/issues/2449#issuecomment-1219117745

   According to the example configuration in e2e, it can be modified to run normally,Thank you so much!
   ```
    sink {
     # choose stdout output plugin to output data to console
     LocalFile {
       path="D:/workspace/test/st"
       partition_by=["age"]
       partition_dir_expression="${k0}=${v0}"
       is_partition_field_write_in_file=true
       file_name_expression="${transactionId}_${now}"
       file_format="orc"
       filename_time_format="yyyy.MM.dd"
       is_enable_transaction=true
       save_mode="error"
     }
     }
   ```


-- 
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@seatunnel.apache.org

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