So, we will execute the below command,
new_A_2 = FOREACH new_A GENERATE REPLACE($0, '\\"', '') as (id: int), REPLACE($1, '\\"', '') as (name: chararray), REPLACE($2, '\\"', '') as (sal: int);
And then dump the new alias and see if the double quotes are removed or not:
dump new_A_2;
To know more, It's recommended to join Big Data Hadoop Course today.