You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Zhi Liu (Jira)" <ji...@apache.org> on 2019/10/21 09:02:00 UTC

[jira] [Updated] (CARBONDATA-3553) Support SDK Writer using existing schema file

     [ https://issues.apache.org/jira/browse/CARBONDATA-3553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zhi Liu updated CARBONDATA-3553:
--------------------------------
    Description: 
Sometimes, user need to build SDK writer with schema file, rather than with scheme object. It's will be easier to use.

val writer = CarbonWriter.builder.outputPath(...).withSchemaFile("/default/test/Metadata/schema").withCsvInput().build()

  was:
Sometimes, user need to build SDK writer with schema file, rather than with scheme object. It's will be easier to use.

 

val writer = CarbonWriter.builder.outputPath(...).withSchemaFile("/default/test/Metadata/schema").withCsvInput().build()


> Support SDK Writer using existing schema file
> ---------------------------------------------
>
>                 Key: CARBONDATA-3553
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-3553
>             Project: CarbonData
>          Issue Type: Improvement
>          Components: core, spark-integration
>            Reporter: Zhi Liu
>            Priority: Major
>
> Sometimes, user need to build SDK writer with schema file, rather than with scheme object. It's will be easier to use.
> val writer = CarbonWriter.builder.outputPath(...).withSchemaFile("/default/test/Metadata/schema").withCsvInput().build()



--
This message was sent by Atlassian Jira
(v8.3.4#803005)