We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be71ef commit 8930f0bCopy full SHA for 8930f0b
docs/plugin/hbaseSide.md
@@ -146,7 +146,7 @@ CREATE TABLE MyResult(
146
CREATE TABLE sideTable (
147
wtz:message varchar as message,
148
wtz:info varchar as info ,
149
- PRIMARY KEY (md5(rowkey1) + rowkey2 + 'test'),
+ PRIMARY KEY (rowkey),
150
PERIOD FOR SYSTEM_TIME
151
) WITH (
152
type = 'hbase',
@@ -174,7 +174,7 @@ into
174
MyTable a
175
left join
176
sideTable b
177
- on a.id=b.rowkey1 and a.name = b.rowkey2;
+ on a.id=b.rowkey;
178
```
179
### kerberos维表示例
180
0 commit comments