Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to fetch particular columns in pig?



How to fetch particular columns in pig?..

Answer / Devki Nandan Sharma

To fetch particular columns in Pig, you can use the AS alias along with the column name during the PROJECT or SELECT statement. For example: SELECT col1 AS column1, col2 AS column2 FROM table.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Pig Interview Questions

Highlight the key differences between MapReduce and Apache Pig?

1 Answers  


What co-group does in Pig?

1 Answers  


Explain about the execution plans of a pig script?<Br> or<br> differentiate between the logical and physical plan of an apache pig script?

1 Answers  


Is the keyword ‘FUNCTIONAL’ a User Defined Function (UDF)?

1 Answers  


While writing evaluate UDF, which method has to be overridden?

1 Answers  


What is the difference between Pig and MapReduce?

1 Answers  


What is the difference between pig and hive?

1 Answers  


How to load data in pig?

1 Answers  


Is the keyword ‘DEFINE’ as a function name?

1 Answers  


What is hadoop pig?

1 Answers  


What do you understand by an inner bag and outer bag in Pig?

1 Answers  


How Pig programming gets converted into MapReduce jobs?

1 Answers  


Categories