Ahh…got it…So you are saying that this is not an i...
# getting-started
n
Ahh…got it…So you are saying that this is not an issue. In that case if i try to use the generated avsc in an other project to generate java objects it throws error as it doesn’t understand
"com.linkedin.common.Ownership"
. Does that mean i will have to manually change the
avsc
in this case?
m
Lets move into a thread 🙂
You shouldn't need to manually edit the AVSC
since it is auto-generated
Let me try to find a good example as to how to do this
So you should see that our
metadata-models
project not only generates avsc files, but also Java files. You should depend on that project directly rather than copy AVSC over. That contains the generated java already.
n
Makes sense…let me give it a shot..Thanks for your time!