summaryrefslogtreecommitdiff
path: root/devel/hadoop (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Switch to options helpersDmitry Marakasov2015-09-011-6/+6
| | | | | | - While here, add some NO_ARCHes Approved by: portmgr blanket
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-3/+2
| | | | | | | | | | | 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
* devel/hadoop: add CPE informationBartek Rutkowski2015-04-131-1/+2
| | | | | | | - Maintainer's timeout (demon@FreeBSD.org) PR: 198966 Submitted by: Shun <shun.fbsd.pr@dropcut.net>
* Fix CONFLICTs.Dmitry Sivachenko2015-01-051-1/+1
|
* Fix typoBaptiste Daroussin2014-10-311-2/+2
| | | | Thanks to: antoine
* Simplify plistBaptiste Daroussin2014-10-311-64/+4
|
* Add USES=libtoolTijl Coosemans2014-08-292-6/+5
|
* Fix problems with missing libs when the linker enforces explicit linkingTijl Coosemans2014-08-101-0/+3
| | | | | | (a* to d* categories) PR: 192062
* Remove redundant prefix.Dmitry Sivachenko2014-07-281-1/+0
|
* Revert part of prev commit, not applicable here.Dmitry Sivachenko2014-07-041-2/+2
|
* Register conflict with hadoop2.Dmitry Sivachenko2014-07-041-3/+5
| | | | Pet portlint.
* Bump PORTREVISION because of recent changes.Dmitry Sivachenko2014-07-021-1/+1
|
* Both LOG_DIR and PID_DIR are created during package installation withDmitry Sivachenko2014-07-025-60/+0
| | | | | correct permissions. Do not try to do the same every time daemon starts.
* Remove extra +Dmitry Sivachenko2014-07-021-1/+1
|
* With jetty-6.1.26 tasktracker's threads hung with the following error:Dmitry Sivachenko2014-07-023-3/+12
| | | | | | org.mortbay.io.nio.SelectorManager$SelectSet@abdcc1c JVM BUG(s) - injecting delay 59 times Downgrade jetty to 6.1.14 to avoid this.
* It seems to work with openjdk8 as well.Dmitry Sivachenko2014-07-011-1/+1
|
* Use different users for HDFS- and MapReduce-related daemons.Dmitry Sivachenko2014-07-017-21/+24
| | | | This way mapreduce tasks can't write to hdfs-owned files directly.
* I did not success in running it with openjdk6, but I have more luck withDmitry Sivachenko2014-07-011-1/+1
| | | | openjdk7. So suggest 7th version.
* Assume maintainershipDmitry Sivachenko2014-07-011-1/+1
| | | | Reviewed by: pfg
* hadoop doesn't build with fmake, put back gmakeAntoine Brodin2014-06-251-1/+1
|
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-1/+1
| | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr
* - install hdfs.h (libhdfs)Ruslan Makhmatkhanov2014-02-122-1/+5
| | | | | | | | - bump PORTREVISION PR: 186615 Submitted by: Gea-Suan Lin <gslin@gslin.org> Approved by: pfg (maintainer)
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-301-1/+1
| | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@)
* Remove DESTDIRNAME. Staging works with USE_ANT now.Tijl Coosemans2013-12-291-1/+0
|
* - Update Apache Hadoop to version 1.2.1.Tijl Coosemans2013-11-0218-525/+467
| | | | | | | | | | | - Hand maintainership to submitter. - Replace HADOOP_HOME with DATADIR and HADOOP_ETC with ETCDIR. - Replace pkg-install and pkg-deinstall with pkg-plist entries. - Support staging. - Fix build on FreeBSD 10 (clang, libc++, hardcoded gcc). PR: ports/183307 Submitted by: Pedro Giffuni <pfg@apache.org>
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | devel part 2)
* - Reset clement's portsBryan Drewery2013-08-181-5/+2
| | | | With hat: portmgr
* - Add missing fileClement Laforet2012-03-281-0/+2
| | | | | | | Reported by: Dmitry Sivachenko (trtrmitya _ at _ gmail.com) Approved by: culot@ Pointy hat to: clement@ Feature safe: yes
* - Add hadoop 1.0.0Clement Laforet2012-03-2720-0/+1187
- Add hadoop user to GIDs/UIDs (955) The Apache Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using a simple programming model. WWW: http://hadoop.apache.org/ Approved by: culot@, jadawin@ (mentors) Feature safe: yes