google-cloud-dataflow-example-project icon indicating copy to clipboard operation
google-cloud-dataflow-example-project copied to clipboard

Example stream processing job, written in Scala with Apache Beam, for Google Cloud Dataflow

Results 2 google-cloud-dataflow-example-project issues
Sort by recently updated
recently updated
newest added

vagrant@huskimo:/vagrant$ inv create_bigtable_table --column-family=cf1 --instance-id=test-instance --region=us-west1-a --table-name=test-table Traceback (most recent call last): File "/usr/local/bin/inv", line 11, in sys.exit(program.run()) File "/usr/local/lib/python2.7/dist-packages/invoke/program.py", line 270, in run self.execute() File "/usr/local/lib/python2.7/dist-packages/invoke/program.py", line 379, in...

vagrant up/sbt assembly has finished successfully, but when I try to run: inv generate_events --topic-name=test-topic --nr-events=5 it returns: 'generate_events' did not receive all required positional arguments! same for any other...

bug