Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/asciidoc/_chapters/spark.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ number of other Spark base functions are supported out of the box:
`bulkGet`:: For massively parallel sending of gets to HBase to create a new RDD
`mapPartition`:: To do a Spark Map function with a Connection object to allow full
access to HBase
`hBaseRDD`:: To simplify a distributed scan to create a RDD
`hbaseRDD`:: To simplify a distributed scan to create a RDD
// end::spark_base_functions[]

For examples of all these functionalities, see the
Expand Down