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
Lists the JARs added by ADD JAR.
Syntax
LIST [JAR | JARS] [file_name [...]]
file_name
Optional a name of an archive to list.
Examples
> ADD JAR /tmp/test.jar /tmp/test_2.jar;
> LIST JAR;
spark://192.168.1.112:62859/jars/test.jar
spark://192.168.1.112:62859/jars/test_2.jar
> LIST JAR /tmp/test.jar /some/random.jar /another/random.jar;
spark://192.168.1.112:62859/jars/test.jar