[jira] [Updated] (CARBONDATA-3401) Fix the java sdk create wrong carbondata filename

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

[jira] [Updated] (CARBONDATA-3401) Fix the java sdk create wrong carbondata filename

Akash R Nilugal (Jira)

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

Ravindra Pesala updated CARBONDATA-3401:
----------------------------------------
    Fix Version/s:     (was: 1.6.0)

> Fix the java sdk create wrong carbondata filename
> --------------------------------------------------
>
>                 Key: CARBONDATA-3401
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-3401
>             Project: CarbonData
>          Issue Type: Bug
>          Components: data-load, other
>    Affects Versions: 1.5.3
>            Reporter: lamber-ken
>            Priority: Major
>         Attachments: fix_the_java_sdk_create_wrong_carbondata_filename.patch
>
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> When use sdk to write carbondata files, use +System.nanoTime()+ assign to the start timestamp and use +System.nanoTime()+ assign to taskNo currently.
> There are two bug here, first +System.nanoTime()+ is different from +System.currentTimeMillis()+, it can only be used to measure elapsed time and is not related to any other notion of system or wall-clock time. Second, the carbondata file name written by sdk was different from written by spark.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)