diff options
-rw-r--r-- | devel/hadoop2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/hadoop2/Makefile b/devel/hadoop2/Makefile index f8f3e6a8f650..0f2997a2d3cb 100644 --- a/devel/hadoop2/Makefile +++ b/devel/hadoop2/Makefile @@ -1,6 +1,10 @@ # Created by: Dmitry Sivachenko <demon@FreeBSD.org> # $FreeBSD$ +# Please do not submit untested updates. Be sure to start hadoop in +# distributed mode and run few map/reduce. Be sure there are no exception +# in any of it's log files. This version is tested under the load and +# no problems encountered so far. Thanks. PORTNAME= hadoop PORTVERSION= 2.4.1 PORTREVISION= 4 |