ibzib edited a comment on pull request #14434:
URL: https://github.com/apache/beam/pull/14434#issuecomment-814435402


   > is this caught be a test? can I verify it?
   
   It's not caught in a test, though it should be. I'll write a unit test for 
it.
   
   You can verify it by running any Python pipeline using 
`--runner=SparkRunner`, like I usually do for release verification. e.g.
   
   ```
   python -m apache_beam.examples.wordcount --input /path/to/input \
                                            --output /path/to/output \
                                            --runner SparkRunner \
                                            --spark_submit_uber_jar \
                                            --spark_rest_url 
https://localhost:6066 \
                                            --environment_type LOOPBACK
   ```


-- 
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.

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


Reply via email to