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

anubhav tarar closed CARBONDATA-2229.
-------------------------------------
    Resolution: Fixed

> Unable to save dataframe as carbontable with specified external database path 
> ------------------------------------------------------------------------------
>
>                 Key: CARBONDATA-2229
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-2229
>             Project: CarbonData
>          Issue Type: Bug
>          Components: sql
>    Affects Versions: 1.4.0
>         Environment: dataframe
>            Reporter: anubhav tarar
>            Assignee: anubhav tarar
>            Priority: Trivial
>             Fix For: 1.4.0
>
>
> dataFrame.write
>  .format("carbondata")
>  .option("tableName", "carbon4")
>  .option("compress", "true")
>  .option("dataBasePath", "/tmp")
>  .mode(SaveMode.Overwrite)
>  .save()
> sql("show tables").show(false)
>  
> but database is getting created at default database
>  
> +--------+---------+-----------+
> |database|tableName|isTemporary|
> +--------+---------+-----------+
> |default |carbon4 |false |
> +--------+---------+-----------+



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to