The Beam tutorials seem to address this: https://github.com/eljefe6a/beamexample/blob/master/README.md
On Thu, Oct 27, 2016 at 8:04 AM, Manu Zhang <[email protected]> wrote: > Hey guys, > > I find Beam examples under the examples folder are not easy to run due to > dependency on Google specific services. Even the MinimalWordCount > <https://github.com/apache/incubator-beam/blob/master/ > examples/java/src/main/java/org/apache/beam/examples/MinimalWordCount.java > > > requires > input and output to be on Google Cloud Storage. Others like > WindowedWordCount > <https://github.com/apache/incubator-beam/blob/master/ > examples/java/src/main/java/org/apache/beam/examples/ > WindowedWordCount.java> > require > BigQuery. I wouldn't expect newcomers to tweak IO themselves. > > Can we have more quick start examples that can be run anywhere ? > > Thanks, > Manu Zhang >
