Something just starting breaking on me in the last day or so.  I have the
trivial program:

public static void main(String[] args) {
  PipelineOptions options =
      PipelineOptionsFactory.fromArgs(args).create();
  Pipeline pipeline = Pipeline.create(options);
}


If I call it with no arguments, it quietly does nothing, as expected.  If I
pass the argument
    --runner=dataflowRunner
I get the error message

Exception in thread "main" java.lang.NoClassDefFoundError:
com/google/api/services/clouddebugger/v2/CloudDebugger


I can't find any reference to v2/CloudDebugger and I do not know who is
including it or calling it.  Has something changed in the last few days on
GCE?

Help!

Reply via email to