Skip to content

Commit 767bb15

Browse files
titsukiHorizonNet
authored andcommitted
HBASE-22898 [DOC] HBaseContext doesn't have hBaseRDD method
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
1 parent 288d1f2 commit 767bb15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/_chapters/spark.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ number of other Spark base functions are supported out of the box:
145145
`bulkGet`:: For massively parallel sending of gets to HBase to create a new RDD
146146
`mapPartition`:: To do a Spark Map function with a Connection object to allow full
147147
access to HBase
148-
`hBaseRDD`:: To simplify a distributed scan to create a RDD
148+
`hbaseRDD`:: To simplify a distributed scan to create a RDD
149149
// end::spark_base_functions[]
150150
151151
For examples of all these functionalities, see the

0 commit comments

Comments
 (0)