You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a 1 master 1 slave presto cluster running and can execute TPCH queries using the standard presto worker.
When I run a prestissimo worker (the presto_server binary produced from presto-native-execution), I can join the cluster and can see the worker from the presto cli.
But when I try to run a TPCH query, the worker segfaults:
E0806 21:34:14.326735 10253 Exceptions.h:67] Line: /opt/presto/presto-native-execution/velox/velox/connectors/tpch/TpchConnector.cpp:98, Function:TpchDataSource, Expression: idx != std::nullopt Column 'quantity' not found on TPC-H table 'lineitem'., Source: RUNTIME, ErrorCode: INVALID_STATE
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a 1 master 1 slave presto cluster running and can execute TPCH queries using the standard presto worker.
When I run a prestissimo worker (the presto_server binary produced from presto-native-execution), I can join the cluster and can see the worker from the presto cli.
But when I try to run a TPCH query, the worker segfaults:
E0806 21:34:14.326735 10253 Exceptions.h:67] Line: /opt/presto/presto-native-execution/velox/velox/connectors/tpch/TpchConnector.cpp:98, Function:TpchDataSource, Expression: idx != std::nullopt Column 'quantity' not found on TPC-H table 'lineitem'., Source: RUNTIME, ErrorCode: INVALID_STATE
coordinator config.properties:
coordinator=true
presto.version=test
node-scheduler.include-coordinator=false
http-server.http.port=8080
query.max-memory=5GB
query.max-memory-per-node=2GB
discovery-server.enabled=true
discovery.uri=http://ip-172-31-7-98:8080/
native-execution-enabled=true
optimizer.optimize-hash-generation=false
regex-library=RE2J
use-alternative-function-signatures=true
experimental.table-writer-merge-operator-enabled=false
worker config.properties:
coordinator=false
presto.version=test
node-scheduler.include-coordinator=true
http-server.http.port=8081
discovery.uri=http://ip-172-31-7-98:8080/
query.max-memory=5GB
query.max-memory-per-node=1GB
query.max-total-memory-per-node=2GB
shutdown-onset-sec=1
async-data-cache-enabled=true
connector.num-io-threads-hw-multiplier=1
async-cache-ssd-gb=128
system-memory-gb=64
Beta Was this translation helpful? Give feedback.
All reactions