GoogleCloudPlatform / DataflowJavaSDK

Google Cloud Dataflow provides a simple, powerful model for building both batch and streaming parallel data processing pipelines.
http://cloud.google.com/dataflow
855 stars 324 forks source link

Add saveProfilesToGcs option; deprecate enableProfilingAgent #497

Closed bjchambers closed 7 years ago

davorbonaci commented 7 years ago

Is this a backport?

bjchambers commented 7 years ago

Not really backport or forward port. Just wrote both PRs. See https://github.com/apache/incubator-beam/pull/1554.

bjchambers commented 7 years ago

Travis failures seem spurious -- WordCount class is missing. I'll squash and force push to kick off new run.

bjchambers commented 7 years ago

This is back to failing with:

[WARNING] 
java.lang.ClassNotFoundException: com.google.cloud.dataflow.examples.WordCount
    at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    at org.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:281)