You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Ravindra Pesala (JIRA)" <ji...@apache.org> on 2017/01/16 17:42:26 UTC

[jira] [Assigned] (CARBONDATA-476) storeLocation start with file:/// cause table not found exceptioin

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

Ravindra Pesala reassigned CARBONDATA-476:
------------------------------------------

    Assignee: Ravindra Pesala

> storeLocation start with file:/// cause table not found exceptioin
> ------------------------------------------------------------------
>
>                 Key: CARBONDATA-476
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-476
>             Project: CarbonData
>          Issue Type: Bug
>          Components: data-load
>    Affects Versions: 1.0.0-incubating
>            Reporter: WilliamZhu
>            Assignee: Ravindra Pesala
>            Priority: Minor
>
> When you set carbondata's storelocation starts with file:///, carbondata will fail to create table meta,and  it do not raise any exception
> the code if found is in CarbonMetastore.createTableFromThrift
> ```
>  val thriftWriter = new ThriftWriter(schemaFilePath, false)
>     thriftWriter.open()
>     thriftWriter.write(thriftTableInfo)//if writing failed, it will be quiet.
>     thriftWriter.close()
> ```



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)