Hi, A very weird question. I have data in format 1... And there is this conversion utility to convert data to format 2 whcih works like this
restore input > output and then I want to copy output to hdfs at /user/output Is tehre a way that i can merge all these commands into single line like can i directly pipe output to hdfs ?
