Official website
Apache Spark™ - Unified Engine for large-scale data analytics
Apache Spark is a multi-language engine for executing data engineering, data science, and machine learning on single-node machines or clusters.
spark.apache.org →Link to the official site · 6,888 chars · not written by Vinony
Source code
Spark is a unified analytics engine for large-scale data processing. It provides high-level APIs in Scala, Java, Python, and R (Deprecated), and an optimized engine that supports general computation graphs for data analysis. It also supports a rich set of higher-level tools including Spark SQL for SQL and DataFrames, pandas API on Spark for pandas workloads, MLlib for machine learning, GraphX for graph processing, and Structured Streaming for stream processing. Official version: Development version: You can find the latest Spark documentation, including a programming guide, on the project web page. This README file only contains basic setup instructions. Spark is built using Apache Maven. To build Spark and its example programs, run: More detailed documentation is available from the project site, at "Building Spark". For general development tips, including info on developing Spark using an IDE, see "Useful Developer Tools". Spark also comes with several sample programs in the examples directory. To run one of them, use ./bin/run-example [params] . For example: You can set the MASTER environment variable when running examples to submit examples to a cluster. This can be spark:// URL, "yarn" to run on YARN, and "local" to run locally with one thread, or "local[N]" to run locally with N threads. You can also use an abbreviated class name if the class is in the examples package. For instance: Many of the example programs print usage help if no params are given. Testing first requires building Spark. Once Spark is built, tests can be run using: Spark uses the Hadoop core library to talk to HDFS and other Hadoop-supported storage systems. Because the protocols have changed in different versions of Hadoop, you must build Spark against the same version that your cluster runs. Please refer to the build documentation at "Specifying the Hadoop Version and Enabling YARN" for detailed guidance on building for a particular distribution of Hadoop, including building for particular Hive and Hive Thriftserver distributions. Please review the Contribution to Spark guide for information on how to get started contributing to the project.
Excerpt from the source-code README · 20,120 chars · not written by Vinony
Wikidata facts
- Field of work
- database
- Founded by
- Matei Zaharia
- Platform
- Java virtual machine
- Official website
- spark.apache.org
- Image
- Schéma détail outils spark.png
- Has use
- big data
Show 12 more facts
- Commons category
- Apache Spark
- software version identifier
- 4.1.1
- issue tracker URL
- issues.apache.org/jira/browse/SPARK
- operating system
- Linux
- readable file format
- JSON
- writable file format
- Apache Avro
- inception
- 2014-03-01
- download URL
- spark.apache.org/downloads.html
- source code repository URL
- gitbox.apache.org/repos/asf/spark.git
- Stack Exchange tag
- stackoverflow.com/tags/apache-spark
- copyright license
- BSD licenses
- programmed in
- Java Database Connectivity
Sources (6)
via Wikidata · CC0
Article · Español
Apache Spark es un framework de computación (entorno de trabajo) en clúster open-source. Fue desarrollada originariamente en la Universidad de California, en el AMPLab de Berkeley. El código base del proyecto Spark fue donado más tarde a la Apache Software Foundation que se encarga de su mantenimiento desde entonces. Spark proporciona una interfaz para la programación de clusters completos con implícito y tolerancia a fallos. Apache Spark se puede considerar un sistema de computación en clúster de propósito general y orientado a la velocidad. Proporciona APIs en Java, Scala, Python y R. También proporciona un motor optimizado que soporta la ejecución de gráficos en general. También soporta un conjunto extenso y rico de herramientas de alto nivel entre las que se incluyen Spark SQL (para el procesamiento de datos estructurados basada en SQL), MLlib para implementar machine learning, GraphX para el procesamiento de graficos y Spark Streaming.
Abstract from DBpedia / Wikipedia · CC BY-SA