• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » How To Install Apache Pig On Ubuntu 16.04

By Abhishek Ghosh July 20, 2017 10:37 am Updated on July 20, 2017

How To Install Apache Pig On Ubuntu 16.04

Advertisement

Apache Pig is intended for analyzing large data sets. Usually we combine Pig with Hadoop. The language of Pig is Pig Latin. Apache Pig can execute Hadoop jobs in MapReduce, Apache Tez, Apache Spark. Pig Latin has similarities with SQL for relational database management. Pig Latin can be extended with scripts written in Java, Python, JavaScript, Ruby, Groovy. Here is How To Install Apache Pig On Ubuntu 16.04. Here is official website of Pig, which can be useful for documentations and download :

Vim
1
https://pig.apache.org

 

How To Install Apache Pig On Ubuntu 16.04

 

Apache Pig itself very easy to install but you must have Apache Hadoop and Java installed on the instance. In other words, you can follow our guide on installing Apache Hadoop and Java from previous guide to further proceed.

Download Pig latest version (at the time of writing this tutorial pig-0.17.0 is the latest) from official website. You will wget pig-0.17.0.tar.gz file. We will keep Pig in /usr/local/pig location. That is actually installation. Now run these :

Advertisement

---

Vim
1
2
tar -xzf pig-0.17.0.tar.gz
sudo mv pig-0.17.0 /usr/local/pig

How To Install Apache Pig On Ubuntu 16-04

Noe we need to add $PATH to bashrc :

Vim
1
nano ~/.bashrc

Add PIG_HOME and PIG_CLASSPATH path to it :

Vim
1
2
export PIG_HOME=/usr/local/pig
export PATH=$PATH:$PIG_HOME/bin

Save the file and reload .bashrc :

Vim
1
source ~/.bashrc

Pig can be used or run in two modes, one is local mode and another mapreduce mode. To run Apache Pig in local mode run :

Vim
1
pig -x local

To run Apache Pig in MapReduce mode or cluster mode, run :

Vim
1
pig

To check version of Pig, run :

Vim
1
pig -version

Tagged With install pig on windows , how to install PIG data tool , how to install pig on windows , running apache pig on ubuntu
Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to How To Install Apache Pig On Ubuntu 16.04

  • Install Apache Hadoop on Ubuntu on Single Cloud Server Instance

    Here is How Install Apache Hadoop on Ubuntu on Single Cloud Server Instance in Stand-Alone Mode With Minimum System Requirement and Commands.

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • Installing Local Data Lake on Ubuntu Server : Part 1

    Here is Part 1 of Installing Local Data Lake on Ubuntu Server With Hadoop, Spark, Thriftserver, Jupyter etc To Build a Prediction System.

  • How to Install Apache DataFu (DataFu Pig, DataFu Hourglass)

    Here is Guide on How to Install Apache DataFu on Debian System. Apache DataFu is a collection of well-tested libraries for data mining and statistics.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Hybrid Multi-Cloud Environments Are Becoming UbiquitousJuly 12, 2023
  • Data Protection on the InternetJuly 12, 2023
  • Basics of BJT TransistorJuly 11, 2023
  • What is Confidential Computing?July 11, 2023
  • How a MOSFET WorksJuly 10, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy