Skip to content

Commit 16bc463

Browse files
committed
Update spark-hbase-demo1.md
1 parent c8e596d commit 16bc463

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

examples/spark-hbase-demo1.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,21 @@ CREATE TABLE teacher(grade int, class int, subject string, teacher_name string,
1111

1212
This command will create following tables:
1313
Tables :
14+
1415
spark : teacher
16+
1517
hbase : hbase_teacher
1618

1719
Fields :
20+
1821
[grade,int]
22+
1923
[class,int]
24+
2025
[subject,string]
26+
2127
[teacher_name,string]
28+
2229
[teacher_age,int]
2330

2431
key columns : grade,class,subject

0 commit comments

Comments
 (0)