We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 288d1f2 commit 767bb15Copy full SHA for 767bb15
src/main/asciidoc/_chapters/spark.adoc
@@ -145,7 +145,7 @@ number of other Spark base functions are supported out of the box:
145
`bulkGet`:: For massively parallel sending of gets to HBase to create a new RDD
146
`mapPartition`:: To do a Spark Map function with a Connection object to allow full
147
access to HBase
148
-`hBaseRDD`:: To simplify a distributed scan to create a RDD
+`hbaseRDD`:: To simplify a distributed scan to create a RDD
149
// end::spark_base_functions[]
150
151
For examples of all these functionalities, see the
0 commit comments