You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/08/22 10:10:53 UTC

[GitHub] [pulsar] Nintorac added a comment to the discussion: Trino connector

GitHub user Nintorac added a comment to the discussion: Trino connector

Thanks, switching to the follow works but then does not load the pulsar catalog, it does load the minio catalog and the pulsar plugin though.. hmm? or is it better to use trino and your bump? is that available somewhere?
```
  trino-coordinator:
    image: 'starburstdata/presto:332-e.10'
    hostname: trino-coordinator
    ports:
      - '8080:8080'
    volumes:
      - ./etc/catalog:/usr/lib/presto/etc/catalog
      - ./apache-pulsar-2.10.1/lib/presto/plugin/pulsar-presto-connector:/usr/lib/presto/plugin/pulsar-presto-connector
    networks:
      - trino-network
```

GitHub link: https://github.com/apache/pulsar/discussions/17207#discussioncomment-3445823

----
This is an automatically sent email for dev@pulsar.apache.org.
To unsubscribe, please send an email to: dev-unsubscribe@pulsar.apache.org