dremio 分布式存储docker配置简单说明

对于dremio 分布式存储的配置我们直接修改配置文件,当然基于环境变量

参考配置

 dremio:
    platform: linux/x86_64
    image: dremio/dremio-oss:latest
    ports:
      - 9047:9047
      - 31010:31010
      - 32010:32010
    container_name: dremio
    environment:
      - DREMIO_JAVA_SERVER_EXTRA_OPTS=-Dpaths.dist=file:///opt/dremio/data/dist

说明

对于快速进行分布式存储的配置环境变量是一个很不错的选择

参考资料

https://www.cnblogs.com/rongfengliang/p/16303869.html
https://www.cnblogs.com/rongfengliang/p/16228551.html
https://www.dremio.com/blog/from-apache-druid-to-dashboards-with-dremio-and-apache-iceberg/
https://docs.dremio.com/current/get-started/cluster-deployments/customizing-configuration/dremio-conf/dist-store-config/#amazon-s3
https://docs.dremio.com/current/get-started/cluster-deployments/customizing-configuration/dremio-conf/dist-store-config/

posted on 2024-05-18 22:18  荣锋亮  阅读(16)  评论(0编辑  收藏  举报

导航