Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Oct 2014 11:55:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 193706] [new port] apache spark - high performance distributed computing system
Message-ID:  <bug-193706-13-UkhW6fAdcZ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-193706-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-193706-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193706

Dmitry Sivachenko <demon@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |demon@FreeBSD.org

--- Comment #5 from Dmitry Sivachenko <demon@FreeBSD.org> ---
Few comments on port:
1) I find 1-screen sized copyright in startup scripts redundant, no other ports
include them.
2) JAVA_VENDOR, HAVA_VERSION variables in startup scripts are not used and not
needed
3) Hardcoded "/usr/local/share/spark/sbin" in start_worker.in
4) Extra dependency on sbt which is not needed, there is a documented procedure
of building spark with maven:
https://spark.apache.org/docs/1.1.0/building-with-maven.html
5) hadoop is runtime dependency, so no need to list it as LIB_DEPENDS
6) Daemons do not require root privileges to run, so it is better to use
separate pseudo-user to start them.
7) It is wise to pre-build maven dependencies and fetch them as tar-file, so
build cluster does not download 250MB on each build.

I created the same port independently (did not noticed your submission), so I
attach my work here for reference.  I don't really care whose version will be
committed, just want the port to be in good shape before this happens.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193706-13-UkhW6fAdcZ>