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
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b38086-2c0e7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b38086-2c0e7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?