Problem Scenario 7 : You have given following table ,
HadoopExamInt (value int, property string);
1. Please transform all the values from value column in a single row , separated by '|'.
2. Please transform odd and even values (separately) from value column in a single row , separated by '|' also save this results in a table.