Skip to content

Commit

Permalink
add table config for clickhouse
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 committed Jan 4, 2022
1 parent 745e37f commit 009c994
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nebula-exchange_spark_2.4/src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@
user:"user"
password:"clickhouse"
numPartition:"5"
table:"table"
sentence:"select * from table"
fields: [clickhouse-field-0, clickhouse-field-1, clickhouse-field-2]
nebula.fields: [nebula-field-0, nebula-field-1, nebula-field-2]
Expand Down Expand Up @@ -535,6 +536,7 @@
user:"user"
password:"clickhouse"
numPartition:"5"
table:"table"
sentence:"select * from table"
fields: [clickhouse-field-2]
nebula.fields: [nebula-field-2]
Expand Down

0 comments on commit 009c994

Please sign in to comment.