GitHub user QiangCai opened a pull request:
https://github.com/apache/carbondata/pull/2700 [CARBONDATA-2923] Log the hit information of streaming segments
Log the hit information of streaming segments after the hit information of batch segments.
18/09/09 20:03:30 INFO CarbonScanRDD:
Identified no.of.blocks: 1,
no.of.tasks: 1,
no.of.nodes: 0,
parallelism: 2
18/09/09 20:03:30 INFO CarbonScanRDD:
Identified no.of.streaming splits/tasks: 1,
no.of.streaming files: 1,
no.of.total streaming files: 2,
no.of.total streaming segement: 1
- [x] Any interfaces changed?
no
- [x] Any backward compatibility impacted?
no
- [x] Document update required?
no
- [x] Testing done
Please provide details on
- Whether new unit test cases have been added or why no new tests are required?
- How it is tested? Please attach test report.
check the log information
- Is it a performance related change? Please attach the performance test report.
- Any additional information to help reviewers in testing this change.
- [x] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
small changes
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/QiangCai/carbondata streaming_minmax_log
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2700.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2700
----
commit cc71606bced03bb9ac51854f737d234384ae3134
Author: QiangCai <qiangcai@...>
Date: 2018-09-10T03:05:43Z
log the hit information of streaming segments
----
---