Ok, I will verify it again.
On 8 June 2017 at 14:14, xm_zzc <441586...@qq.com> wrote:
> Hi, ravipesala:
> I am using carbondata master branch , this issue still occurs sometimes,
> but not every time. I am sure that master branch is the latest and pr 933
> has been merged.
>
>
>
> --
> View th
Hi, ravipesala:
I am using carbondata master branch , this issue still occurs sometimes,
but not every time. I am sure that master branch is the latest and pr 933
has been merged.
--
View this message in context:
http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/Program
Hi,
It supposed to work on current master. PR
https://github.com/apache/carbondata/pull/933 fixes this problem.
Regards,
Ravindra
On 8 June 2017 at 13:28, xm_zzc <441586...@qq.com> wrote:
> Hi, ravipesala:
> any progress on this issue? I still often encounter this problem.
>
>
>
> --
> View t
Hi, ravipesala:
any progress on this issue? I still often encounter this problem.
--
View this message in context:
http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/Program-didn-t-stop-after-loading-successfully-tp12001p14208.html
Sent from the Apache CarbonData Dev Mail
Hi,
It seems threads which are opened for data loading is not stopped that is
why your main program is not terminated upon completion of data loading.
There is no functionality issue here you can still query the data. I will
look into it why the threads are not terminated upon completion.
Regards
Hi all:
I used spark to read a parquet file and than save it as carbondata file,
but I found that *my program didn't stop* after loading data successfully, I
saw log output as following:
*main -[MyUbuntu-64][myubuntu][Thread-1]Total time taken to write
dictionary file is: 40728
main -[MyU