From 767bb1511285ae67dae15e8a2aab62c38244c797 Mon Sep 17 00:00:00 2001 From: Itsuki Toyota Date: Fri, 23 Aug 2019 01:51:00 +0900 Subject: [PATCH] HBASE-22898 [DOC] HBaseContext doesn't have hBaseRDD method Signed-off-by: Jan Hentschel --- src/main/asciidoc/_chapters/spark.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/_chapters/spark.adoc b/src/main/asciidoc/_chapters/spark.adoc index d5089f2c79c0..207528f057d0 100644 --- a/src/main/asciidoc/_chapters/spark.adoc +++ b/src/main/asciidoc/_chapters/spark.adoc @@ -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