summaryrefslogtreecommitdiff
path: root/devel/hadoop2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-5/+4
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* devel/hadoop2: add CPE informationBartek Rutkowski2015-04-142-1/+6
| | | | | | | | - Fix pkg-plist issue while I am here - Maintainer's timeout (demon@FreeBSD.org) PR: 198967 Submitted by: Shun <shun.fbsd.pr@dropcut.net>
* Add EXAMPLES option.Dmitry Sivachenko2015-03-311-0/+3
|
* Make fetchableAntoine Brodin2015-03-071-1/+1
|
* Update to version 2.6.0.Dmitry Sivachenko2015-03-0510-250/+410
| | | | | | PR: 193774 (update to 2.5.1) PR: 198039, by Freddy Andersen <freddy@cfandersen.com>, with modifications.
* Protect datanode and nodemanager daemons from being killed on OOM condition.Dmitry Sivachenko2015-02-162-0/+18
| | | | | They run on worker nodes where users run their code and can easily consume all RAM.
* No reason to extract tomcat distribution.Dmitry Sivachenko2015-02-161-2/+3
|
* Fix CONFLICTs.Dmitry Sivachenko2015-01-051-1/+1
|
* Use ssid instead of Linux setsid(1): without it if task process spawns aDmitry Sivachenko2015-01-055-2/+66
| | | | | | subprocess (common case if task process is a shell script) and job is being killed with mapred job -kill <...>, then subprocess will not die and remain running orphaned.
* Host distfile locally.Dmitry Sivachenko2014-12-201-1/+1
|
* Add some notes for potential update submitters.Dmitry Sivachenko2014-12-201-0/+4
|
* Cleanup plistBaptiste Daroussin2014-12-091-78/+6
|
* Enable snappy compression codec.Dmitry Sivachenko2014-10-271-2/+3
|
* Fix path.Dmitry Sivachenko2014-10-041-1/+1
|
* Install protobuf in ${PREFIX}/protobuf25 to avoid conflict with devel/protobuf.Dmitry Sivachenko2014-10-041-3/+3
|
* Use version 2.5 of protobuf.Dmitry Sivachenko2014-10-041-1/+1
|
* Restore correct permissions broken with recent conversion to new syntax.Dmitry Sivachenko2014-09-301-2/+2
|
* Simplify plistBaptiste Daroussin2014-09-021-8/+2
|
* - Move RESETPREFIX to default PLIST_SUBBryan Drewery2014-08-181-2/+1
| | | | With hat: portmgr
* Define various *IDENT* variables, they default to $USER which is empty ifDmitry Sivachenko2014-08-151-0/+3
| | | | executed during system startup.
* Allow start scripts to find bash interpreter during system startup.Dmitry Sivachenko2014-08-157-0/+7
|
* Remove redundant prefix.Dmitry Sivachenko2014-07-281-1/+0
|
* One more workaround for ancient version of commons-lang.jar.Dmitry Sivachenko2014-07-181-0/+11
|
* Create logdir and piddir in a pervert way to please check-plist.Dmitry Sivachenko2014-07-092-5/+10
| | | | Submitted by: swills
* Rename patch files to fit 100 characters to please portsnap.Dmitry Sivachenko2014-07-094-0/+0
|
* Add two more config variables.Dmitry Sivachenko2014-07-081-0/+3
|
* Rename rcc --> hadoop-rcc to avoid conflict with qt4-rcc port.Dmitry Sivachenko2014-07-072-11/+12
| | | | | | | | Replace spaces with tabs. Bump PORTREVISION. PR: 191655 Submitted by: Radim Kolar <hsn@sendmail.cz>
* With jetty-6.1.26 namenode's threads hung with the following error:Dmitry Sivachenko2014-07-073-10/+20
| | | | | | org.mortbay.io.nio.SelectorManager$SelectSet@abdcc1c JVM BUG(s) - injecting delay 59 times Downgrade jetty to 6.1.14 to avoid this.
* Borrow some ideas from snappy-java port and try not to fetch filesDmitry Sivachenko2014-07-063-12/+15
| | | | during build process.
* Bump PORTREVISION to celebrate successful completion of TeraSortDmitry Sivachenko2014-07-061-0/+1
| | | | test program.
* Fix few occurrences of /bin/bash.Dmitry Sivachenko2014-07-051-0/+1
|
* Forgot to add two startup scripts to plist.Dmitry Sivachenko2014-07-051-1/+1
|
* Mark as MANUAL_PACKAGE_BUILD.Dmitry Sivachenko2014-07-051-0/+2
|
* Add two missing startup scripts;Dmitry Sivachenko2014-07-048-5/+88
| | | | fix path in all rc-scripts.
* Add a port for hadoop version 2.Dmitry Sivachenko2014-07-0417-0/+1060
Not perfect but reasonable starting point.