Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runtime Dependency Error After Upgrade to Beam 2.9.0 #44

Closed
pradithya opened this issue Jan 8, 2019 · 1 comment
Closed

Runtime Dependency Error After Upgrade to Beam 2.9.0 #44

pradithya opened this issue Jan 8, 2019 · 1 comment
Assignees

Comments

@pradithya
Copy link
Collaborator

During job submission following error is thrown

java.lang.NoSuchMethodError: com.google.api.client.http.HttpRequest.setWriteTimeout(I)Lcom/google/api/client/http/HttpRequest;
        at org.apache.beam.sdk.util.RetryHttpRequestInitializer.initialize(RetryHttpRequestInitializer.java:227)
        at com.google.cloud.hadoop.util.ChainingHttpRequestInitializer.initialize(ChainingHttpRequestInitializer.java:52)
        at com.google.api.client.http.HttpRequestFactory.buildRequest(HttpRequestFactory.java:93)
        at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.buildHttpRequest(AbstractGoogleClientRequest.java:381)
        at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:499)
        at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:432)
        at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.execute(AbstractGoogleClientRequest.java:549)
        at com.google.cloud.hadoop.util.ResilientOperation$AbstractGoogleClientRequestExecutor.call(ResilientOperation.java:163)
        at com.google.cloud.hadoop.util.ResilientOperation.retry(ResilientOperation.java:64)

This is due to dependency to com.google.http-client was not updated accordingly

@pradithya pradithya self-assigned this Jan 8, 2019
@pradithya
Copy link
Collaborator Author

I am making PR for this

@pradithya pradithya added the bug label Jan 8, 2019
tmihalac pushed a commit to tmihalac/feast that referenced this issue Jul 12, 2024
added auth configuration for arrow flight client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant