Hi
  I have 2 files, each file contains one column of data
  I want to combine the two files into single file with two columns

ex:
 file1.txt

raju
krishan
siva
venkat


file2.txt

CSE
IT
MECH
CIVIL

the output file should be like this

raju       CSE
krishan       IT
siva        MECH
venkat       CIVIL



How to do this pig script?


thanks
ramanaiah

Reply via email to