GoogleCloudPlatform / dataflow-sample-applications

Apache License 2.0
126 stars 58 forks source link

gradle run_example failed failed for Sending a stream of examples to PubSub #87

Closed sreecharanmanne2000 closed 2 years ago

sreecharanmanne2000 commented 3 years ago

The data sent to PubSub is parsed into JSON format is failing when executed this example_4 in timeseries_java_applications folder's README file.

./gradlew run_example --args='--withOutliers=true --pubSubTopicForTSAccumOutputLocation=projects/<your-project>/topics/outlier-detection'

Error :

`FAILURE: Build failed with an exception.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/6.8/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 1s`

rezarokni commented 2 years ago

Ran a test with latest master and command option was working. Please reopen if you still have issues.