Hi Guys,
You can store the loaded data in the file system using the store operator. Say, You need to store the relation in the HDFS directory “/pig_Output/” as shown below.
grunt> STORE student INTO ' hdfs://localhost:9000/pig_Output/ ' USING PigStorage (',');