Re: Ability to read adjacent vertex properties in vertex program
HadoopMarc <bi...@...>
Hi Anjani, In a VertexProgram you cannot read properties from neighbouring vertices using the ComputerAdjacentVertex. You have to pass data between vertices explicitly using the messenger object in the execute method of the VertexProgram: https://github.com/apache/tinkerpop/blob/3.4.8/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/VertexProgram.java Best wishes, Marc Op dinsdag 17 november 2020 om 15:42:02 UTC+1 schreef anj...@...: Hi All, |
|