dremio 21 pdfs 不在支持

个人猜测,应该是不利于后续的加速优化以及对于Iceberg 特性的支持

参考配置

配置来自helm

paths: {
  # Local path for dremio to store data.
  local: ${DREMIO_HOME}"/data"
  # Distributed path Dremio data including job results, downloads,
  # uploads, etc
  {{- if ne .Values.distStorage.type "local" }}
  results: "pdfs://"${paths.local}"/results"
    {{- if eq .Values.distStorage.type "aws" }}
  dist: "dremioS3:///{{ required "AWS bucketname required" .Values.distStorage.aws.bucketName }}{{ required "Path required" .Values.distStorage.aws.path }}"
    {{- else if eq .Values.distStorage.type "azure" }}
  dist: "dremioAdl://{{ required "Azure Datalake store name required" .Values.distStorage.azure.datalakeStoreName }}.azuredatalakestore.net{{ required "Path required" .Values.distStorage.azure.path }}"
    {{- else if eq .Values.distStorage.type "azureStorage" }}
  dist: "dremioAzureStorage://:///{{ required "Azure Storage filesystem required" .Values.distStorage.azureStorage.filesystem }}{{ required "Path required" .Values.distStorage.azureStorage.path }}"
    {{- end }}
  {{- else }}
  dist: "pdfs://"${paths.local}"/pdfs"
  {{- end }}
}

说明

对于dist 的支持可以参考官方关于分布式存储的配置说明,同时也是支持minio的,helm 文件还是值得参考学习的

参考资料

https://docs.dremio.com/software/release-notes/210-release/
https://docs.dremio.com/software/deployment/dist-store-config/
https://docs.dremio.com/software/deployment/metadata-store-config/
https://github.com/dremio/dremio-cloud-tools.git
https://community.dremio.com/t/confused-by-new-release-notes/9143

posted on   荣锋亮  阅读(55)  评论(0编辑  收藏  举报

相关博文:
阅读排行:
· 全程不用写代码,我用AI程序员写了一个飞机大战
· DeepSeek 开源周回顾「GitHub 热点速览」
· 记一次.NET内存居高不下排查解决与启示
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· .NET10 - 预览版1新功能体验(一)
历史上的今天:
2021-05-06 cubestore 添加auth 认证
2021-05-06 基于s3 扩展cubestore
2020-05-06 stimulusjs 由Ruby on Rails 作者创建的web框架
2020-05-06 adonisjs 类似php laravel 的mvc 框架
2020-05-06 html-query-plan一个不错的sql server查询计划展示web 组件
2017-05-06 Spring boot admin 使用
2017-05-06 Prometheus 简介

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示