dremio 21 pdfs 不在支持
  8KhYbgszLLmZ 2023年11月02日 71 0

个人猜测,应该是不利于后续的加速优化以及对于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​

【版权声明】本文内容来自摩杜云社区用户原创、第三方投稿、转载,内容版权归原作者所有。本网站的目的在于传递更多信息,不拥有版权,亦不承担相应法律责任。如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱: cloudbbs@moduyun.com

  1. 分享:
最后一次编辑于 2023年11月08日 0

暂无评论

推荐阅读
  cOi2LVubBNG7   2023年11月02日   81   0   0 github服务器git
  8KhYbgszLLmZ   2023年11月02日   63   0   0 参考资料
  UMG78UIvW0PY   2023年11月02日   55   0   0 域名解析jsongit
8KhYbgszLLmZ