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
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 全程不用写代码,我用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 简介