Giter Site home page Giter Site logo

pig's Introduction

Apache Pig
===========
Pig is a dataflow programming environment for processing very large files. Pig's
language is called Pig Latin. A Pig Latin program consists of a directed
acyclic graph where each node represents an operation that transforms data.
Operations are of two flavors: (1) relational-algebra style operations such as
join, filter, project; (2) functional-programming style operators such as map,
reduce. 

Pig compiles these dataflow programs into (sequences of) map-reduce jobs and
executes them using Hadoop. It is also possible to execute Pig Latin programs
in a "local" mode (without Hadoop cluster), in which case all processing takes
place in a single local JVM. 

General Info
===============

For the latest information about Pig, please visit our website at:

   http://pig.apache.org/

and our wiki, at:

   http://wiki.apache.org/pig/

Getting Started
===============
1. To learn about Pig, try http://wiki.apache.org/pig/PigTutorial
2. To build and run Pig, try http://wiki.apache.org/pig/BuildPig and
http://wiki.apache.org/pig/RunPig
3. To check out the function library, try http://wiki.apache.org/pig/PiggyBank


Contributing to the Project
===========================

We welcome all contributions. For the details, please, visit
http://wiki.apache.org/pig/HowToContribute.

pig's People

Contributors

ashutoshc avatar breed avatar gdfm avatar gkesavan avatar julienledem avatar miyakawataku avatar r0hini avatar rangadi avatar zjffdu avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

pig's Issues

Colons leading "tuple", "bag", "map" cannot be omitted

basic.xml defines the syntax of tuple schemas:

alias[:tuple] (alias[:type]) [, (alias[:type]) …] )

Syntax of bag schemas:

alias[:bag] {tuple}

Syntax of map schemas:

alias<:map> [ <type> ]

Colons ( : ) leading "tuple", "bag", "map" are described as optional, but actually they are not.

Star expressions represent tuples?

basic.xml says "the simplest tuple expression is the star expression, which represents all fields."

Is it correct? I think a star expression "" represents all fields, and "()" represents a tuple which contains all fields.

The Japanese version now translates the phrase literally.

Description of DIFF function is not precise

The description says:

Compares two fields in a tuple.

Actually, the function compares two bag arguments and returns a bag of tuples which are included in only one argument.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.