Hello All, We are having a use case where we need to create the hierarchical structure using Hive and Java
For example Lets say in an organisation we need to create Org chart i.e. Senior director -> director -> associate director -> senior manager -> manager -> senior associate -> associate -> Developer means parent child then sub child and so on. Input Source: summarized table which is getting populated after running the joins which will run business logic and fetch the data from base table. Output: Table which store the parent child relationship in a hierarchical manner If anyone come across this kind of requirement/scenario kindly suggest the approach to proceed. Thanks in Advance.... Thanks & Regards Yogesh