Spark graphframe find hierarchy
问题 I am trying to do a pretty simple use case . I have two dataframe - >>> g.vertices.show(20,False) +------------------------+ |id | +------------------------+ |Router_UPDATE_INSERT | |Seq_Unique_Key | |Target_New_Insert | |Target_Existing_Update | |Target_Existing_Insert | |SAMPLE_CUSTOMER | |SAMPLE_CUSTOMER_MASTER | |Sorter_SAMPLE_CUSTOMER | |Sorter_CUSTOMER_MASTER | |Join_Source_Target | |Exp_DetectChanges | |Filter_Unchanged_Records| Details of edges - >>> g.edges.show(20,False) +----------