To transpose rows to column in hadoop

Hi,
i am having an HDFS file which is comma seperated, i need to transpose from rows to column only the header columns

text.csv

cnt,name,place
1,hi,nz
2,hello,aus

I need 

cnt,
name,
place

while using below command in hadoop getting the error

hadoop fs -fmt -1 text.csv