[
https://issues.apache.org/jira/browse/GOBBLIN-259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zhixiong Chen updated GOBBLIN-259:
----------------------------------
Description:
- Add a new write file path type `DB_TABLE`, which writes records from an
`Extract` to folder <namespace>/<table>.
- A gobblin job which uses the `KafkSource` and `AvroHdfsDataWriter` will write
records to 'dbName/tableName' with the following configurations:
{code:java}
extract.namespace=dbName
extract.table.name=tableName
writer.file.path.type=db_table
{code}
> Support writing Kafka messages to db/table file path
> ----------------------------------------------------
>
> Key: GOBBLIN-259
> URL: https://issues.apache.org/jira/browse/GOBBLIN-259
> Project: Apache Gobblin
> Issue Type: Bug
> Reporter: Zhixiong Chen
> Assignee: Zhixiong Chen
> Labels: Writer:HDFS
>
> - Add a new write file path type `DB_TABLE`, which writes records from an
> `Extract` to folder <namespace>/<table>.
> - A gobblin job which uses the `KafkSource` and `AvroHdfsDataWriter` will
> write records to 'dbName/tableName' with the following configurations:
> {code:java}
> extract.namespace=dbName
> extract.table.name=tableName
> writer.file.path.type=db_table
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)