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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Akash R Nilugal (Jira)
WilliamZhu created CARBONDATA-476:
-------------------------------------

             Summary: 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: 0.3.0-incubating
            Reporter: WilliamZhu
            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)