LIST JAR

S’applique à :coche marquée oui Databricks Runtime

Répertorie les fichiers JAR ajoutés par ADD JAR.

Syntaxe

LIST [JAR | JARS] [file_name [...]]
  • file_name

    (Facultatif) Nom d’une archive à répertorier.

Exemples

> 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