Login  Register

Re: save dataframe error, why loading ./TEMPCSV ?

Posted by Liang Chen-2 on Dec 14, 2016; 6:33am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/save-dataframe-error-why-loading-TEMPCSV-tp4384p4394.html

Hi

tempCSV just is a temp folder, will be deleted after finishing load data to
carbon table.
You can set some breakpoints to debug example DataFrameAPIExample.scala  ,
you will find the temp folder.

Regards
Liang



Regards
Liang

2016-12-14 13:55 GMT+08:00 Li Peng <[hidden email]>:

> Thanks.
>     I use carbondata 0.2.0 version now.
>     In the step : Dataframe->csv files->load data to Carbon Table.  I don't
> know where the csv files is stored?
>    the log is:
>           LOAD DATA INPATH './TEMPCSV'
>           INTO TABLE DEFAULT.SALE
>    the INPATH is not found.
>    org.apache.carbondata.processing.etl.DataLoadingException: The input
> file
> does not exist: ./tempCSV
>
>
>
>
>
>
>
> --
> View this message in context: http://apache-carbondata-
> mailing-list-archive.1130556.n5.nabble.com/save-dataframe-
> error-why-loading-TEMPCSV-tp4384p4392.html
> Sent from the Apache CarbonData Mailing List archive mailing list archive
> at Nabble.com.
>