[jira] [Created] (CARBONDATA-2229) Unable to save dataframe as carbontable with specified external database path

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

[jira] [Created] (CARBONDATA-2229) Unable to save dataframe as carbontable with specified external database path

Akash R Nilugal (Jira)
anubhav tarar created CARBONDATA-2229:
-----------------------------------------

             Summary: 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
             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)