CARVIEW |
Select Language
HTTP/2 200
server: Apache
last-modified: Fri, 23 May 2025 03:34:59 GMT
etag: "ab50-635c5486427d3-gzip"
content-encoding: gzip
access-control-allow-origin: *
content-security-policy: default-src 'self' data: blob: 'unsafe-inline' 'unsafe-eval' https://www.apachecon.com/ https://www.communityovercode.org/ https://*.apache.org/ https://apache.org/ https://*.scarf.sh/ https://*.algolia.net/ https://*.algolianet.com/ https://*.algolia.io/; script-src 'self' data: blob: 'unsafe-inline' 'unsafe-eval' https://www.apachecon.com/ https://www.communityovercode.org/ https://*.apache.org/ https://apache.org/ https://*.scarf.sh/ https://*.algolia.net/ https://*.algolianet.com/ https://*.algolia.io/; style-src 'self' data: blob: 'unsafe-inline' 'unsafe-eval' https://www.apachecon.com/ https://www.communityovercode.org/ https://*.apache.org/ https://apache.org/ https://*.scarf.sh/ https://*.algolia.net/ https://*.algolianet.com/ https://*.algolia.io/; frame-ancestors 'self'; frame-src 'self' data: blob: 'unsafe-inline' 'unsafe-eval' https://www.apachecon.com/ https://www.communityovercode.org/ https://*.apache.org/ https://apache.org/ https://*.scarf.sh/ https://*.algolia.net/ https://*.algolianet.com/ https://*.algolia.io/; worker-src 'self' data: blob:;
content-type: text/html
via: 1.1 varnish, 1.1 varnish
accept-ranges: bytes
age: 4120
date: Tue, 15 Jul 2025 20:01:46 GMT
x-served-by: cache-hel1410025-HEL, cache-bom4742-BOM
x-cache: HIT, HIT
x-cache-hits: 3, 0
x-timer: S1752609706.863623,VS0,VE281
vary: Accept-Encoding
strict-transport-security: max-age=31536000; includeSubDomains; preload
content-length: 3456
Overview (Spark 4.0.0 JavaDoc)
Packages
Package
Description
Core Spark classes in Scala.
Spark Java programming APIs.
Set of interfaces to represent functions in Spark's Java API.
Spark's broadcast variables, used to broadcast immutable datasets to all nodes.
ALPHA COMPONENT
GraphX is a graph processing framework built on top of Spark.
Various analytics functions for graphs.
Collections of utilities used by graphx.
IO codecs used for compression.
Library for launching Spark applications programmatically.
DataFrame-based machine learning APIs to let users quickly assemble and configure practical
machine learning pipelines.
ML attributes
Feature transformers
The `ml.feature` package provides common feature transformers that help convert raw data or
features into more suitable forms for model fitting.
RDD-based machine learning APIs (in maintenance mode).
Provides implementation's of various RDDs.
Spark's DAG scheduler.
Pluggable serializers for RDD and shuffle data.
Allows the execution of relational queries, including those expressed in SQL using Spark.
Java APIs for spark streaming.
Various implementations of DStreams.
Spark utilities.
Utilities for random number generation.