[GitHub] incubator-carbondata pull request #461: [wip]fix statistics code and adapt q...

classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] incubator-carbondata pull request #461: [wip]fix statistics code and adapt q...

qiuchenjian-2
GitHub user eason-lyx opened a pull request:

    https://github.com/apache/incubator-carbondata/pull/461

    [wip]fix statistics code and adapt query stastistics to spark2

    fix query statistics bug, and adapt query statistics to spark2.
   
   
    +--------+--------------------+---------------------+------------------------+
    |  Module|      Operation Step|     Total Query Cost|              Query Cost|
    +--------+--------------------+---------------------+------------------------+
    |  Driver|  Load blocks driver|                     |                     67 |
    |        +--------------------+                     +------------------------+
    |    Part|    Block allocation|               10088 |                  10015 |
    |        +--------------------+                     +------------------------+
    |        |Block identification|                     |                      6 |
    +--------+--------------------+---------------------+------------------------+
   
    STATISTIC 24-12 17:34:53,712 - Print query statistic for each task id:
    +--------------+----------------+--------------------+----------------+-------------------+---------------+--------------+-------------------+-----------+
    |       task_id|load_blocks_time|load_dictionary_time|scan_blocks_time|total_executor_time|scan_blocks_num|total_blocklet|valid_scan_blocklet|result_size|
    +--------------+----------------+--------------------+----------------+-------------------+---------------+--------------+-------------------+-----------+
    |26884996712820|             15 |                  2 |             23 |                 8 |             1 |            1 |                 1 |         3 |
    +--------------+----------------+--------------------+----------------+-------------------+---------------+--------------+-------------------+-----------+
   


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/eason-lyx/incubator-carbondata query_sts

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-carbondata/pull/461.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #461
   
----
commit 54718dfacc2e0319b952ac398cdc1dc388c7acee
Author: eason <[hidden email]>
Date:   2016-12-24T09:36:53Z

    fix statistics code and adapt query stastistics to spark2

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [hidden email] or file a JIRA ticket
with INFRA.
---
Reply | Threaded
Open this post in threaded view
|

[GitHub] incubator-carbondata issue #461: [wip]fix statistics code and adapt query st...

qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/incubator-carbondata/pull/461
 
    Build Failed  with Spark 1.5.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/307/



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [hidden email] or file a JIRA ticket
with INFRA.
---
Reply | Threaded
Open this post in threaded view
|

[GitHub] incubator-carbondata issue #461: [wip]fix statistics code and adapt query st...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/incubator-carbondata/pull/461
 
    Build Success with Spark 1.5.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/341/



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [hidden email] or file a JIRA ticket
with INFRA.
---
Reply | Threaded
Open this post in threaded view
|

[GitHub] incubator-carbondata issue #461: [wip]fix statistics code and adapt query st...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/incubator-carbondata/pull/461
 
    Build Success with Spark 1.5.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/342/



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [hidden email] or file a JIRA ticket
with INFRA.
---
Reply | Threaded
Open this post in threaded view
|

[GitHub] incubator-carbondata issue #461: [CARBONDATA-573]fix statistics code and ada...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user jackylk commented on the issue:

    https://github.com/apache/incubator-carbondata/pull/461
 
    LGTM


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [hidden email] or file a JIRA ticket
with INFRA.
---
Reply | Threaded
Open this post in threaded view
|

[GitHub] incubator-carbondata issue #461: [CARBONDATA-573]fix statistics code and ada...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/incubator-carbondata/pull/461
 
    Build Success with Spark 1.5.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/363/



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [hidden email] or file a JIRA ticket
with INFRA.
---
Reply | Threaded
Open this post in threaded view
|

[GitHub] incubator-carbondata issue #461: [CARBONDATA-573]fix statistics code and ada...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user chenliang613 commented on the issue:

    https://github.com/apache/incubator-carbondata/pull/461
 
    LGTM


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [hidden email] or file a JIRA ticket
with INFRA.
---
Reply | Threaded
Open this post in threaded view
|

[GitHub] incubator-carbondata pull request #461: [CARBONDATA-573]fix statistics code ...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-carbondata/pull/461


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [hidden email] or file a JIRA ticket
with INFRA.
---