What is the meaning of zeppelin configuration localrepo

one of the configuration items in configuration in Zeppelin is zeppelin.dep.localrepo
. After reading the official documents, I can"t quite understand this meaning. At the beginning of the period, I thought it was a maven-related address, but it didn"t seem to be. Could you tell me what the configuration item is

?
Jun.02,2021

should refer to the directory of the local maven repository. Zeppelin will download jar from the remote repository here

  • The Zeppelin tutorial code runs with an error.

    refer to the link description to run the tutorial code in the web notebook provided by the zeppelin container. Import local file: val bankText = sc.textFile("D: Projects Zeppelin bank bank-full.csv") case class Bank(age:Integer, job:Stri...

    Mar.11,2021
Menu