Skip to content

Instantly share code, notes, and snippets.

@Tin-Nguyen
Created April 4, 2019 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tin-Nguyen/a241e27e102fba4ed640211cfaeebe86 to your computer and use it in GitHub Desktop.
Save Tin-Nguyen/a241e27e102fba4ed640211cfaeebe86 to your computer and use it in GitHub Desktop.
CREATE TABLE jobs \
(id INT, \
configuration VARCHAR, \
extraParameters VARCHAR, \
jobInstanceId VARCHAR, \
network VARCHAR, \
duration INT,
durationUnit VARCHAR) \
WITH (KAFKA_TOPIC='jobs', \
VALUE_FORMAT='JSON', \
KEY = 'id');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment