# CORE - Execution Related

- [RDD](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/untitled.md)
- [RDD Design](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/untitled/rdd-design.md)
- [Principles of Overriding RDD](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/untitled/principles-of-overriding-rdd.md)
- [Default RDDs](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/untitled/default-rdds.md)
- [ShuffledRDD](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/untitled/default-rdds/shuffledrdd.md)
- [Transformations and Their Design](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/untitled/transformations-and-their-design.md)
- [map / flatMap](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/untitled/transformations-and-their-design/map-flatmap.md)
- [filter](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/untitled/transformations-and-their-design/filter.md)
- [repartition / coalesce](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/untitled/transformations-and-their-design/repartition-coalesce.md)
- [sample / randomSplit / takeSample](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/untitled/transformations-and-their-design/sample-randomsplit-takesample.md)
- [union / ++ / intersection](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/untitled/transformations-and-their-design/union-++-intersection.md)
- [sortBy](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/untitled/transformations-and-their-design/sortby.md)
- [glom](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/untitled/transformations-and-their-design/glom.md)
- [cartesian](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/untitled/transformations-and-their-design/cartesian.md)
- [groupBy](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/untitled/transformations-and-their-design/groupby.md)
- [pipe](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/untitled/transformations-and-their-design/pipe.md)
- [mapPartitions / mapPartitionsWithIndex](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/untitled/transformations-and-their-design/mappartitions-mappartitionswithindex.md)
- [zip / zipPartitions](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/untitled/transformations-and-their-design/zip-zippartitions.md)
- [Extra](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/untitled/transformations-and-their-design/extra.md)
- [Actions and Their Design](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/untitled/actions-and-their-design.md)
- [forach / foreachPartition](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/untitled/actions-and-their-design/forach-foreachpartition.md)
- [collect](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/untitled/actions-and-their-design/collect.md)
- [toLocalIterator](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/untitled/actions-and-their-design/tolocaliterator.md)
- [subtract](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/untitled/actions-and-their-design/subtract.md)
- [reduce / treeReduce](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/untitled/actions-and-their-design/reduce-treereduce.md)
- [fold](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/untitled/actions-and-their-design/fold.md)
- [aggregate / treeAggregate](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/untitled/actions-and-their-design/aggregate-treeaggregate.md)
- [count / countApprox](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/untitled/actions-and-their-design/count-countapprox.md)
- [countByValue / countByValueApprox](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/untitled/actions-and-their-design/countbyvalue-countbyvalueapprox.md)
- [countApproxDistinct](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/untitled/actions-and-their-design/countapproxdistinct.md)
- [take / first / top / takeOrdered](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/untitled/actions-and-their-design/take-first-top-takeordered.md)
- [max / min](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/untitled/actions-and-their-design/max-min.md)
- [isEmpty](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/untitled/actions-and-their-design/isempty.md)
- [saveAsTextFile / saveAsObjectFile](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/untitled/actions-and-their-design/saveastextfile-saveasobjectfile.md)
- [keyBy](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/untitled/actions-and-their-design/keyby.md)
- [checkpoint / localCheckpoint / isCheckpointed / getCheckpointFile](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/untitled/actions-and-their-design/checkpoint-localcheckpoint-ischeckpointed-getcheckpointfile.md)
- [zipWithIndex / zipWithUniqueId](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/untitled/actions-and-their-design/zipwithindex-zipwithuniqueid.md)
- [Extra](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/untitled/actions-and-their-design/extra.md)
- [Cache & Persist](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/untitled/cache-and-persist.md)
- [RDD Operation Scope](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/untitled/rdd-operation-scope.md)
- [RDD Checkpointing](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/untitled/rdd-checkpointing.md)
- [Shuffle](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/shuffle.md)
- [Serializer](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/serializer.md)
- [Partitioner](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/partitioner.md)
- [Broadcast](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/broadcast.md)
- [Aggregator](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/aggregator.md)
- [Memory](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/memory.md)
- [Storage](https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related/storage.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://jinhoko.gitbook.io/apache-spark-assembly/core-execution-related.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
