Getting Started with various Tools

28 / 43

Pig

Purpose: Apache Pig is a high-level platform for creating programs that run on Apache Hadoop. The language for this platform is called Pig Latin. Pig can execute its Hadoop jobs in MapReduce, Apache Tez, or Apache Spark.

Home Page: https://pig.apache.org/

Documentation: http://pig.apache.org/docs/r0.15.0/

Related resources to learn: https://cloudxlab.com/assessment/playlist-intro/9/pig-pig-latin?course_id=103&playlist_id=9

How to get started:

  1. In the web console tab on the right side of the screen, type the following:

    pig
    

    You would see the grunt prompt upon typing the above command.

  2. In the grunt prompt, you may use:

    help
    

    command to see user manual instrcutions about how to use the grunt prompt.


No hints are availble for this assesment

Answer is not availble for this assesment

Loading comments...