Skip to content

Commit 8930f0b

Browse files
committed
[hotfix-33089][docs]modified hbase doc.
1 parent 0be71ef commit 8930f0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/plugin/hbaseSide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ CREATE TABLE MyResult(
146146
CREATE TABLE sideTable (
147147
wtz:message varchar as message,
148148
wtz:info varchar as info ,
149-
PRIMARY KEY (md5(rowkey1) + rowkey2 + 'test'),
149+
PRIMARY KEY (rowkey),
150150
PERIOD FOR SYSTEM_TIME
151151
) WITH (
152152
type = 'hbase',
@@ -174,7 +174,7 @@ into
174174
MyTable a
175175
left join
176176
sideTable b
177-
on a.id=b.rowkey1 and a.name = b.rowkey2;
177+
on a.id=b.rowkey;
178178
```
179179
### kerberos维表示例
180180
```

0 commit comments

Comments
 (0)