freebsd-ports/devel/spark/pkg-descr
Stefan Eßer 6d342acaa5 devel/spark: fix multiple issues
The devel/spark port had been resurrected by Neel Chauhan based on
PR 266484, but that PR had become stale and did not follow current
rules and conventions (and had some issues that needed to be fixed).

Neel has run out of time fixing the issues and I have taken over and
finished the patches he had been working on.

This updated port has been tested with poudriere testport, but I do
not have a suitable test environment to run functional tests on.

Please address run-time issues that are detected to both the
maintainer of the port and to me.

Approved by:	portmgr (blanket)
2022-09-29 15:06:06 +02:00

5 lines
378 B
Text

Apache Spark is a fast and general-purpose cluster computing system. It
provides high-level APIs in Java, Scala and Python, and an optimized engine
that supports general execution graphs. It also supports a rich set of
higher-level tools including Spark SQL for SQL and structured data processing,
MLlib for machine learning, GraphX for graph processing, and Spark Streaming.