Hi Thomas, You probably need to make sure your clone of the Beam repo is up to date. Also, it looks like there's another bug so I filed a Jira: https://issues.apache.org/jira/browse/BEAM-7708
Thanks, Kyle Kyle Weaver | Software Engineer | github.com/ibzib | kcwea...@google.com | +16502035555 On Mon, Jul 8, 2019 at 11:59 AM Thomas K. <madmalud...@gmail.com> wrote: > Hi, > > I'm following the instructions on this page - > > https://beam.apache.org/documentation/dsls/sql/shell/ > > and running the following command > > gradlew -p sdks/java/extensions/sql/shell > -Pbeam.sql.shell.bundled=':runners:flink:1.5,:sdks:java:io:kafka' installDist > > > > > > However, it fails with the error: > A problem occurred evaluating project ':sdks:java:extensions:sql:shell'. > > Project with path '':runners:flink:1.5' could not be found in project > ':sdks:java:extensions:sql:shell'. > > > > How do I get it to recognize all the extensions so that I can run the SQL > shell? > > Thanks. > >