Skip to content

Commit 67923da

Browse files
author
jackylk
committed
improve doc
1 parent 8aa81bf commit 67923da

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

examples/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### SparkSQL on HBase examples:
22

3-
1. Example 1: Create and query SparkSQL table map to a new HBase table
4-
2. Example 2: Create and query SparkSQL table map to existing Hbase table
5-
3. Example 3: Similar to example 1, but with larger sample file
3+
1. Example 1: Create and query SparkSQL table map to existing Hbase table
4+
2. Example 2: Create and query SparkSQL table map to a new HBase table
5+
3. Example 3: Similar to example 1, but with larger sample file

examples/spark-hbase-demo1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Example 2: Create and query SparkSQL table map to existing Hbase table
1+
## Example 1: Create and query SparkSQL table map to existing Hbase table
22
In this example, we create SparkSQL table and map it to a existing HBase table. (a single column map to hbase rowkey)
33

44
Steps:

examples/spark-hbase-demo2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Example 1: Create and query SparkSQL table map to a new HBase table (multiple columns map to hbase table rowkey)
1+
## Example 3: Create and query SparkSQL table map to a new HBase table (multiple columns map to hbase table rowkey)
22
In this example, we create a new SparkSQL table and map it to a new HBase table with multiple column in rowkey.
33

44
Steps:

examples/spark-hbase-demo3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Example 3: Similar to example 1, but with larger sample file
1+
## Example 3: Similar to example 2, but with larger sample file
22
In this example, we create a new SparkSQL table and map it to a new HBase table with multiple column in rowkey.
33

44
(2) Create table in SparkSQL and in HBase

0 commit comments

Comments
 (0)