andygrove commented on issue #353:
URL: https://github.com/apache/arrow-ballista/issues/353#issuecomment-1279791290
I deleted all images, rebuilt, and same issue. When running in
docker-compose, scheduler shows:
```
ShuffleWriterExec: Some(Hash([Column { name: "l_returnflag", index: 0 },
Column { name: "l_linestatus", index: 1 }], 2))
AggregateExec: mode=Partial, gby=[l_returnflag@5 as l_returnflag,
l_linestatus@6 as l_linestatus], aggr=[SUM(lineitem.l_quantity),
SUM(lineitem.l_extendedprice), SUM(lineitem.l_extendedprice * Int64(1) -
lineitem.l_discount), SUM(lineitem.l_extendedprice * Int64(1) -
lineitem.l_discount * Int64(1) + lineitem.l_tax), AVG(lineitem.l_quantity),
AVG(lineitem.l_extendedprice), AVG(lineitem.l_discount), COUNT(UInt8(1))]
ProjectionExec: expr=[l_extendedprice@1 * 1 - l_discount@2 as
lineitem.l_extendedprice * Float64(1) - lineitem.l_discountFloat64(1) -
lineitem.l_discountlineitem.l_discountFloat64(1)lineitem.l_extendedprice,
l_quantity@0 as l_quantity, l_extendedprice@1 as l_extendedprice, l_discount@2
as l_discount, l_tax@3 as l_tax, l_returnflag@4 as l_returnflag, l_linestatus@5
as l_linestatus]
CoalesceBatchesExec: target_batch_size=4096
FilterExec: l_shipdate@6 <= 10471
EmptyExec: produce_one_row=false
```
When running scheduler outside of docker-compose, I see:
```
=========ResolvedStage[stage_id=1.0, partitions=1]=========
ShuffleWriterExec: Some(Hash([Column { name: "l_returnflag", index: 0 },
Column { name: "l_linestatus", index: 1 }], 2))
AggregateExec: mode=Partial, gby=[l_returnflag@5 as l_returnflag,
l_linestatus@6 as l_linestatus], aggr=[SUM(lineitem.l_quantity),
SUM(lineitem.l_extendedprice), SUM(lineitem.l_extendedprice * Int64(1) -
lineitem.l_discount), SUM(lineitem.l_extendedprice * Int64(1) -
lineitem.l_discount * Int64(1) + lineitem.l_tax), AVG(lineitem.l_quantity),
AVG(lineitem.l_extendedprice), AVG(lineitem.l_discount), COUNT(UInt8(1))]
ProjectionExec: expr=[l_extendedprice@1 * 1 - l_discount@2 as
lineitem.l_extendedprice * Float64(1) - lineitem.l_discountFloat64(1) -
lineitem.l_discountlineitem.l_discountFloat64(1)lineitem.l_extendedprice,
l_quantity@0 as l_quantity, l_extendedprice@1 as l_extendedprice, l_discount@2
as l_discount, l_tax@3 as l_tax, l_returnflag@4 as l_returnflag, l_linestatus@5
as l_linestatus]
CoalesceBatchesExec: target_batch_size=4096
FilterExec: l_shipdate@6 <= 10471
ParquetExec: limit=None,
partitions=[mnt/bigdata/tpch/sf1-parquet/lineitem/part-0.parquet],
predicate=l_shipdate_min@0 <= 10471, projection=[l_quantity, l_extendedprice,
l_discount, l_tax, l_returnflag, l_linestatus, l_shipdate]
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]