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

unable to find proto file which defines grpc #384

Closed
ro7m opened this issue Jan 12, 2019 · 3 comments
Closed

unable to find proto file which defines grpc #384

ro7m opened this issue Jan 12, 2019 · 3 comments

Comments

@ro7m
Copy link
Contributor

ro7m commented Jan 12, 2019

i am unable to find proto file in the source code which defines CombinerGrpc , RouterGrpc ,etc.
@cliveseldon

@ukclivecox
Copy link
Contributor

The proto definitions are here
Which language are you using and can you explain your issue a bit more?

@ro7m
Copy link
Contributor Author

ro7m commented Jan 12, 2019

I am using Java.
and i am getting below exceptions/problems :

1. Error:(55, 37) java: package io.seldon.protos.CombinerGrpc does not exist and same for the other Grpc classes.
2. I am also seeing some issues related to org.tensorflow.framework not found in the generated PredictionProtos.java
some pom changes fix them. But wondering if that is required or not ?
3. I am using protoc version libprotoc 3.6.1
4. java version "1.8.0_161"

@ukclivecox
Copy link
Contributor

For Java you can look at one of the Maven projects in the seldon-core tree, for example the engine folder:

  • See the Makefile For example of how to get all the proto files
  • See the pom.xml for the plugin to compile the protos

@ro7m ro7m closed this as completed Jan 16, 2019
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

2 participants