irajhedayati opened a new pull request, #107:
URL: https://github.com/apache/bahir/pull/107

   The Google API clients are now at major version 2, which, if used in the 
same project, will cause compatibility issues.
   
   For example, `org.apache.bahir:spark-streaming-pubsub_2.12:2.4.0` uses 
`com.google.apis:google-api-services-pubsub:v1-rev355-1.22.0` while Spark GCS 
connector **2.2.11** is using **2.2.0**. Then in runtime, we get
   
   ```
   Caused by: java.lang.IllegalStateException: You are currently running with 
version 2.2.0 of google-api-client. You need at least version 1.15 of 
google-api-client to run version 1.22.0 of the Google Cloud Pub/Sub API library.
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to