JAR DE LISTA

Aplica-se a:check marked yes Databricks Runtime

Lista os JARs adicionados por ADD JAR.

Sintaxe

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

    Opcional um nome de um arquivo a listar.

Exemplos

> 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