本文介绍了如何在Azure Data Lake存储上预处理和解压缩.gz文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
USQL是否支持压缩和解压缩文件?
Will USQL support to Compress and Decompress a file.?
我想解压缩压缩文件以执行一些验证,一旦通过验证,就想将数据压缩到新文件.
I would like decompress a compressed file to perform some validations and once they are passed, would like to compress the data to new file.
推荐答案
此外,在OUTPUT
上执行自动压缩也在路线图上.请将您的投票添加到 https://feedback.azure.com/forums/327234-data-lake/suggestions/13418367-support-gzip-on-output-as-well
In addition, doing automatic compression on OUTPUT
is on the roadmap. Please add your vote to https://feedback.azure.com/forums/327234-data-lake/suggestions/13418367-support-gzip-on-output-as-well
这篇关于如何在Azure Data Lake存储上预处理和解压缩.gz文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!