Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Query (id=9242530ef412061f:1d82eaeb00000000):
- Summary:
- Session ID: 944fff761bf09762:bdfd68a4f8283fbf
- Session Type: HIVESERVER2
- HiveServer2 Protocol Version: V6
- Start Time: 2020-02-11 13:48:10.117340000
- End Time: 2020-02-11 13:48:13.336679000
- Query Type: DDL
- Query State: FINISHED
- Query Status: OK
- Impala Version: impalad version 3.2.0-cdh6.3.0 RELEASE (build 495397101e5807c701df71ea288f4815d69c2c8a)
- User: nmali
- Connected User: nmali
- Delegated User:
- Network Address: ::ffff:172.17.250.66:36614
- Default Db: alerts
- Sql Statement: create table y5 AS
- SELECT
- CAST(orig_cust_id as INT) as orig_cust_id,
- CAST(dest_npa as INT) as dest_npa,
- CAST(dest_nxx as INT) as dest_nxx,
- dest_state,
- dest_ocn,
- orig_trunk_grp_nm as orig_trunk_group_name,
- orig_product,
- jurisdiction_state as jurisdiction,
- sum(cost) as cost,
- sum(revenue) as revenue,
- sum(conv_seconds) as duration,
- call_date_time_hours,
- call_date_time_day,
- call_date_time_month,
- call_date_time_year
- FROM call_detail_records.raw
- WHERE
- call_date_time_day=day(DAYS_SUB(now(), 1)) AND
- call_date_time_month=month(DAYS_SUB(now(), 1)) AND
- call_date_time_year=year(DAYS_SUB(now(), 1)) AND
- orig_cust_id='25'
- GROUP BY
- orig_cust_id,
- dest_npa,
- dest_nxx,
- dest_state,
- dest_ocn,
- orig_trunk_grp_nm,
- orig_product,
- jurisdiction_state,
- call_date_time_hours,
- call_date_time_day,
- call_date_time_month,
- call_date_time_year
- Coordinator: itchil804.inteliquent.com:22000
- Query Options (set by configuration): QUERY_TIMEOUT_S=300,IDLE_SESSION_TIMEOUT=900
- Query Options (set by configuration and planner): QUERY_TIMEOUT_S=300,MT_DOP=0,IDLE_SESSION_TIMEOUT=900
- DDL Type: CREATE_TABLE_AS_SELECT
- Plan:
- ----------------
- Max Per-Host Resource Reservation: Memory=116.00MB Threads=3
- Per-Host Resource Estimates: Memory=696MB
- WARNING: The following tables are missing relevant table and/or column statistics.
- call_detail_records.raw
- Analyzed query: SELECT CAST(orig_cust_id AS INT) orig_cust_id, CAST(dest_npa AS
- INT) dest_npa, CAST(dest_nxx AS INT) dest_nxx, dest_state, dest_ocn,
- orig_trunk_grp_nm orig_trunk_group_name, orig_product, jurisdiction_state
- jurisdiction, sum(cost) cost, sum(revenue) revenue, sum(conv_seconds) duration,
- call_date_time_hours, call_date_time_day, call_date_time_month,
- call_date_time_year FROM call_detail_records.raw WHERE call_date_time_day =
- CAST(10 AS INT) AND call_date_time_month = CAST(2 AS INT) AND
- call_date_time_year = CAST(2020 AS INT) AND orig_cust_id = '25' GROUP BY
- CAST(orig_cust_id AS INT), CAST(dest_npa AS INT), CAST(dest_nxx AS INT),
- dest_state, dest_ocn, orig_trunk_grp_nm, orig_product, jurisdiction_state,
- call_date_time_hours, call_date_time_day, call_date_time_month,
- call_date_time_year
- F01:PLAN FRAGMENT [HASH(CAST(orig_cust_id AS INT),CAST(dest_npa AS INT),CAST(dest_nxx AS INT),dest_state,dest_ocn,orig_trunk_grp_nm,orig_product,jurisdiction_state,call_date_time_hours,call_date_time_day,call_date_time_month,call_date_time_year)] hosts=3 instances=3
- | Per-Host Resources: mem-estimate=128.43MB mem-reservation=34.00MB thread-reservation=1
- WRITE TO HDFS [alerts.y5, OVERWRITE=false]
- | partitions=1
- | mem-estimate=100.00KB mem-reservation=0B thread-reservation=0
- |
- 03:AGGREGATE [FINALIZE]
- | output: sum:merge(cost), sum:merge(revenue), sum:merge(conv_seconds)
- | group by: CAST(orig_cust_id AS INT), CAST(dest_npa AS INT), CAST(dest_nxx AS INT), dest_state, dest_ocn, orig_trunk_grp_nm, orig_product, jurisdiction_state, call_date_time_hours, call_date_time_day, call_date_time_month, call_date_time_year
- | mem-estimate=128.00MB mem-reservation=34.00MB spill-buffer=2.00MB thread-reservation=0
- | tuple-ids=1 row-size=144B cardinality=unavailable
- | in pipelines: 03(GETNEXT), 00(OPEN)
- |
- 02:EXCHANGE [HASH(CAST(orig_cust_id AS INT),CAST(dest_npa AS INT),CAST(dest_nxx AS INT),dest_state,dest_ocn,orig_trunk_grp_nm,orig_product,jurisdiction_state,call_date_time_hours,call_date_time_day,call_date_time_month,call_date_time_year)]
- | mem-estimate=443.95KB mem-reservation=0B thread-reservation=0
- | tuple-ids=1 row-size=144B cardinality=unavailable
- | in pipelines: 00(GETNEXT)
- |
- F00:PLAN FRAGMENT [RANDOM] hosts=3 instances=3
- Per-Host Resources: mem-estimate=568.00MB mem-reservation=82.00MB thread-reservation=2
- 01:AGGREGATE [STREAMING]
- | output: sum(cost), sum(revenue), sum(conv_seconds)
- | group by: CAST(orig_cust_id AS INT), CAST(dest_npa AS INT), CAST(dest_nxx AS INT), dest_state, dest_ocn, orig_trunk_grp_nm, orig_product, jurisdiction_state, call_date_time_hours, call_date_time_day, call_date_time_month, call_date_time_year
- | mem-estimate=128.00MB mem-reservation=34.00MB spill-buffer=2.00MB thread-reservation=0
- | tuple-ids=1 row-size=144B cardinality=unavailable
- | in pipelines: 00(GETNEXT)
- |
- 00:SCAN HDFS [call_detail_records.raw, RANDOM]
- partition predicates: call_date_time_day = CAST(10 AS INT), call_date_time_month = CAST(2 AS INT), call_date_time_year = CAST(2020 AS INT)
- partitions=24/631 files=478 size=14.48GB
- predicates: orig_cust_id = '25'
- stored statistics:
- table: rows=unavailable size=unavailable
- partitions: 0/24 rows=unavailable
- columns missing stats: orig_cust_id, dest_npa, dest_nxx, dest_state, dest_ocn, orig_trunk_grp_nm, orig_product, jurisdiction_state, cost, revenue, conv_seconds
- extrapolated-rows=disabled max-scan-range-rows=unavailable
- parquet statistics predicates: orig_cust_id = '25'
- parquet dictionary predicates: orig_cust_id = '25'
- mem-estimate=440.00MB mem-reservation=48.00MB thread-reservation=1
- tuple-ids=0 row-size=128B cardinality=unavailable
- in pipelines: 00(GETNEXT)
- ----------------
- Estimated Per-Host Mem: 730263504
- Tables Missing Stats: call_detail_records.raw
- Per Host Min Memory Reservation: itchil804.inteliquent.com:22000(116.00 MB) itchil805.inteliquent.com:22000(116.00 MB) itchil806.inteliquent.com:22000(116.00 MB)
- Request Pool: root.nmali
- Admission result: Admitted immediately
- Cluster Memory Admitted: 2.04 GB
- ExecSummary:
- Operator #Hosts Avg Time Max Time #Rows Est. #Rows Peak Mem Est. Peak Mem Detail
- --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
- F01:HDFS WRITER 3 803.750ms 867.374ms 50.00 KB 100.00 KB
- 03:AGGREGATE 3 311.296ms 335.526ms 821.57K -1 74.11 MB 128.00 MB FINALIZE
- 02:EXCHANGE 3 21.720ms 22.442ms 1.09M -1 1.23 MB 443.95 KB HASH(CAST(orig_cust_id AS INT),CAST(dest_npa AS INT),CAST(dest_nxx AS INT),dest_state,dest_ocn,orig_trunk_grp_nm,orig_product,jurisdiction_state,call_date_time_hours,call_date_time_day,call_date_time_month,call_date_time_year)
- F00:EXCHANGE SENDER 3 331.632ms 420.582ms 86.95 KB 0
- 01:AGGREGATE 3 960.047ms 1s366ms 1.09M -1 116.09 MB 128.00 MB STREAMING
- 00:SCAN HDFS 3 52.015ms 62.367ms 4.47M -1 3.15 GB 440.00 MB call_detail_records.raw
- Errors: Snappy: GetUncompressedLength failed
- File 'hdfs://itchil800.inteliquent.com:8020/user/inteliquent/data/cdr/database/call_date_time_year=2020/call_date_time_month=2/call_date_time_day=10/call_date_time_hours=16/part-00192-7937e39f-9e89-4247-8561-f0491d26c970.c000.snappy.parquet' is corrupt: error decoding value of type DECIMAL(12,12) at offset 1766 (1 of 286 similar)
- Query Compilation: 71.330ms
- - Metadata of all 1 tables cached: 1.327ms (1.327ms)
- - Analysis finished: 67.962ms (66.635ms)
- - Value transfer graph computed: 67.999ms (36.825us)
- - Single node plan created: 69.569ms (1.570ms)
- - Runtime filters computed: 69.746ms (176.729us)
- - Distributed plan created: 69.782ms (36.701us)
- - Lineage info computed: 69.894ms (111.476us)
- - Planning finished: 71.330ms (1.436ms)
- Query Timeline: 45s629ms
- - Query submitted: 115.761us (115.761us)
- - Planning finished: 73.784ms (73.668ms)
- - Submit for admission: 160.789ms (87.005ms)
- - Completed admission: 161.184ms (394.556us)
- - Ready to start on 3 backends: 162.253ms (1.069ms)
- - All 3 execution backends (6 fragment instances) started: 168.746ms (6.492ms)
- - Last row fetched: 3s219ms (3s050ms)
- - Released admission control resources: 3s219ms (81.694us)
- - DML data written: 3s221ms (1.924ms)
- - DML Metastore update finished: 3s320ms (99.025ms)
- - Rows available: 3s320ms (404.296us)
- - First row fetched: 5s189ms (1s869ms)
- - AdmissionControlTimeSinceLastUpdate: 35.000ms
- - ComputeScanRangeAssignmentTimer: 1.957ms
- Frontend:
- ImpalaServer:
- - CatalogOpExecTimer: 82.915ms
- - ClientFetchWaitTimer: 1s869ms
- - MetastoreUpdateTimer: 99.371ms
- - RowMaterializationTimer: 0.000ns
- Execution Profile 9242530ef412061f:1d82eaeb00000000:(Total: 3s058ms, non-child: 0.000ns, % non-child: 0.00%)
- Number of filters: 0
- Filter routing table:
- ID Src. Node Tgt. Node(s) Target type Partition filter Pending (Expected) First arrived Completed Enabled
- -------------------------------------------------------------------------------------------------------------------
- Backend startup latencies: Count: 3, min / max: 3ms / 5ms, 25th %-ile: 3ms, 50th %-ile: 4ms, 75th %-ile: 4ms, 90th %-ile: 5ms, 95th %-ile: 5ms, 99.9th %-ile: 5ms
- Slowest backend to start up: itchil805.inteliquent.com:22000
- Per Node Peak Memory Usage: itchil804.inteliquent.com:22000(3.26 GB) itchil805.inteliquent.com:22000(2.95 GB) itchil806.inteliquent.com:22000(2.84 GB)
- Per Node Bytes Read: itchil804.inteliquent.com:22000(2.16 GB) itchil805.inteliquent.com:22000(1.79 GB) itchil806.inteliquent.com:22000(1.61 GB)
- Per Node User Time: itchil804.inteliquent.com:22000(6s780ms) itchil805.inteliquent.com:22000(6s098ms) itchil806.inteliquent.com:22000(3s917ms)
- Per Node System Time: itchil804.inteliquent.com:22000(594.456ms) itchil805.inteliquent.com:22000(324.952ms) itchil806.inteliquent.com:22000(317.868ms)
- DML Stats:
- Partition: Default
- NumModifiedRows: 821568
- BytesWritten: 78.54 MB
- - ExchangeScanRatio: 0.01
- - FiltersReceived: 0 (0)
- - FinalizationTimer: 6.587ms
- - FileDeletionTimer: 1.685ms
- - FileMoveTimer: 1.992ms
- - Overwrite/PartitionCreationTimer: 1.544ms
- - InnerNodeSelectivityRatio: 0.00
- - NumBackends: 3 (3)
- - NumFragmentInstances: 6 (6)
- - NumFragments: 2 (2)
- - TotalBytesRead: 5.56 GB (5967308785)
- - TotalBytesSent: 84.03 MB (88110575)
- - TotalCpuTime: 18s034ms
- - TotalInnerBytesSent: 0
- - TotalScanBytesSent: 84.03 MB (88110575)
- Per Node Profiles:
- itchil804.inteliquent.com:22000:
- - ScratchBytesRead: 0
- - ScratchBytesWritten: 0
- - ScratchFileUsedBytes: 0
- - ScratchReads: 0 (0)
- - ScratchWrites: 0 (0)
- - TotalEncryptionTime: 0.000ns
- - TotalReadBlockTime: 0.000ns
- itchil805.inteliquent.com:22000:
- - ScratchBytesRead: 0
- - ScratchBytesWritten: 0
- - ScratchFileUsedBytes: 0
- - ScratchReads: 0 (0)
- - ScratchWrites: 0 (0)
- - TotalEncryptionTime: 0.000ns
- - TotalReadBlockTime: 0.000ns
- itchil806.inteliquent.com:22000:
- - ScratchBytesRead: 0
- - ScratchBytesWritten: 0
- - ScratchFileUsedBytes: 0
- - ScratchReads: 0 (0)
- - ScratchWrites: 0 (0)
- - TotalEncryptionTime: 0.000ns
- - TotalReadBlockTime: 0.000ns
- Averaged Fragment F01:(Total: 2s976ms, non-child: 838.441us, % non-child: 0.03%)
- split sizes: min: 0, max: 0, avg: 0, stddev: 0
- completion times: min:2s920ms max:3s044ms mean: 2s980ms stddev:50.650ms
- execution rates: min:0.00 /sec max:0.00 /sec mean:0.00 /sec stddev:0.00 /sec
- num instances: 3
- - AverageThreadTokens: 1.00
- - BloomFilterBytes: 0
- - ExchangeScanRatio: 0.00
- - PeakMemoryUsage: 74.96 MB (78604310)
- - PeakReservation: 74.00 MB (77594624)
- - PeakUsedReservation: 0
- - PerHostPeakMemUsage: 3.01 GB (3236270346)
- - RowsProduced: 273.86K (273856)
- - TotalNetworkReceiveTime: 1s676ms
- - TotalNetworkSendTime: 0.000ns
- - TotalStorageWaitTime: 0.000ns
- - TotalThreadsInvoluntaryContextSwitches: 3 (3)
- - TotalThreadsTotalWallClockTime: 2s975ms
- - TotalThreadsSysTime: 59.687ms
- - TotalThreadsUserTime: 1s250ms
- - TotalThreadsVoluntaryContextSwitches: 2.13K (2130)
- Buffer pool:
- - AllocTime: 0.000ns
- - CumulativeAllocationBytes: 0
- - CumulativeAllocations: 0 (0)
- - PeakReservation: 0
- - PeakUnpinnedBytes: 0
- - PeakUsedReservation: 0
- - ReadIoBytes: 0
- - ReadIoOps: 0 (0)
- - ReadIoWaitTime: 0.000ns
- - ReservationLimit: 0
- - SystemAllocTime: 0.000ns
- - WriteIoBytes: 0
- - WriteIoOps: 0 (0)
- - WriteIoWaitTime: 0.000ns
- Fragment Instance Lifecycle Timings:
- - ExecTime: 815.218ms
- - ExecTreeExecTime: 11.342ms
- - OpenTime: 2s160ms
- - ExecTreeOpenTime: 1s988ms
- - PrepareTime: 790.606us
- - ExecTreePrepareTime: 332.996us
- HdfsTableSink:(Total: 803.750ms, non-child: 803.750ms, % non-child: 100.00%)
- - BytesWritten: 26.18 MB (27452425)
- - CompressTimer: 0.000ns
- - EncodeTimer: 733.243ms
- - FilesCreated: 1 (1)
- - FinalizePartitionFileTimer: 6.726ms
- - HdfsWriteTimer: 51.731ms
- - PartitionsCreated: 1 (1)
- - PeakMemoryUsage: 50.00 KB (51200)
- - RowsInserted: 273.86K (273856)
- - TmpFileCreateTimer: 10.308ms
- AGGREGATION_NODE (id=3):(Total: 2s000ms, non-child: 311.296ms, % non-child: 15.56%)
- - PeakMemoryUsage: 74.11 MB (77713536)
- - RowsReturned: 273.86K (273856)
- - RowsReturnedRate: 136.89 K/sec
- GroupingAggregator 0:
- - BuildTime: 296.855ms
- - GetResultsTime: 10.707ms
- - HTResizeTime: 16.626ms
- - HashBuckets: 524.29K (524288)
- - LargestPartitionPercent: 4 (4)
- - MaxPartitionLevel: 0 (0)
- - NumRepartitions: 0 (0)
- - PartitionsCreated: 16 (16)
- - PeakMemoryUsage: 74.11 MB (77709440)
- - PeakReservation: 74.00 MB (77594624)
- - PeakUsedReservation: 0
- - RowsRepartitioned: 0 (0)
- - RowsReturned: 273.86K (273856)
- - SpilledPartitions: 0 (0)
- Buffer pool:
- - AllocTime: 19.763ms
- - CumulativeAllocationBytes: 74.00 MB (77594624)
- - CumulativeAllocations: 37 (37)
- - PeakReservation: 74.00 MB (77594624)
- - PeakUnpinnedBytes: 0
- - PeakUsedReservation: 74.00 MB (77594624)
- - ReadIoBytes: 0
- - ReadIoOps: 0 (0)
- - ReadIoWaitTime: 0.000ns
- - SystemAllocTime: 19.699ms
- - WriteIoBytes: 0
- - WriteIoOps: 0 (0)
- - WriteIoWaitTime: 0.000ns
- EXCHANGE_NODE (id=2):(Total: 1s689ms, non-child: 1s689ms, % non-child: 100.00%)
- - ConvertRowBatchTime: 9.603ms
- - PeakMemoryUsage: 856.00 KB (876544)
- - RowsReturned: 363.24K (363242)
- - RowsReturnedRate: 215.06 K/sec
- Buffer pool:
- - AllocTime: 8.410ms
- - CumulativeAllocationBytes: 112.63 MB (118098602)
- - CumulativeAllocations: 5.77K (5768)
- - PeakReservation: 856.00 KB (876544)
- - PeakUnpinnedBytes: 0
- - PeakUsedReservation: 856.00 KB (876544)
- - ReadIoBytes: 0
- - ReadIoOps: 0 (0)
- - ReadIoWaitTime: 0.000ns
- - SystemAllocTime: 3.992ms
- - WriteIoBytes: 0
- - WriteIoOps: 0 (0)
- - WriteIoWaitTime: 0.000ns
- Dequeue:
- - FirstBatchWaitTime: 693.464ms
- - TotalBytesDequeued: 61.04 MB (64005906)
- - TotalGetBatchTime: 1s675ms
- - DataWaitTime: 1s667ms
- Enqueue:
- - DeserializeRowBatchTime: 195.032ms
- - TotalBatchesEnqueued: 2.88K (2884)
- - TotalBatchesReceived: 2.88K (2884)
- - TotalBytesReceived: 28.01 MB (29370191)
- - TotalEarlySenders: 0 (0)
- - TotalEosReceived: 3 (3)
- - TotalHasDeferredRPCsTime: 0.000ns
- - TotalRPCsDeferred: 0 (0)
- CodeGen:(Total: 171.044ms, non-child: 171.044ms, % non-child: 100.00%)
- - CodegenInvoluntaryContextSwitches: 0 (0)
- - CodegenTotalWallClockTime: 171.032ms
- - CodegenSysTime: 1.317ms
- - CodegenUserTime: 169.358ms
- - CodegenVoluntaryContextSwitches: 0 (0)
- - CompileTime: 41.286ms
- - IrGenerationTime: 3.596ms
- - LoadTime: 0.000ns
- - ModuleBitcodeSize: 2.28 MB (2393476)
- - NumFunctions: 66 (66)
- - NumInstructions: 1.84K (1837)
- - OptimizationTime: 101.053ms
- - PeakMemoryUsage: 918.50 KB (940544)
- - PrepareTime: 24.181ms
- Fragment F01:
- Instance 9242530ef412061f:1d82eaeb00000003 (host=itchil806.inteliquent.com:22000):(Total: 3s039ms, non-child: 891.903us, % non-child: 0.03%)
- Last report received time: 2020-02-11 13:48:13.329
- Fragment Instance Lifecycle Event Timeline: 3s040ms
- - Prepare Finished: 1.279ms (1.279ms)
- - Open Finished: 2s160ms (2s159ms)
- - First Batch Produced: 2s161ms (149.925us)
- - First Batch Sent: 2s183ms (22.460ms)
- - ExecInternal Finished: 3s040ms (857.304ms)
- - MemoryUsage (500.000ms): 122.02 KB, 34.85 MB, 36.85 MB, 64.85 MB, 56.17 MB, 34.17 MB
- - ThreadUsage (500.000ms): 1, 1, 1, 1, 1, 1
- - AverageThreadTokens: 1.00
- - BloomFilterBytes: 0
- - ExchangeScanRatio: 0.00
- - PeakMemoryUsage: 74.85 MB (78481430)
- - PeakReservation: 74.00 MB (77594624)
- - PeakUsedReservation: 0
- - PerHostPeakMemUsage: 2.84 GB (3046039782)
- - RowsProduced: 273.94K (273945)
- - TotalNetworkReceiveTime: 1s683ms
- - TotalNetworkSendTime: 0.000ns
- - TotalStorageWaitTime: 0.000ns
- - TotalThreadsInvoluntaryContextSwitches: 4 (4)
- - TotalThreadsTotalWallClockTime: 3s038ms
- - TotalThreadsSysTime: 49.209ms
- - TotalThreadsUserTime: 1s304ms
- - TotalThreadsVoluntaryContextSwitches: 2.15K (2154)
- Buffer pool:
- - AllocTime: 0.000ns
- - CumulativeAllocationBytes: 0
- - CumulativeAllocations: 0 (0)
- - PeakReservation: 0
- - PeakUnpinnedBytes: 0
- - PeakUsedReservation: 0
- - ReadIoBytes: 0
- - ReadIoOps: 0 (0)
- - ReadIoWaitTime: 0.000ns
- - ReservationLimit: 0
- - SystemAllocTime: 0.000ns
- - WriteIoBytes: 0
- - WriteIoOps: 0 (0)
- - WriteIoWaitTime: 0.000ns
- Fragment Instance Lifecycle Timings:
- - ExecTime: 879.414ms
- - ExecTreeExecTime: 11.888ms
- - OpenTime: 2s159ms
- - ExecTreeOpenTime: 1s992ms
- - PrepareTime: 822.820us
- - ExecTreePrepareTime: 358.297us
- HdfsTableSink:(Total: 867.374ms, non-child: 867.374ms, % non-child: 100.00%)
- - BytesWritten: 26.19 MB (27460238)
- - CompressTimer: 0.000ns
- - EncodeTimer: 776.984ms
- - FilesCreated: 1 (1)
- - FinalizePartitionFileTimer: 7.127ms
- - HdfsWriteTimer: 70.327ms
- - PartitionsCreated: 1 (1)
- - PeakMemoryUsage: 50.00 KB (51200)
- - RowsInserted: 273.94K (273945)
- - TmpFileCreateTimer: 10.918ms
- AGGREGATION_NODE (id=3):(Total: 2s004ms, non-child: 308.419ms, % non-child: 15.39%)
- Node Lifecycle Event Timeline: 3s040ms
- - Open Started: 168.453ms (168.453ms)
- - Open Finished: 2s160ms (1s992ms)
- - First Batch Requested: 2s160ms (41.328us)
- - First Batch Returned: 2s161ms (144.213us)
- - Last Batch Returned: 3s033ms (872.110ms)
- - Closed: 3s040ms (7.545ms)
- - PeakMemoryUsage: 74.11 MB (77713536)
- - RowsReturned: 273.94K (273945)
- - RowsReturnedRate: 136.66 K/sec
- GroupingAggregator 0:
- ExecOption: Codegen Enabled
- - BuildTime: 293.691ms
- - GetResultsTime: 11.181ms
- - HTResizeTime: 13.450ms
- - HashBuckets: 524.29K (524288)
- - LargestPartitionPercent: 4 (4)
- - MaxPartitionLevel: 0 (0)
- - NumRepartitions: 0 (0)
- - PartitionsCreated: 16 (16)
- - PeakMemoryUsage: 74.11 MB (77709440)
- - PeakReservation: 74.00 MB (77594624)
- - PeakUsedReservation: 0
- - RowsRepartitioned: 0 (0)
- - RowsReturned: 273.94K (273945)
- - SpilledPartitions: 0 (0)
- Buffer pool:
- - AllocTime: 9.967ms
- - CumulativeAllocationBytes: 74.00 MB (77594624)
- - CumulativeAllocations: 37 (37)
- - PeakReservation: 74.00 MB (77594624)
- - PeakUnpinnedBytes: 0
- - PeakUsedReservation: 74.00 MB (77594624)
- - ReadIoBytes: 0
- - ReadIoOps: 0 (0)
- - ReadIoWaitTime: 0.000ns
- - SystemAllocTime: 9.916ms
- - WriteIoBytes: 0
- - WriteIoOps: 0 (0)
- - WriteIoWaitTime: 0.000ns
- EXCHANGE_NODE (id=2):(Total: 1s696ms, non-child: 21.941ms, % non-child: 1.29%)
- Node Lifecycle Event Timeline: 2s160ms
- - Open Started: 168.454ms (168.454ms)
- - Open Finished: 865.838ms (697.383ms)
- - First Batch Requested: 866.647ms (808.658us)
- - First Batch Returned: 869.325ms (2.678ms)
- - Last Batch Returned: 2s160ms (1s290ms)
- - Closed: 2s160ms (656.593us)
- - ConvertRowBatchTime: 9.712ms
- - PeakMemoryUsage: 736.00 KB (753664)
- - RowsReturned: 363.16K (363164)
- - RowsReturnedRate: 214.11 K/sec
- Buffer pool:
- - AllocTime: 6.480ms
- - CumulativeAllocationBytes: 112.62 MB (118087680)
- - CumulativeAllocations: 5.77K (5768)
- - PeakReservation: 736.00 KB (753664)
- - PeakUnpinnedBytes: 0
- - PeakUsedReservation: 736.00 KB (753664)
- - ReadIoBytes: 0
- - ReadIoOps: 0 (0)
- - ReadIoWaitTime: 0.000ns
- - SystemAllocTime: 1.700ms
- - WriteIoBytes: 0
- - WriteIoOps: 0 (0)
- - WriteIoWaitTime: 0.000ns
- Dequeue:
- - BytesDequeued (500.000ms): 0, 5.40 MB, 16.93 MB, 49.47 MB
- - FirstBatchWaitTime: 697.372ms
- - TotalBytesDequeued: 61.03 MB (63991761)
- - TotalGetBatchTime: 1s682ms
- - DataWaitTime: 1s674ms
- Enqueue:
- - BytesReceived (500.000ms): 0, 2.47 MB, 7.74 MB, 22.69 MB
- - DeferredQueueSize (500.000ms): 0, 0, 0, 0
- - DispatchTime: (Avg: 30.611us ; Min: 20.355us ; Max: 129.704us ; Number of samples: 2884)
- - DeserializeRowBatchTime: 205.349ms
- - TotalBatchesEnqueued: 2.88K (2884)
- - TotalBatchesReceived: 2.88K (2884)
- - TotalBytesReceived: 28.00 MB (29355584)
- - TotalEarlySenders: 0 (0)
- - TotalEosReceived: 3 (3)
- - TotalHasDeferredRPCsTime: 0.000ns
- - TotalRPCsDeferred: 0 (0)
- CodeGen:(Total: 167.071ms, non-child: 167.071ms, % non-child: 100.00%)
- - CodegenInvoluntaryContextSwitches: 0 (0)
- - CodegenTotalWallClockTime: 167.059ms
- - CodegenSysTime: 0.000ns
- - CodegenUserTime: 167.493ms
- - CodegenVoluntaryContextSwitches: 0 (0)
- - CompileTime: 40.242ms
- - IrGenerationTime: 3.406ms
- - LoadTime: 0.000ns
- - ModuleBitcodeSize: 2.28 MB (2393476)
- - NumFunctions: 66 (66)
- - NumInstructions: 1.84K (1837)
- - OptimizationTime: 99.493ms
- - PeakMemoryUsage: 918.50 KB (940544)
- - PrepareTime: 23.006ms
- Instance 9242530ef412061f:1d82eaeb00000005 (host=itchil805.inteliquent.com:22000):(Total: 2s972ms, non-child: 828.537us, % non-child: 0.03%)
- Last report received time: 2020-02-11 13:48:13.262
- Fragment Instance Lifecycle Event Timeline: 2s972ms
- - Prepare Finished: 1.296ms (1.296ms)
- - Open Finished: 2s161ms (2s160ms)
- - First Batch Produced: 2s161ms (110.087us)
- - First Batch Sent: 2s179ms (17.661ms)
- - ExecInternal Finished: 2s972ms (793.898ms)
- - MemoryUsage (500.000ms): 122.02 KB, 34.61 MB, 36.61 MB, 58.69 MB, 54.17 MB, 34.17 MB
- - ThreadUsage (500.000ms): 1, 1, 1, 1, 1, 1
- - AverageThreadTokens: 1.00
- - BloomFilterBytes: 0
- - ExchangeScanRatio: 0.00
- - PeakMemoryUsage: 74.69 MB (78317590)
- - PeakReservation: 74.00 MB (77594624)
- - PeakUsedReservation: 0
- - PerHostPeakMemUsage: 2.95 GB (3163636375)
- - RowsProduced: 273.90K (273899)
- - TotalNetworkReceiveTime: 1s693ms
- - TotalNetworkSendTime: 0.000ns
- - TotalStorageWaitTime: 0.000ns
- - TotalThreadsInvoluntaryContextSwitches: 3 (3)
- - TotalThreadsTotalWallClockTime: 2s971ms
- - TotalThreadsSysTime: 51.495ms
- - TotalThreadsUserTime: 1s247ms
- - TotalThreadsVoluntaryContextSwitches: 2.20K (2196)
- Buffer pool:
- - AllocTime: 0.000ns
- - CumulativeAllocationBytes: 0
- - CumulativeAllocations: 0 (0)
- - PeakReservation: 0
- - PeakUnpinnedBytes: 0
- - PeakUsedReservation: 0
- - ReadIoBytes: 0
- - ReadIoOps: 0 (0)
- - ReadIoWaitTime: 0.000ns
- - ReservationLimit: 0
- - SystemAllocTime: 0.000ns
- - WriteIoBytes: 0
- - WriteIoOps: 0 (0)
- - WriteIoWaitTime: 0.000ns
- Fragment Instance Lifecycle Timings:
- - ExecTime: 811.222ms
- - ExecTreeExecTime: 11.113ms
- - OpenTime: 2s160ms
- - ExecTreeOpenTime: 1s985ms
- - PrepareTime: 770.979us
- - ExecTreePrepareTime: 323.386us
- HdfsTableSink:(Total: 799.982ms, non-child: 799.982ms, % non-child: 100.00%)
- - BytesWritten: 26.19 MB (27457726)
- - CompressTimer: 0.000ns
- - EncodeTimer: 740.714ms
- - FilesCreated: 1 (1)
- - FinalizePartitionFileTimer: 6.210ms
- - HdfsWriteTimer: 41.486ms
- - PartitionsCreated: 1 (1)
- - PeakMemoryUsage: 50.00 KB (51200)
- - RowsInserted: 273.90K (273899)
- - TmpFileCreateTimer: 10.009ms
- AGGREGATION_NODE (id=3):(Total: 1s996ms, non-child: 289.943ms, % non-child: 14.52%)
- Node Lifecycle Event Timeline: 2s972ms
- - Open Started: 175.778ms (175.778ms)
- - Open Finished: 2s161ms (1s985ms)
- - First Batch Requested: 2s161ms (37.171us)
- - First Batch Returned: 2s161ms (106.268us)
- - Last Batch Returned: 2s966ms (804.881ms)
- - Closed: 2s972ms (6.376ms)
- - PeakMemoryUsage: 74.11 MB (77713536)
- - RowsReturned: 273.90K (273899)
- - RowsReturnedRate: 137.16 K/sec
- GroupingAggregator 0:
- ExecOption: Codegen Enabled
- - BuildTime: 275.701ms
- - GetResultsTime: 10.530ms
- - HTResizeTime: 13.512ms
- - HashBuckets: 524.29K (524288)
- - LargestPartitionPercent: 4 (4)
- - MaxPartitionLevel: 0 (0)
- - NumRepartitions: 0 (0)
- - PartitionsCreated: 16 (16)
- - PeakMemoryUsage: 74.11 MB (77709440)
- - PeakReservation: 74.00 MB (77594624)
- - PeakUsedReservation: 0
- - RowsRepartitioned: 0 (0)
- - RowsReturned: 273.90K (273899)
- - SpilledPartitions: 0 (0)
- Buffer pool:
- - AllocTime: 2.165ms
- - CumulativeAllocationBytes: 74.00 MB (77594624)
- - CumulativeAllocations: 37 (37)
- - PeakReservation: 74.00 MB (77594624)
- - PeakUnpinnedBytes: 0
- - PeakUsedReservation: 74.00 MB (77594624)
- - ReadIoBytes: 0
- - ReadIoOps: 0 (0)
- - ReadIoWaitTime: 0.000ns
- - SystemAllocTime: 2.100ms
- - WriteIoBytes: 0
- - WriteIoOps: 0 (0)
- - WriteIoWaitTime: 0.000ns
- EXCHANGE_NODE (id=2):(Total: 1s706ms, non-child: 22.442ms, % non-child: 1.31%)
- Node Lifecycle Event Timeline: 2s161ms
- - Open Started: 175.780ms (175.780ms)
- - Open Finished: 865.373ms (689.593ms)
- - First Batch Requested: 866.406ms (1.032ms)
- - First Batch Returned: 868.543ms (2.137ms)
- - Last Batch Returned: 2s160ms (1s292ms)
- - Closed: 2s161ms (552.108us)
- - ConvertRowBatchTime: 10.307ms
- - PeakMemoryUsage: 576.00 KB (589824)
- - RowsReturned: 363.19K (363185)
- - RowsReturnedRate: 212.77 K/sec
- Buffer pool:
- - AllocTime: 4.381ms
- - CumulativeAllocationBytes: 112.60 MB (118071296)
- - CumulativeAllocations: 5.77K (5766)
- - PeakReservation: 576.00 KB (589824)
- - PeakUnpinnedBytes: 0
- - PeakUsedReservation: 576.00 KB (589824)
- - ReadIoBytes: 0
- - ReadIoOps: 0 (0)
- - ReadIoWaitTime: 0.000ns
- - SystemAllocTime: 74.897us
- - WriteIoBytes: 0
- - WriteIoOps: 0 (0)
- - WriteIoWaitTime: 0.000ns
- Dequeue:
- - BytesDequeued (500.000ms): 0, 3.43 MB, 14.98 MB, 47.61 MB
- - FirstBatchWaitTime: 689.575ms
- - TotalBytesDequeued: 61.03 MB (63996502)
- - TotalGetBatchTime: 1s692ms
- - DataWaitTime: 1s684ms
- Enqueue:
- - BytesReceived (500.000ms): 0, 1.58 MB, 6.86 MB, 21.86 MB
- - DeferredQueueSize (500.000ms): 0, 0, 0, 0
- - DispatchTime: (Avg: 24.038us ; Min: 12.147us ; Max: 107.232us ; Number of samples: 2883)
- - DeserializeRowBatchTime: 194.098ms
- - TotalBatchesEnqueued: 2.88K (2883)
- - TotalBatchesReceived: 2.88K (2883)
- - TotalBytesReceived: 28.01 MB (29368148)
- - TotalEarlySenders: 0 (0)
- - TotalEosReceived: 3 (3)
- - TotalHasDeferredRPCsTime: 0.000ns
- - TotalRPCsDeferred: 0 (0)
- CodeGen:(Total: 174.377ms, non-child: 174.377ms, % non-child: 100.00%)
- - CodegenInvoluntaryContextSwitches: 0 (0)
- - CodegenTotalWallClockTime: 174.364ms
- - CodegenSysTime: 3.952ms
- - CodegenUserTime: 169.965ms
- - CodegenVoluntaryContextSwitches: 0 (0)
- - CompileTime: 41.954ms
- - IrGenerationTime: 3.777ms
- - LoadTime: 0.000ns
- - ModuleBitcodeSize: 2.28 MB (2393476)
- - NumFunctions: 66 (66)
- - NumInstructions: 1.84K (1837)
- - OptimizationTime: 100.752ms
- - PeakMemoryUsage: 918.50 KB (940544)
- - PrepareTime: 26.924ms
- Instance 9242530ef412061f:1d82eaeb00000004 (host=itchil804.inteliquent.com:22000):(Total: 2s916ms, non-child: 794.882us, % non-child: 0.03%)
- Last report received time: 2020-02-11 13:48:13.205
- Fragment Instance Lifecycle Event Timeline: 2s917ms
- - Prepare Finished: 1.152ms (1.152ms)
- - Open Finished: 2s161ms (2s160ms)
- - First Batch Produced: 2s162ms (147.405us)
- - First Batch Sent: 2s175ms (13.045ms)
- - ExecInternal Finished: 2s917ms (742.321ms)
- - MemoryUsage (500.000ms): 122.02 KB, 122.02 KB, 36.65 MB, 43.00 MB, 70.17 MB, 34.17 MB
- - ThreadUsage (500.000ms): 1, 1, 1, 1, 1, 1
- - AverageThreadTokens: 1.00
- - BloomFilterBytes: 0
- - ExchangeScanRatio: 0.00
- - PeakMemoryUsage: 75.35 MB (79013910)
- - PeakReservation: 74.00 MB (77594624)
- - PeakUsedReservation: 0
- - PerHostPeakMemUsage: 3.26 GB (3499134881)
- - RowsProduced: 273.72K (273724)
- - TotalNetworkReceiveTime: 1s653ms
- - TotalNetworkSendTime: 0.000ns
- - TotalStorageWaitTime: 0.000ns
- - TotalThreadsInvoluntaryContextSwitches: 3 (3)
- - TotalThreadsTotalWallClockTime: 2s915ms
- - TotalThreadsSysTime: 78.359ms
- - TotalThreadsUserTime: 1s200ms
- - TotalThreadsVoluntaryContextSwitches: 2.04K (2041)
- Buffer pool:
- - AllocTime: 0.000ns
- - CumulativeAllocationBytes: 0
- - CumulativeAllocations: 0 (0)
- - PeakReservation: 0
- - PeakUnpinnedBytes: 0
- - PeakUsedReservation: 0
- - ReadIoBytes: 0
- - ReadIoOps: 0 (0)
- - ReadIoWaitTime: 0.000ns
- - ReservationLimit: 0
- - SystemAllocTime: 0.000ns
- - WriteIoBytes: 0
- - WriteIoOps: 0 (0)
- - WriteIoWaitTime: 0.000ns
- Fragment Instance Lifecycle Timings:
- - ExecTime: 755.018ms
- - ExecTreeExecTime: 11.023ms
- - OpenTime: 2s160ms
- - ExecTreeOpenTime: 1s988ms
- - PrepareTime: 778.020us
- - ExecTreePrepareTime: 317.306us
- HdfsTableSink:(Total: 743.893ms, non-child: 743.893ms, % non-child: 100.00%)
- - BytesWritten: 26.17 MB (27439311)
- - CompressTimer: 0.000ns
- - EncodeTimer: 682.031ms
- - FilesCreated: 1 (1)
- - FinalizePartitionFileTimer: 6.841ms
- - HdfsWriteTimer: 43.381ms
- - PartitionsCreated: 1 (1)
- - PeakMemoryUsage: 50.00 KB (51200)
- - RowsInserted: 273.72K (273724)
- - TmpFileCreateTimer: 9.999ms
- AGGREGATION_NODE (id=3):(Total: 2s000ms, non-child: 335.526ms, % non-child: 16.77%)
- Node Lifecycle Event Timeline: 2s917ms
- - Open Started: 172.922ms (172.922ms)
- - Open Finished: 2s161ms (1s988ms)
- - First Batch Requested: 2s161ms (37.789us)
- - First Batch Returned: 2s162ms (142.295us)
- - Last Batch Returned: 2s910ms (747.998ms)
- - Closed: 2s917ms (7.239ms)
- - PeakMemoryUsage: 74.11 MB (77713536)
- - RowsReturned: 273.72K (273724)
- - RowsReturnedRate: 136.85 K/sec
- GroupingAggregator 0:
- ExecOption: Codegen Enabled
- - BuildTime: 321.172ms
- - GetResultsTime: 10.409ms
- - HTResizeTime: 22.917ms
- - HashBuckets: 524.29K (524288)
- - LargestPartitionPercent: 4 (4)
- - MaxPartitionLevel: 0 (0)
- - NumRepartitions: 0 (0)
- - PartitionsCreated: 16 (16)
- - PeakMemoryUsage: 74.11 MB (77709440)
- - PeakReservation: 74.00 MB (77594624)
- - PeakUsedReservation: 0
- - RowsRepartitioned: 0 (0)
- - RowsReturned: 273.72K (273724)
- - SpilledPartitions: 0 (0)
- Buffer pool:
- - AllocTime: 47.156ms
- - CumulativeAllocationBytes: 74.00 MB (77594624)
- - CumulativeAllocations: 37 (37)
- - PeakReservation: 74.00 MB (77594624)
- - PeakUnpinnedBytes: 0
- - PeakUsedReservation: 74.00 MB (77594624)
- - ReadIoBytes: 0
- - ReadIoOps: 0 (0)
- - ReadIoWaitTime: 0.000ns
- - SystemAllocTime: 47.082ms
- - WriteIoBytes: 0
- - WriteIoOps: 0 (0)
- - WriteIoWaitTime: 0.000ns
- EXCHANGE_NODE (id=2):(Total: 1s664ms, non-child: 20.777ms, % non-child: 1.25%)
- Node Lifecycle Event Timeline: 2s161ms
- - Open Started: 172.924ms (172.924ms)
- - Open Finished: 866.380ms (693.456ms)
- - First Batch Requested: 867.441ms (1.060ms)
- - First Batch Returned: 869.699ms (2.258ms)
- - Last Batch Returned: 2s160ms (1s291ms)
- - Closed: 2s161ms (898.446us)
- - ConvertRowBatchTime: 8.791ms
- - PeakMemoryUsage: 1.23 MB (1286144)
- - RowsReturned: 363.38K (363379)
- - RowsReturnedRate: 218.28 K/sec
- Buffer pool:
- - AllocTime: 14.370ms
- - CumulativeAllocationBytes: 112.66 MB (118136832)
- - CumulativeAllocations: 5.77K (5772)
- - PeakReservation: 1.23 MB (1286144)
- - PeakUnpinnedBytes: 0
- - PeakUsedReservation: 1.23 MB (1286144)
- - ReadIoBytes: 0
- - ReadIoOps: 0 (0)
- - ReadIoWaitTime: 0.000ns
- - SystemAllocTime: 10.203ms
- - WriteIoBytes: 0
- - WriteIoOps: 0 (0)
- - WriteIoWaitTime: 0.000ns
- Dequeue:
- - BytesDequeued (500.000ms): 0, 0, 12.51 MB, 32.70 MB
- - FirstBatchWaitTime: 693.444ms
- - TotalBytesDequeued: 61.06 MB (64029457)
- - TotalGetBatchTime: 1s652ms
- - DataWaitTime: 1s643ms
- Enqueue:
- - BytesReceived (500.000ms): 0, 0, 5.71 MB, 15.13 MB
- - DeferredQueueSize (500.000ms): 0, 0, 0, 0
- - DispatchTime: (Avg: 24.319us ; Min: 8.576us ; Max: 151.609us ; Number of samples: 2886)
- - DeserializeRowBatchTime: 185.649ms
- - TotalBatchesEnqueued: 2.89K (2886)
- - TotalBatchesReceived: 2.89K (2886)
- - TotalBytesReceived: 28.03 MB (29386843)
- - TotalEarlySenders: 0 (0)
- - TotalEosReceived: 3 (3)
- - TotalHasDeferredRPCsTime: 0.000ns
- - TotalRPCsDeferred: 0 (0)
- CodeGen:(Total: 171.684ms, non-child: 171.684ms, % non-child: 100.00%)
- - CodegenInvoluntaryContextSwitches: 1 (1)
- - CodegenTotalWallClockTime: 171.673ms
- - CodegenSysTime: 0.000ns
- - CodegenUserTime: 170.616ms
- - CodegenVoluntaryContextSwitches: 0 (0)
- - CompileTime: 41.662ms
- - IrGenerationTime: 3.604ms
- - LoadTime: 0.000ns
- - ModuleBitcodeSize: 2.28 MB (2393476)
- - NumFunctions: 66 (66)
- - NumInstructions: 1.84K (1837)
- - OptimizationTime: 102.912ms
- - PeakMemoryUsage: 918.50 KB (940544)
- - PrepareTime: 22.612ms
- Averaged Fragment F00:(Total: 1s676ms, non-child: 1.080ms, % non-child: 0.06%)
- split sizes: min: 4.61 GB, max: 5.26 GB, avg: 4.83 GB, stddev: 311.98 MB
- completion times: min:2s920ms max:3s044ms mean: 2s980ms stddev:50.652ms
- execution rates: min:1.51 GB/sec max:1.80 GB/sec mean:1.62 GB/sec stddev:130.32 MB/sec
- num instances: 3
- - AverageThreadTokens: 18.78
- - BloomFilterBytes: 0
- - ExchangeScanRatio: 0.01
- - PeakMemoryUsage: 2.98 GB (3198737993)
- - PeakReservation: 2.86 GB (3068133376)
- - PeakUsedReservation: 0
- - PerHostPeakMemUsage: 3.01 GB (3236270346)
- - RowsProduced: 363.24K (363242)
- - TotalNetworkReceiveTime: 0.000ns
- - TotalNetworkSendTime: 11.104ms
- - TotalStorageWaitTime: 4s645ms
- - TotalThreadsInvoluntaryContextSwitches: 17 (17)
- - TotalThreadsTotalWallClockTime: 29s661ms
- - TotalThreadsSysTime: 352.737ms
- - TotalThreadsUserTime: 4s348ms
- - TotalThreadsVoluntaryContextSwitches: 4.20K (4204)
- Buffer pool:
- - AllocTime: 0.000ns
- - CumulativeAllocationBytes: 0
- - CumulativeAllocations: 0 (0)
- - PeakReservation: 0
- - PeakUnpinnedBytes: 0
- - PeakUsedReservation: 0
- - ReadIoBytes: 0
- - ReadIoOps: 0 (0)
- - ReadIoWaitTime: 0.000ns
- - ReservationLimit: 0
- - SystemAllocTime: 0.000ns
- - WriteIoBytes: 0
- - WriteIoOps: 0 (0)
- - WriteIoWaitTime: 0.000ns
- Fragment Instance Lifecycle Timings:
- - ExecTime: 1s352ms
- - ExecTreeExecTime: 1s009ms
- - OpenTime: 321.365ms
- - ExecTreeOpenTime: 403.603us
- - PrepareTime: 2.613ms
- - ExecTreePrepareTime: 1.899ms
- KrpcDataStreamSender (dst_id=2):(Total: 342.999ms, non-child: 342.999ms, % non-child: 100.00%)
- - EosSent: 3 (3)
- - PeakMemoryUsage: 86.95 KB (89040)
- - RowsSent: 363.24K (363242)
- - RpcFailure: 0 (0)
- - RpcRetry: 0 (0)
- - SerializeBatchTime: 178.712ms
- - TotalBytesSent: 28.01 MB (29370191)
- - UncompressedRowBatchSize: 61.04 MB (64005906)
- AGGREGATION_NODE (id=1):(Total: 1s012ms, non-child: 960.047ms, % non-child: 94.86%)
- - PeakMemoryUsage: 102.44 MB (107417901)
- - RowsReturned: 363.24K (363242)
- - RowsReturnedRate: 370.53 K/sec
- GroupingAggregator 0:
- - BuildTime: 0.000ns
- - GetResultsTime: 16.037ms
- - HTResizeTime: 24.890ms
- - HashBuckets: 873.81K (873813)
- - LargestPartitionPercent: 1 (1)
- - PartitionsCreated: 16 (16)
- - PeakMemoryUsage: 100.77 MB (105667370)
- - PeakReservation: 100.67 MB (105556650)
- - PeakUsedReservation: 0
- - ReductionFactorEstimate: 3.90
- - ReductionFactorThresholdToExpand: 2.00
- - RowsPassedThrough: 0 (0)
- - RowsReturned: 363.24K (363242)
- - StreamingTime: 829.816ms
- Buffer pool:
- - AllocTime: 32.864ms
- - CumulativeAllocationBytes: 100.67 MB (105556650)
- - CumulativeAllocations: 50 (50)
- - PeakReservation: 100.67 MB (105556650)
- - PeakUnpinnedBytes: 0
- - PeakUsedReservation: 100.67 MB (105556650)
- - ReadIoBytes: 0
- - ReadIoOps: 0 (0)
- - ReadIoWaitTime: 0.000ns
- - SystemAllocTime: 32.799ms
- - WriteIoBytes: 0
- - WriteIoOps: 0 (0)
- - WriteIoWaitTime: 0.000ns
- HDFS_SCAN_NODE (id=0):(Total: 52.015ms, non-child: 52.015ms, % non-child: 100.00%)
- - AverageHdfsReadThreadConcurrency: 2.67
- - AverageScannerThreadConcurrency: 32.00
- - BytesRead: 1.85 GB (1989102928)
- - BytesReadDataNodeCache: 0
- - BytesReadLocal: 1.85 GB (1989102928)
- - BytesReadRemoteUnexpected: 0
- - BytesReadShortCircuit: 1.85 GB (1989102928)
- - CachedFileHandlesHitCount: 1.52K (1517)
- - CachedFileHandlesMissCount: 0 (0)
- - CollectionItemsRead: 0 (0)
- - DataCacheHitBytes: 0
- - DataCacheHitCount: 0 (0)
- - DataCacheMissBytes: 0
- - DataCacheMissCount: 0 (0)
- - DataCachePartialHitCount: 0 (0)
- - DecompressionTime: 773.288ms
- - MaterializeTupleTime(*): 2s108ms
- - MaxCompressedTextFileLength: 0
- - NumColumns: 11 (11)
- - NumDictFilteredRowGroups: 30 (30)
- - NumDisksAccessed: 8 (8)
- - NumRowGroups: 163 (163)
- - NumScannerThreadMemUnavailable: 0 (0)
- - NumScannerThreadReservationsDenied: 0 (0)
- - NumScannerThreadsStarted: 32 (32)
- - NumScannersWithNoReads: 0 (0)
- - NumStatsFilteredRowGroups: 23 (23)
- - PeakMemoryUsage: 2.92 GB (3132809789)
- - PeakScannerThreadConcurrency: 32 (32)
- - PerReadThreadRawHdfsThroughput: 927.36 MB/sec
- - RemoteScanRanges: 0 (0)
- - RowBatchBytesEnqueued: 1.03 GB (1108820087)
- - RowBatchQueueGetWaitTime: 29.965ms
- - RowBatchQueuePeakMemoryUsage: 39.96 MB (41900202)
- - RowBatchQueuePutWaitTime: 19s566ms
- - RowBatchesEnqueued: 1.84K (1845)
- - RowsRead: 9.80M (9798354)
- - RowsReturned: 1.49M (1490587)
- - RowsReturnedRate: 29.05 M/sec
- - ScanRangesComplete: 160 (160)
- - ScannerIoWaitTime: 4s645ms
- - ScannerThreadWorklessLoops: 0 (0)
- - ScannerThreadsInvoluntaryContextSwitches: 15 (15)
- - ScannerThreadsTotalWallClockTime: 27s987ms
- - ScannerThreadsSysTime: 298.357ms
- - ScannerThreadsUserTime: 2s855ms
- - ScannerThreadsVoluntaryContextSwitches: 3.91K (3910)
- - TotalRawHdfsOpenFileTime(*): 3.819ms
- - TotalRawHdfsReadTime(*): 2s080ms
- - TotalReadThroughput: 1.21 GB/sec
- Buffer pool:
- - AllocTime: 239.675ms
- - CumulativeAllocationBytes: 2.12 GB (2276928170)
- - CumulativeAllocations: 1.52K (1518)
- - PeakReservation: 2.80 GB (3003121664)
- - PeakUnpinnedBytes: 0
- - PeakUsedReservation: 1.56 GB (1672208384)
- - ReadIoBytes: 0
- - ReadIoOps: 0 (0)
- - ReadIoWaitTime: 0.000ns
- - SystemAllocTime: 237.600ms
- - WriteIoBytes: 0
- - WriteIoOps: 0 (0)
- - WriteIoWaitTime: 0.000ns
- CodeGen:(Total: 320.851ms, non-child: 320.851ms, % non-child: 100.00%)
- - CodegenInvoluntaryContextSwitches: 1 (1)
- - CodegenTotalWallClockTime: 320.839ms
- - CodegenSysTime: 1.330ms
- - CodegenUserTime: 319.556ms
- - CodegenVoluntaryContextSwitches: 0 (0)
- - CompileTime: 91.190ms
- - IrGenerationTime: 7.506ms
- - LoadTime: 0.000ns
- - ModuleBitcodeSize: 2.28 MB (2393476)
- - NumFunctions: 113 (113)
- - NumInstructions: 3.79K (3795)
- - OptimizationTime: 198.354ms
- - PeakMemoryUsage: 1.85 MB (1943040)
- - PrepareTime: 22.593ms
- Fragment F00:
- Instance 9242530ef412061f:1d82eaeb00000001 (host=itchil804.inteliquent.com:22000):(Total: 2s161ms, non-child: 1.169ms, % non-child: 0.05%)
- Last report received time: 2020-02-11 13:48:13.204
- Hdfs split stats (<volume id>:<# splits>/<split lengths>): 2:27/93.28 MB 7:25/743.47 MB 3:22/1.39 GB 4:25/209.13 MB 6:30/463.04 MB 5:28/281.73 MB 0:26/1.03 GB 1:28/1.09 GB
- Fragment Instance Lifecycle Event Timeline: 2s162ms
- - Prepare Finished: 4.023ms (4.023ms)
- - Open Finished: 323.663ms (319.639ms)
- - First Batch Produced: 1s711ms (1s387ms)
- - First Batch Sent: 1s711ms (3.875us)
- - ExecInternal Finished: 2s162ms (450.658ms)
- - MemoryUsage (500.000ms): 1.97 MB, 2.61 GB, 3.08 GB, 114.19 MB
- - ThreadUsage (500.000ms): 1, 33, 33, 1
- - AverageThreadTokens: 17.00
- - BloomFilterBytes: 0
- - ExchangeScanRatio: 0.02
- - PeakMemoryUsage: 3.22 GB (3460704139)
- - PeakReservation: 3.08 GB (3310354432)
- - PeakUsedReservation: 0
- - PerHostPeakMemUsage: 3.26 GB (3499134881)
- - RowsProduced: 449.98K (449977)
- - TotalNetworkReceiveTime: 0.000ns
- - TotalNetworkSendTime: 8.339ms
- - TotalStorageWaitTime: 4s865ms
- - TotalThreadsInvoluntaryContextSwitches: 24 (24)
- - TotalThreadsTotalWallClockTime: 42s592ms
- - TotalThreadsSysTime: 516.097ms
- - TotalThreadsUserTime: 5s580ms
- - TotalThreadsVoluntaryContextSwitches: 5.26K (5256)
- Buffer pool:
- - AllocTime: 0.000ns
- - CumulativeAllocationBytes: 0
- - CumulativeAllocations: 0 (0)
- - PeakReservation: 0
- - PeakUnpinnedBytes: 0
- - PeakUsedReservation: 0
- - ReadIoBytes: 0
- - ReadIoOps: 0 (0)
- - ReadIoWaitTime: 0.000ns
- - ReservationLimit: 0
- - SystemAllocTime: 0.000ns
- - WriteIoBytes: 0
- - WriteIoOps: 0 (0)
- - WriteIoWaitTime: 0.000ns
- Fragment Instance Lifecycle Timings:
- - ExecTime: 1s838ms
- - ExecTreeExecTime: 1s408ms
- - OpenTime: 319.639ms
- - ExecTreeOpenTime: 389.830us
- - PrepareTime: 3.341ms
- - ExecTreePrepareTime: 2.564ms
- KrpcDataStreamSender (dst_id=2):(Total: 429.259ms, non-child: 420.582ms, % non-child: 97.98%)
- ExecOption: Hash Partitioned Sender Codegen Enabled
- - BytesSent (500.000ms): 0, 0, 0, 985.71 KB
- - NetworkThroughput: (Avg: 63.34 MB/sec ; Min: 892.26 KB/sec ; Max: 95.37 MB/sec ; Number of samples: 3573)
- - EosSent: 3 (3)
- - PeakMemoryUsage: 86.95 KB (89040)
- - RowsSent: 449.98K (449977)
- - RpcFailure: 0 (0)
- - RpcRetry: 0 (0)
- - SerializeBatchTime: 226.692ms
- - TotalBytesSent: 34.68 MB (36362646)
- - UncompressedRowBatchSize: 75.62 MB (79294731)
- AGGREGATION_NODE (id=1):(Total: 1s411ms, non-child: 1s366ms, % non-child: 96.82%)
- Node Lifecycle Event Timeline: 2s161ms
- - Open Started: 323.264ms (323.264ms)
- - Open Finished: 323.650ms (385.736us)
- - First Batch Requested: 323.665ms (15.179us)
- - First Batch Returned: 1s711ms (1s387ms)
- - Last Batch Returned: 2s159ms (448.333ms)
- - Closed: 2s161ms (2.127ms)
- - PeakMemoryUsage: 116.09 MB (121732897)
- - RowsReturned: 449.98K (449977)
- - RowsReturnedRate: 318.78 K/sec
- GroupingAggregator 0:
- ExecOption: Streaming Preaggregation, Codegen Enabled
- - BuildTime: 0.000ns
- - GetResultsTime: 20.512ms
- - HTResizeTime: 43.784ms
- - HashBuckets: 1.05M (1048576)
- - LargestPartitionPercent: 1 (1)
- - PartitionsCreated: 16 (16)
- - PeakMemoryUsage: 114.11 MB (119648384)
- - PeakReservation: 114.00 MB (119537664)
- - PeakUsedReservation: 0
- - ReductionFactorEstimate: 4.11
- - ReductionFactorThresholdToExpand: 2.00
- - RowsPassedThrough: 0 (0)
- - RowsReturned: 449.98K (449977)
- - StreamingTime: 1s102ms
- Buffer pool:
- - AllocTime: 64.404ms
- - CumulativeAllocationBytes: 114.00 MB (119537664)
- - CumulativeAllocations: 57 (57)
- - PeakReservation: 114.00 MB (119537664)
- - PeakUnpinnedBytes: 0
- - PeakUsedReservation: 114.00 MB (119537664)
- - ReadIoBytes: 0
- - ReadIoOps: 0 (0)
- - ReadIoWaitTime: 0.000ns
- - SystemAllocTime: 64.338ms
- - WriteIoBytes: 0
- - WriteIoOps: 0 (0)
- - WriteIoWaitTime: 0.000ns
- HDFS_SCAN_NODE (id=0):(Total: 44.877ms, non-child: 44.877ms, % non-child: 100.00%)
- Hdfs split stats (<volume id>:<# splits>/<split lengths>): 2:27/93.28 MB 7:25/743.47 MB 3:22/1.39 GB 4:25/209.13 MB 6:30/463.04 MB 5:28/281.73 MB 0:26/1.03 GB 1:28/1.09 GB
- ExecOption: PARQUET Codegen Enabled, Codegen enabled: 211 out of 211
- Hdfs Read Thread Concurrency Bucket: 0:0% 1:50% 2:50% 3:0% 4:0% 5:0% 6:0% 7:0% 8:0% 9:0% 10:0% 11:0% 12:0% 13:0% 14:0%
- File Formats: PARQUET/NONE:28 PARQUET/SNAPPY:183
- Node Lifecycle Event Timeline: 1s711ms
- - Open Started: 323.267ms (323.267ms)
- - Open Finished: 323.417ms (149.919us)
- - First Batch Requested: 323.667ms (250.119us)
- - First Batch Returned: 331.119ms (7.452ms)
- - Last Batch Returned: 1s710ms (1s379ms)
- - Closed: 1s711ms (452.403us)
- - BytesRead (500.000ms): 0, 1.12 GB, 1.97 GB
- - FooterProcessingTime: (Avg: 7.490ms ; Min: 123.707us ; Max: 146.576ms ; Number of samples: 211)
- - InitialRangeActualReservation: (Avg: 52.55 MB (55102420) ; Min: 48.00 MB (50331648) ; Max: 240.00 MB (251658240) ; Number of samples: 211)
- - InitialRangeIdealReservation: (Avg: 71.81 KB (73533) ; Min: 8.00 KB (8192) ; Max: 128.00 KB (131072) ; Number of samples: 211)
- - ParquetCompressedBytesReadPerColumn: (Avg: 20.74 MB (21751208) ; Min: 3.68 MB (3862392) ; Max: 53.51 MB (56113954) ; Number of samples: 11)
- - ParquetCompressedPageSize: (Avg: 96.51 KB (98828) ; Min: 8.00 B (8) ; Max: 714.22 KB (731361) ; Number of samples: 2421)
- - ParquetRowGroupActualReservation: (Avg: 66.87 MB (70115153) ; Min: 48.00 MB (50331648) ; Max: 256.00 MB (268435456) ; Number of samples: 188)
- - ParquetRowGroupIdealReservation: (Avg: 14.45 MB (15150058) ; Min: 88.00 KB (90112) ; Max: 256.00 MB (268435456) ; Number of samples: 188)
- - ParquetUncompressedBytesReadPerColumn: (Avg: 29.71 MB (31151832) ; Min: 3.68 MB (3860778) ; Max: 91.61 MB (96063186) ; Number of samples: 11)
- - ParquetUncompressedPageSize: (Avg: 138.22 KB (141540) ; Min: 6.00 B (6) ; Max: 1.00 MB (1048578) ; Number of samples: 2421)
- - AverageHdfsReadThreadConcurrency: 1.50
- - AverageScannerThreadConcurrency: 32.00
- - BytesRead: 2.16 GB (2318073684)
- - BytesReadDataNodeCache: 0
- - BytesReadLocal: 2.16 GB (2318073684)
- - BytesReadRemoteUnexpected: 0
- - BytesReadShortCircuit: 2.16 GB (2318073684)
- - CachedFileHandlesHitCount: 2.02K (2021)
- - CachedFileHandlesMissCount: 0 (0)
- - CollectionItemsRead: 0 (0)
- - DataCacheHitBytes: 0
- - DataCacheHitCount: 0 (0)
- - DataCacheMissBytes: 0
- - DataCacheMissCount: 0 (0)
- - DataCachePartialHitCount: 0 (0)
- - DecompressionTime: 1s023ms
- - MaterializeTupleTime(*): 2s942ms
- - MaxCompressedTextFileLength: 0
- - NumColumns: 11 (11)
- - NumDictFilteredRowGroups: 40 (40)
- - NumDisksAccessed: 9 (9)
- - NumRowGroups: 216 (216)
- - NumScannerThreadMemUnavailable: 0 (0)
- - NumScannerThreadReservationsDenied: 0 (0)
- - NumScannerThreadsStarted: 32 (32)
- - NumScannersWithNoReads: 0 (0)
- - NumStatsFilteredRowGroups: 28 (28)
- - PeakMemoryUsage: 3.15 GB (3382118779)
- - PeakScannerThreadConcurrency: 32 (32)
- - PerReadThreadRawHdfsThroughput: 833.55 MB/sec
- - RemoteScanRanges: 0 (0)
- - RowBatchBytesEnqueued: 1.30 GB (1395284167)
- - RowBatchQueueGetWaitTime: 17.288ms
- - RowBatchQueuePeakMemoryUsage: 43.26 MB (45365253)
- - RowBatchQueuePutWaitTime: 30s374ms
- - RowBatchesEnqueued: 2.35K (2350)
- - RowsRead: 13.16M (13159520)
- - RowsReturned: 1.88M (1881977)
- - RowsReturnedRate: 41.94 M/sec
- - ScanRangesComplete: 211 (211)
- - ScannerIoWaitTime: 4s865ms
- - ScannerThreadWorklessLoops: 0 (0)
- - ScannerThreadsInvoluntaryContextSwitches: 22 (22)
- - ScannerThreadsTotalWallClockTime: 40s435ms
- - ScannerThreadsSysTime: 424.634ms
- - ScannerThreadsUserTime: 3s742ms
- - ScannerThreadsVoluntaryContextSwitches: 4.92K (4919)
- - TotalRawHdfsOpenFileTime(*): 5.163ms
- - TotalRawHdfsReadTime(*): 2s652ms
- - TotalReadThroughput: 1.31 GB/sec
- Buffer pool:
- - AllocTime: 443.500ms
- - CumulativeAllocationBytes: 2.49 GB (2676826112)
- - CumulativeAllocations: 2.02K (2021)
- - PeakReservation: 3.01 GB (3232759808)
- - PeakUnpinnedBytes: 0
- - PeakUsedReservation: 1.67 GB (1789730816)
- - ReadIoBytes: 0
- - ReadIoOps: 0 (0)
- - ReadIoWaitTime: 0.000ns
- - SystemAllocTime: 440.782ms
- - WriteIoBytes: 0
- - WriteIoOps: 0 (0)
- - WriteIoWaitTime: 0.000ns
- CodeGen:(Total: 319.147ms, non-child: 319.147ms, % non-child: 100.00%)
- - CodegenInvoluntaryContextSwitches: 0 (0)
- - CodegenTotalWallClockTime: 319.136ms
- - CodegenSysTime: 0.000ns
- - CodegenUserTime: 319.464ms
- - CodegenVoluntaryContextSwitches: 0 (0)
- - CompileTime: 90.335ms
- - IrGenerationTime: 7.723ms
- - LoadTime: 0.000ns
- - ModuleBitcodeSize: 2.28 MB (2393476)
- - NumFunctions: 113 (113)
- - NumInstructions: 3.79K (3795)
- - OptimizationTime: 198.178ms
- - PeakMemoryUsage: 1.85 MB (1943040)
- - PrepareTime: 21.825ms
- Instance 9242530ef412061f:1d82eaeb00000002 (host=itchil805.inteliquent.com:22000):(Total: 1s796ms, non-child: 1.147ms, % non-child: 0.06%)
- Last report received time: 2020-02-11 13:48:13.261
- Hdfs split stats (<volume id>:<# splits>/<split lengths>): 7:16/1.01 GB 0:20/248.59 MB 1:20/215.93 MB 3:20/137.59 MB 4:24/975.47 MB 2:22/647.65 MB 5:16/1.11 GB 6:20/318.79 MB
- Fragment Instance Lifecycle Event Timeline: 1s797ms
- - Prepare Finished: 3.184ms (3.184ms)
- - Open Finished: 325.788ms (322.603ms)
- - First Batch Produced: 1s377ms (1s052ms)
- - First Batch Sent: 1s377ms (4.952us)
- - ExecInternal Finished: 1s797ms (419.540ms)
- - MemoryUsage (500.000ms): 2.17 GB, 2.65 GB, 108.16 MB
- - ThreadUsage (500.000ms): 33, 33, 1
- - AverageThreadTokens: 22.33
- - BloomFilterBytes: 0
- - ExchangeScanRatio: 0.02
- - PeakMemoryUsage: 2.91 GB (3125246593)
- - PeakReservation: 2.78 GB (2986344448)
- - PeakUsedReservation: 0
- - PerHostPeakMemUsage: 2.95 GB (3163636375)
- - RowsProduced: 416.39K (416389)
- - TotalNetworkReceiveTime: 0.000ns
- - TotalNetworkSendTime: 14.264ms
- - TotalStorageWaitTime: 3s774ms
- - TotalThreadsInvoluntaryContextSwitches: 15 (15)
- - TotalThreadsTotalWallClockTime: 31s558ms
- - TotalThreadsSysTime: 273.457ms
- - TotalThreadsUserTime: 4s850ms
- - TotalThreadsVoluntaryContextSwitches: 4.44K (4444)
- Buffer pool:
- - AllocTime: 0.000ns
- - CumulativeAllocationBytes: 0
- - CumulativeAllocations: 0 (0)
- - PeakReservation: 0
- - PeakUnpinnedBytes: 0
- - PeakUsedReservation: 0
- - ReadIoBytes: 0
- - ReadIoOps: 0 (0)
- - ReadIoWaitTime: 0.000ns
- - ReservationLimit: 0
- - SystemAllocTime: 0.000ns
- - WriteIoBytes: 0
- - WriteIoOps: 0 (0)
- - WriteIoWaitTime: 0.000ns
- Fragment Instance Lifecycle Timings:
- - ExecTime: 1s471ms
- - ExecTreeExecTime: 1s070ms
- - OpenTime: 322.596ms
- - ExecTreeOpenTime: 413.072us
- - PrepareTime: 2.484ms
- - ExecTreePrepareTime: 1.799ms
- KrpcDataStreamSender (dst_id=2):(Total: 400.627ms, non-child: 386.070ms, % non-child: 96.37%)
- ExecOption: Hash Partitioned Sender Codegen Enabled
- - BytesSent (500.000ms): 0, 0, 3.42 MB
- - NetworkThroughput: (Avg: 61.76 MB/sec ; Min: 16.56 MB/sec ; Max: 96.46 MB/sec ; Number of samples: 3306)
- - EosSent: 3 (3)
- - PeakMemoryUsage: 86.95 KB (89040)
- - RowsSent: 416.39K (416389)
- - RpcFailure: 0 (0)
- - RpcRetry: 0 (0)
- - SerializeBatchTime: 202.813ms
- - TotalBytesSent: 32.22 MB (33789950)
- - UncompressedRowBatchSize: 69.98 MB (73379836)
- AGGREGATION_NODE (id=1):(Total: 1s072ms, non-child: 1s010ms, % non-child: 94.19%)
- Node Lifecycle Event Timeline: 1s797ms
- - Open Started: 325.359ms (325.359ms)
- - Open Finished: 325.768ms (409.825us)
- - First Batch Requested: 325.789ms (20.640us)
- - First Batch Returned: 1s377ms (1s052ms)
- - Last Batch Returned: 1s795ms (417.564ms)
- - Closed: 1s797ms (1.843ms)
- - PeakMemoryUsage: 115.68 MB (121297896)
- - RowsReturned: 416.39K (416389)
- - RowsReturnedRate: 388.22 K/sec
- GroupingAggregator 0:
- ExecOption: Streaming Preaggregation, Codegen Enabled
- - BuildTime: 0.000ns
- - GetResultsTime: 17.858ms
- - HTResizeTime: 21.133ms
- - HashBuckets: 1.05M (1048576)
- - LargestPartitionPercent: 1 (1)
- - PartitionsCreated: 16 (16)
- - PeakMemoryUsage: 114.11 MB (119648384)
- - PeakReservation: 114.00 MB (119537664)
- - PeakUsedReservation: 0
- - ReductionFactorEstimate: 4.16
- - ReductionFactorThresholdToExpand: 2.00
- - RowsPassedThrough: 0 (0)
- - RowsReturned: 416.39K (416389)
- - StreamingTime: 945.927ms
- Buffer pool:
- - AllocTime: 17.357ms
- - CumulativeAllocationBytes: 114.00 MB (119537664)
- - CumulativeAllocations: 57 (57)
- - PeakReservation: 114.00 MB (119537664)
- - PeakUnpinnedBytes: 0
- - PeakUsedReservation: 114.00 MB (119537664)
- - ReadIoBytes: 0
- - ReadIoOps: 0 (0)
- - ReadIoWaitTime: 0.000ns
- - SystemAllocTime: 17.272ms
- - WriteIoBytes: 0
- - WriteIoOps: 0 (0)
- - WriteIoWaitTime: 0.000ns
- HDFS_SCAN_NODE (id=0):(Total: 62.367ms, non-child: 62.367ms, % non-child: 100.00%)
- Hdfs split stats (<volume id>:<# splits>/<split lengths>): 7:16/1.01 GB 0:20/248.59 MB 1:20/215.93 MB 3:20/137.59 MB 4:24/975.47 MB 2:22/647.65 MB 5:16/1.11 GB 6:20/318.79 MB
- ExecOption: PARQUET Codegen Enabled, Codegen enabled: 158 out of 158
- Hdfs Read Thread Concurrency Bucket: 0:0% 1:0% 2:50% 3:0% 4:0% 5:50% 6:0% 7:0% 8:0% 9:0% 10:0% 11:0% 12:0% 13:0% 14:0%
- File Formats: PARQUET/NONE:24 PARQUET/SNAPPY:134
- Node Lifecycle Event Timeline: 1s377ms
- - Open Started: 325.361ms (325.361ms)
- - Open Finished: 325.490ms (129.077us)
- - First Batch Requested: 325.791ms (300.656us)
- - First Batch Returned: 334.084ms (8.292ms)
- - Last Batch Returned: 1s377ms (1s043ms)
- - Closed: 1s377ms (749.487us)
- - BytesRead (500.000ms): 421.21 MB, 1.27 GB
- - FooterProcessingTime: (Avg: 7.342ms ; Min: 175.113us ; Max: 78.692ms ; Number of samples: 158)
- - InitialRangeActualReservation: (Avg: 52.42 MB (54963964) ; Min: 48.00 MB (50331648) ; Max: 180.00 MB (188743680) ; Number of samples: 158)
- - InitialRangeIdealReservation: (Avg: 74.18 KB (75957) ; Min: 8.00 KB (8192) ; Max: 128.00 KB (131072) ; Number of samples: 158)
- - ParquetCompressedBytesReadPerColumn: (Avg: 17.23 MB (18071873) ; Min: 3.01 MB (3161022) ; Max: 44.58 MB (46749999) ; Number of samples: 11)
- - ParquetCompressedPageSize: (Avg: 104.15 KB (106647) ; Min: 6.00 B (6) ; Max: 713.52 KB (730645) ; Number of samples: 1864)
- - ParquetRowGroupActualReservation: (Avg: 68.63 MB (71967014) ; Min: 48.00 MB (50331648) ; Max: 256.00 MB (268435456) ; Number of samples: 139)
- - ParquetRowGroupIdealReservation: (Avg: 16.16 MB (16948187) ; Min: 88.00 KB (90112) ; Max: 256.00 MB (268435456) ; Number of samples: 139)
- - ParquetUncompressedBytesReadPerColumn: (Avg: 24.25 MB (25424148) ; Min: 3.01 MB (3159756) ; Max: 74.60 MB (78228456) ; Number of samples: 11)
- - ParquetUncompressedPageSize: (Avg: 146.52 KB (150035) ; Min: 8.00 B (8) ; Max: 1.00 MB (1048578) ; Number of samples: 1864)
- - AverageHdfsReadThreadConcurrency: 3.50
- - AverageScannerThreadConcurrency: 32.00
- - BytesRead: 1.79 GB (1924847666)
- - BytesReadDataNodeCache: 0
- - BytesReadLocal: 1.79 GB (1924847666)
- - BytesReadRemoteUnexpected: 0
- - BytesReadShortCircuit: 1.79 GB (1924847666)
- - CachedFileHandlesHitCount: 1.55K (1546)
- - CachedFileHandlesMissCount: 0 (0)
- - CollectionItemsRead: 0 (0)
- - DataCacheHitBytes: 0
- - DataCacheHitCount: 0 (0)
- - DataCacheMissBytes: 0
- - DataCacheMissCount: 0 (0)
- - DataCachePartialHitCount: 0 (0)
- - DecompressionTime: 784.071ms
- - MaterializeTupleTime(*): 2s190ms
- - MaxCompressedTextFileLength: 0
- - NumColumns: 11 (11)
- - NumDictFilteredRowGroups: 25 (25)
- - NumDisksAccessed: 9 (9)
- - NumRowGroups: 163 (163)
- - NumScannerThreadMemUnavailable: 0 (0)
- - NumScannerThreadReservationsDenied: 0 (0)
- - NumScannerThreadsStarted: 32 (32)
- - NumScannersWithNoReads: 0 (0)
- - NumStatsFilteredRowGroups: 24 (24)
- - PeakMemoryUsage: 2.84 GB (3046943857)
- - PeakScannerThreadConcurrency: 32 (32)
- - PerReadThreadRawHdfsThroughput: 926.00 MB/sec
- - RemoteScanRanges: 0 (0)
- - RowBatchBytesEnqueued: 1.18 GB (1265026461)
- - RowBatchQueueGetWaitTime: 38.580ms
- - RowBatchQueuePeakMemoryUsage: 41.88 MB (43911448)
- - RowBatchQueuePutWaitTime: 22s271ms
- - RowBatchesEnqueued: 2.11K (2107)
- - RowsRead: 10.73M (10733650)
- - RowsReturned: 1.76M (1760973)
- - RowsReturnedRate: 28.24 M/sec
- - ScanRangesComplete: 158 (158)
- - ScannerIoWaitTime: 3s774ms
- - ScannerThreadWorklessLoops: 0 (0)
- - ScannerThreadsInvoluntaryContextSwitches: 13 (13)
- - ScannerThreadsTotalWallClockTime: 29s764ms
- - ScannerThreadsSysTime: 229.882ms
- - ScannerThreadsUserTime: 3s176ms
- - ScannerThreadsVoluntaryContextSwitches: 4.17K (4167)
- - TotalRawHdfsOpenFileTime(*): 4.007ms
- - TotalRawHdfsReadTime(*): 1s982ms
- - TotalReadThroughput: 1.27 GB/sec
- Buffer pool:
- - AllocTime: 158.286ms
- - CumulativeAllocationBytes: 2.07 GB (2224603136)
- - CumulativeAllocations: 1.55K (1546)
- - PeakReservation: 2.71 GB (2908749824)
- - PeakUnpinnedBytes: 0
- - PeakUsedReservation: 1.37 GB (1468489728)
- - ReadIoBytes: 0
- - ReadIoOps: 0 (0)
- - ReadIoWaitTime: 0.000ns
- - SystemAllocTime: 156.239ms
- - WriteIoBytes: 0
- - WriteIoOps: 0 (0)
- - WriteIoWaitTime: 0.000ns
- CodeGen:(Total: 322.074ms, non-child: 322.074ms, % non-child: 100.00%)
- - CodegenInvoluntaryContextSwitches: 1 (1)
- - CodegenTotalWallClockTime: 322.061ms
- - CodegenSysTime: 0.000ns
- - CodegenUserTime: 319.981ms
- - CodegenVoluntaryContextSwitches: 0 (0)
- - CompileTime: 91.899ms
- - IrGenerationTime: 7.521ms
- - LoadTime: 0.000ns
- - ModuleBitcodeSize: 2.28 MB (2393476)
- - NumFunctions: 113 (113)
- - NumInstructions: 3.79K (3795)
- - OptimizationTime: 198.163ms
- - PeakMemoryUsage: 1.85 MB (1943040)
- - PrepareTime: 23.104ms
- Instance 9242530ef412061f:1d82eaeb00000000 (host=itchil806.inteliquent.com:22000):(Total: 1s073ms, non-child: 923.076us, % non-child: 0.09%)
- Last report received time: 2020-02-11 13:48:13.329
- Hdfs split stats (<volume id>:<# splits>/<split lengths>): 6:11/18.95 MB 2:8/216.70 MB 1:15/1.03 GB 7:14/5.87 MB 5:16/1.32 GB 4:11/115.64 MB 0:17/1.03 GB 3:19/901.70 MB
- Fragment Instance Lifecycle Event Timeline: 1s074ms
- - Prepare Finished: 2.723ms (2.723ms)
- - Open Finished: 324.582ms (321.859ms)
- - First Batch Produced: 864.968ms (540.385ms)
- - First Batch Sent: 864.971ms (2.603us)
- - ExecInternal Finished: 1s074ms (209.414ms)
- - MemoryUsage (500.000ms): 2.56 GB, 48.18 MB
- - ThreadUsage (500.000ms): 33, 1
- - AverageThreadTokens: 17.00
- - BloomFilterBytes: 0
- - ExchangeScanRatio: 0.01
- - PeakMemoryUsage: 2.80 GB (3010263248)
- - PeakReservation: 2.71 GB (2907701248)
- - PeakUsedReservation: 0
- - PerHostPeakMemUsage: 2.84 GB (3046039782)
- - RowsProduced: 223.36K (223362)
- - TotalNetworkReceiveTime: 0.000ns
- - TotalNetworkSendTime: 10.709ms
- - TotalStorageWaitTime: 5s294ms
- - TotalThreadsInvoluntaryContextSwitches: 14 (14)
- - TotalThreadsTotalWallClockTime: 14s832ms
- - TotalThreadsSysTime: 268.659ms
- - TotalThreadsUserTime: 2s613ms
- - TotalThreadsVoluntaryContextSwitches: 2.91K (2913)
- Buffer pool:
- - AllocTime: 0.000ns
- - CumulativeAllocationBytes: 0
- - CumulativeAllocations: 0 (0)
- - PeakReservation: 0
- - PeakUnpinnedBytes: 0
- - PeakUsedReservation: 0
- - ReadIoBytes: 0
- - ReadIoOps: 0 (0)
- - ReadIoWaitTime: 0.000ns
- - ReservationLimit: 0
- - SystemAllocTime: 0.000ns
- - WriteIoBytes: 0
- - WriteIoOps: 0 (0)
- - WriteIoWaitTime: 0.000ns
- Fragment Instance Lifecycle Timings:
- - ExecTime: 749.478ms
- - ExecTreeExecTime: 550.374ms
- - OpenTime: 321.859ms
- - ExecTreeOpenTime: 407.909us
- - PrepareTime: 2.012ms
- - ExecTreePrepareTime: 1.335ms
- KrpcDataStreamSender (dst_id=2):(Total: 199.111ms, non-child: 188.243ms, % non-child: 94.54%)
- ExecOption: Hash Partitioned Sender Codegen Enabled
- - BytesSent (500.000ms): 0, 7.41 MB
- - NetworkThroughput: (Avg: 74.13 MB/sec ; Min: 20.22 MB/sec ; Max: 104.29 MB/sec ; Number of samples: 1774)
- - EosSent: 3 (3)
- - PeakMemoryUsage: 86.95 KB (89040)
- - RowsSent: 223.36K (223362)
- - RpcFailure: 0 (0)
- - RpcRetry: 0 (0)
- - SerializeBatchTime: 106.631ms
- - TotalBytesSent: 17.13 MB (17957979)
- - UncompressedRowBatchSize: 37.52 MB (39343153)
- AGGREGATION_NODE (id=1):(Total: 552.060ms, non-child: 503.258ms, % non-child: 91.16%)
- Node Lifecycle Event Timeline: 1s074ms
- - Open Started: 324.166ms (324.166ms)
- - Open Finished: 324.571ms (404.324us)
- - First Batch Requested: 324.584ms (13.446us)
- - First Batch Returned: 864.966ms (540.382ms)
- - Last Batch Returned: 1s072ms (207.907ms)
- - Closed: 1s074ms (1.345ms)
- - PeakMemoryUsage: 75.55 MB (79222912)
- - RowsReturned: 223.36K (223362)
- - RowsReturnedRate: 404.60 K/sec
- GroupingAggregator 0:
- ExecOption: Streaming Preaggregation, Codegen Enabled
- - BuildTime: 0.000ns
- - GetResultsTime: 9.741ms
- - HTResizeTime: 9.755ms
- - HashBuckets: 524.29K (524288)
- - LargestPartitionPercent: 1 (1)
- - PartitionsCreated: 16 (16)
- - PeakMemoryUsage: 74.11 MB (77705344)
- - PeakReservation: 74.00 MB (77594624)
- - PeakUsedReservation: 0
- - ReductionFactorEstimate: 3.44
- - ReductionFactorThresholdToExpand: 2.00
- - RowsPassedThrough: 0 (0)
- - RowsReturned: 223.36K (223362)
- - StreamingTime: 440.944ms
- Buffer pool:
- - AllocTime: 16.830ms
- - CumulativeAllocationBytes: 74.00 MB (77594624)
- - CumulativeAllocations: 37 (37)
- - PeakReservation: 74.00 MB (77594624)
- - PeakUnpinnedBytes: 0
- - PeakUsedReservation: 74.00 MB (77594624)
- - ReadIoBytes: 0
- - ReadIoOps: 0 (0)
- - ReadIoWaitTime: 0.000ns
- - SystemAllocTime: 16.788ms
- - WriteIoBytes: 0
- - WriteIoOps: 0 (0)
- - WriteIoWaitTime: 0.000ns
- HDFS_SCAN_NODE (id=0):(Total: 48.802ms, non-child: 48.802ms, % non-child: 100.00%)
- Hdfs split stats (<volume id>:<# splits>/<split lengths>): 6:11/18.95 MB 2:8/216.70 MB 1:15/1.03 GB 7:14/5.87 MB 5:16/1.32 GB 4:11/115.64 MB 0:17/1.03 GB 3:19/901.70 MB
- ExecOption: PARQUET Codegen Enabled, Codegen enabled: 111 out of 111
- Hdfs Read Thread Concurrency Bucket: 0:0% 1:0% 2:0% 3:100% 4:0% 5:0% 6:0% 7:0% 8:0% 9:0% 10:0% 11:0% 12:0% 13:0% 14:0%
- File Formats: PARQUET/NONE:17 PARQUET/SNAPPY:94
- Node Lifecycle Event Timeline: 864.939ms
- - Open Started: 324.169ms (324.169ms)
- - Open Finished: 324.278ms (108.966us)
- - First Batch Requested: 324.586ms (308.390us)
- - First Batch Returned: 331.344ms (6.757ms)
- - Last Batch Returned: 864.426ms (533.081ms)
- - Closed: 864.939ms (513.700us)
- - BytesRead (500.000ms): 530.47 MB
- - FooterProcessingTime: (Avg: 20.898ms ; Min: 182.237us ; Max: 123.909ms ; Number of samples: 111)
- - InitialRangeActualReservation: (Avg: 48.00 MB (50331648) ; Min: 48.00 MB (50331648) ; Max: 48.00 MB (50331648) ; Number of samples: 111)
- - InitialRangeIdealReservation: (Avg: 66.45 KB (68045) ; Min: 8.00 KB (8192) ; Max: 128.00 KB (131072) ; Number of samples: 111)
- - ParquetCompressedBytesReadPerColumn: (Avg: 9.47 MB (9932384) ; Min: 1.59 MB (1670780) ; Max: 25.01 MB (26221532) ; Number of samples: 11)
- - ParquetCompressedPageSize: (Avg: 100.66 KB (103071) ; Min: 10.00 B (10) ; Max: 699.96 KB (716755) ; Number of samples: 1060)
- - ParquetRowGroupActualReservation: (Avg: 60.76 MB (63706569) ; Min: 48.00 MB (50331648) ; Max: 248.00 MB (260046848) ; Number of samples: 94)
- - ParquetRowGroupIdealReservation: (Avg: 20.58 MB (21581388) ; Min: 88.00 KB (90112) ; Max: 248.00 MB (260046848) ; Number of samples: 94)
- - ParquetUncompressedBytesReadPerColumn: (Avg: 13.27 MB (13916439) ; Min: 1.59 MB (1670099) ; Max: 42.81 MB (44890320) ; Number of samples: 11)
- - ParquetUncompressedPageSize: (Avg: 141.03 KB (144415) ; Min: 8.00 B (8) ; Max: 1.00 MB (1048578) ; Number of samples: 1060)
- - AverageHdfsReadThreadConcurrency: 3.00
- - AverageScannerThreadConcurrency: 32.00
- - BytesRead: 1.61 GB (1724387435)
- - BytesReadDataNodeCache: 0
- - BytesReadLocal: 1.61 GB (1724387435)
- - BytesReadRemoteUnexpected: 0
- - BytesReadShortCircuit: 1.61 GB (1724387435)
- - CachedFileHandlesHitCount: 986 (986)
- - CachedFileHandlesMissCount: 0 (0)
- - CollectionItemsRead: 0 (0)
- - DataCacheHitBytes: 0
- - DataCacheHitCount: 0 (0)
- - DataCacheMissBytes: 0
- - DataCacheMissCount: 0 (0)
- - DataCachePartialHitCount: 0 (0)
- - DecompressionTime: 511.988ms
- - MaterializeTupleTime(*): 1s191ms
- - MaxCompressedTextFileLength: 0
- - NumColumns: 11 (11)
- - NumDictFilteredRowGroups: 27 (27)
- - NumDisksAccessed: 8 (8)
- - NumRowGroups: 111 (111)
- - NumScannerThreadMemUnavailable: 0 (0)
- - NumScannerThreadReservationsDenied: 0 (0)
- - NumScannerThreadsStarted: 32 (32)
- - NumScannersWithNoReads: 0 (0)
- - NumStatsFilteredRowGroups: 17 (17)
- - PeakMemoryUsage: 2.77 GB (2969366732)
- - PeakScannerThreadConcurrency: 32 (32)
- - PerReadThreadRawHdfsThroughput: 1022.54 MB/sec
- - RemoteScanRanges: 0 (0)
- - RowBatchBytesEnqueued: 635.29 MB (666149633)
- - RowBatchQueueGetWaitTime: 34.028ms
- - RowBatchQueuePeakMemoryUsage: 34.74 MB (36423906)
- - RowBatchQueuePutWaitTime: 6s053ms
- - RowBatchesEnqueued: 1.08K (1080)
- - RowsRead: 5.50M (5501892)
- - RowsReturned: 828.81K (828813)
- - RowsReturnedRate: 16.98 M/sec
- - ScanRangesComplete: 111 (111)
- - ScannerIoWaitTime: 5s294ms
- - ScannerThreadWorklessLoops: 0 (0)
- - ScannerThreadsInvoluntaryContextSwitches: 11 (11)
- - ScannerThreadsTotalWallClockTime: 13s761ms
- - ScannerThreadsSysTime: 240.555ms
- - ScannerThreadsUserTime: 1s645ms
- - ScannerThreadsVoluntaryContextSwitches: 2.65K (2646)
- - TotalRawHdfsOpenFileTime(*): 2.288ms
- - TotalRawHdfsReadTime(*): 1s608ms
- - TotalReadThroughput: 1.04 GB/sec
- Buffer pool:
- - AllocTime: 117.240ms
- - CumulativeAllocationBytes: 1.80 GB (1929355264)
- - CumulativeAllocations: 988 (988)
- - PeakReservation: 2.67 GB (2867855360)
- - PeakUnpinnedBytes: 0
- - PeakUsedReservation: 1.64 GB (1758404608)
- - ReadIoBytes: 0
- - ReadIoOps: 0 (0)
- - ReadIoWaitTime: 0.000ns
- - SystemAllocTime: 115.780ms
- - WriteIoBytes: 0
- - WriteIoOps: 0 (0)
- - WriteIoWaitTime: 0.000ns
- CodeGen:(Total: 321.333ms, non-child: 321.333ms, % non-child: 100.00%)
- - CodegenInvoluntaryContextSwitches: 2 (2)
- - CodegenTotalWallClockTime: 321.319ms
- - CodegenSysTime: 3.990ms
- - CodegenUserTime: 319.223ms
- - CodegenVoluntaryContextSwitches: 0 (0)
- - CompileTime: 91.337ms
- - IrGenerationTime: 7.272ms
- - LoadTime: 0.000ns
- - ModuleBitcodeSize: 2.28 MB (2393476)
- - NumFunctions: 113 (113)
- - NumInstructions: 3.79K (3795)
- - OptimizationTime: 198.720ms
- - PeakMemoryUsage: 1.85 MB (1943040)
- - PrepareTime: 22.849ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement