I have checked Python 3 batch and streaming quickstarts on Dataflow runner using .zip and wheel distributions. So far +1 from me.
On Mon, Jul 29, 2019 at 7:53 PM Ahmet Altay <[email protected]> wrote: > +1, validated python 2 quickstarts. > > On Fri, Jul 26, 2019 at 5:46 PM Ahmet Altay <[email protected]> wrote: > >> To confirm, I manuall validated leader board on python. It is working. >> >> On Fri, Jul 26, 2019 at 5:23 PM Yifan Zou <[email protected]> wrote: >> >>> AFAIK, there should not be any special prerequisites for this. Things >>> the script does including: >>> 1. download the python rc in zip >>> 2. start virtualenv and install the sdk. >>> 3. verify hash. >>> 4. config settings.xml and start a Java pubsub message injector. >>> 5. run game examples and validate. >>> >>> Could you double check if the sdk was installed properly (step 1&2)? >>> >> >> I also guessing this is the case. Probably something earlier in the >> validation script did not run as expected. >> >> >>> >>> >> Yifan >>> >>> On Fri, Jul 26, 2019 at 2:38 PM Anton Kedin <[email protected]> wrote: >>> >>>> Validation script fails for me when I try to run [1] python leaderboard >>>> with direct runner: >>>> >>>> ``` >>>> ***************************************************** >>>> * Running Python Leaderboard with DirectRunner >>>> ***************************************************** >>>> /usr/bin/python: No module named apache_beam.examples.complete.game >>>> ``` >>>> >>>> If someone has more context, what are the prerequisites for this step? >>>> How does it look up the module? >>>> >>>> [1] >>>> https://github.com/apache/beam/blob/master/release/src/main/scripts/run_rc_validation.sh#L424 >>>> >>>> Regards, >>>> Anton >>>> >>>> On Fri, Jul 26, 2019 at 10:23 AM Anton Kedin <[email protected]> wrote: >>>> >>>>> Cool, will make the post and will update the release guide as well then >>>>> >>>>> On Fri, Jul 26, 2019 at 10:20 AM Chad Dombrova <[email protected]> >>>>> wrote: >>>>> >>>>>> I think the release guide needs to be updated to remove the >>>>>>> optionality of blog creation and avoid confusion. Thanks for pointing >>>>>>> that >>>>>>> out. >>>>>>> >>>>>> >>>>>> +1 >>>>>> >>>>>>
