Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Applies to:
Databricks Runtime 10.4 LTS and above
Lists the ARCHIVEs added by ADD ARCHIVE.
Syntax
LIST [ARCHIVE | ARCHIVES] [file_name [...]]
Parameters
file_name
Optional a name of an archive to list.
Examples
> ADD ARCHIVES /tmp/test.zip /tmp/test_2.tar.gz;
> LIST ARCHIVE;
file:/tmp/test.zip
file:/tmp/test_2.tar.gz
> LIST ARCHIVE /tmp/test.zip /some/random.tgz /another/random.tar;
file:/tmp/test.zip