Skip to content

Commit

Permalink
HBASE-22898 [DOC] HBaseContext doesn't have hBaseRDD method
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
  • Loading branch information
titsuki authored and HorizonNet committed Aug 22, 2019
1 parent 288d1f2 commit 767bb15
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 767bb15

Please sign in to comment.