Port details |
- pig Engine for executing data flows in parallel on Hadoop
- 0.15.0 devel
=0 0.15.0Version of this port present on the latest quarterly branch.
- BROKEN: tries to make outbound http connection during build phase breaking tinderbox. Software itself does not have known issues, remove this BROKEN line and build your own package
DEPRECATED: Broken for more than 6 months This port expired on: 2020-05-05 IGNORE: is marked as broken: tries to make outbound http connection during build phase breaking tinderbox. Software itself does not have known issues, remove this BROKEN line and build your own package
- Maintainer: demon@FreeBSD.org
- Port Added: 2015-02-15 14:21:37
- Last Update: 2020-05-05 15:38:12
- SVN Revision: 534093
- Also Listed In: java
- License: APACHE20
- WWW:
- http://pig.apache.org/
- Description:
- Apache Pig is a platform for analyzing large data sets that consists of a
high-level language for expressing data analysis programs, coupled with
infrastructure for evaluating these programs. The salient property of Pig
programs is that their structure is amenable to substantial parallelization,
which in turns enables them to handle very large data sets.
At the present time, Pig's infrastructure layer consists of a compiler that
produces sequences of Map-Reduce programs, for which large-scale parallel
implementations already exist (e.g., the Hadoop subproject). Pig's language
layer currently consists of a textual language called Pig Latin, which has
the following key properties:
-- Ease of programming. It is trivial to achieve parallel execution of simple,
"embarrassingly parallel" data analysis tasks. Complex tasks comprised of
multiple interrelated data transformations are explicitly encoded as data flow
sequences, making them easy to write, understand, and maintain.
-- Optimization opportunities. The way in which tasks are encoded permits the
system to optimize their execution automatically, allowing the user to focus
on semantics rather than efficiency.
-- Extensibility. Users can create their own functions to do special-purpose
processing.
WWW: http://pig.apache.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: pig
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (hadoop/pig-0.15.0-src.tar.gz) = 3ea357b00410e2539bd9c650bec7ad982539855a7be2771c2ac14c556bcdeb13
SIZE (hadoop/pig-0.15.0-src.tar.gz) = 14741037
SHA256 (hadoop/FreeBSD-pig-0.15.0-ant-repository.tar.gz) = 643efa306951b09ae61d178ff251bc34830812d95723b6f0e09a26c092cf9309
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ant : devel/apache-ant
- java : java/openjdk8
- Runtime dependencies:
-
- bash : shells/bash
- yarn : devel/hadoop2
- java : java/openjdk8
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.15.0 05 May 2020 15:38:12 |
rene |
Remove expired ports:
Adjusted for ports rescued since r534032
2020-05-05 audio/festvox-czech: Broken for more than 6 months
2020-05-05 audio/gkrellmvolume2: Broken for more than 6 months
2020-05-05 audio/mixmos: Broken for more than 6 months
2020-05-05 audio/mma: Broken for more than 6 months
2020-05-05 audio/pd-cyclone: Broken for more than 6 months
2020-05-05 audio/shorten: Broken for more than 6 months
2020-05-05 audio/taglib-sharp: Broken for more than 6 months
2020-05-05 audio/xhippo: Broken for more than 6 months
2020-05-05 biology/consed: Broken for more than 6 months
2020-05-05 biology/plinkseq: Broken for more than 6 months
2020-05-05 biology/seqtools: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
0.15.0 04 Apr 2020 20:51:41 |
antoine |
Deprecate ports broken for more than 6 months |
0.15.0 26 Nov 2019 21:46:13 |
jkim |
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342 |
0.15.0 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.15.0 05 Feb 2016 12:53:18 |
demon |
Make life of pig users a bit harder.
PR: 206916
Submitted by: amdmi3 |
0.15.0 11 Dec 2015 16:23:43 |
demon |
Update to version 0.15.0 |
0.14.0 21 Sep 2015 11:54:46 |
demon |
Clarify things. |
0.14.0 11 May 2015 18:34:58 |
mat |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight |
0.14.0 26 Apr 2015 11:38:04 |
antoine |
Mark BROKEN: tries to fetch distfiles during build phase
Reported by: pkg-fallout |
0.14.0 15 Feb 2015 14:21:28 |
demon |
New port: Apache Pig.
Pig is an engine for executing data flows in parallel on Hadoop. |