Skip to content

Commit

Permalink
Fix the issue of CDCSOURCE document (DataLinkDC#3009)
Browse files Browse the repository at this point in the history
  • Loading branch information
yangzehan authored Jan 16, 2024
1 parent 346d051 commit 3e50168
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ EXECUTE CDCSOURCE demo WITH (
'sink.connector' = 'sql-catalog',
'sink.catalog.name' = 'hive',
'sink.catalog.type' = 'hive',
'sink.default-database' = 'hdb',
'sink.hive-conf-dir' = '/usr/local/dlink/hive-conf'
'sink.sink.db' = 'hdb',
'sink.catalog.hive-conf-dir' = '/usr/local/dlink/hive-conf'
);
```

0 comments on commit 3e50168

Please sign in to comment.