I have a Json Array like as below
[{"Name":"xxxx","Machine":"Machine1"},{"Name":"yyyy","Machine":"Machine2"},{"Name":"zzzz","Machine":"Machine3"}]
I need to parse that data and load into a hive table like below
Name Machine
xxxx Machine1
yyyy Machine2
zzzz Machine3
could someone please help?