[LINUX] Installation d'Apache Zeppelin

Je l'ai essayé alors note

supposition

CentOS 7 Java installé

procédure

  1. Téléchargez le fichier tar

    # curl -LkvOf https://ftp.jaist.ac.jp/pub/apache/zeppelin/zeppelin-0.8.2/zeppelin-0.8.2-bin-all.tgz
    
  2. Extrayez le fichier tar téléchargé

    # tar zxf zeppelin-0.8.2-bin-all.tgz
    
  3. Déplacez le répertoire développé sous / opt

    # mv zeppelin-0.8.2-bin-all /opt/zeppelin
    
  4. Créez un utilisateur pour exécuter zeppelin

    # useradd zeppelin
    
  5. Définissez les variables d'environnement selon vos besoins (ici adresse IP)

    # cp /opt/zeppelin/conf/zeppelin-env.sh.template /opt/zeppelin/conf/zeppelin-env.sh
    # vi /opt/zeppelin/conf/zeppelin-env.sh
    
    export ZEPPELIN_ADDR=<Adresse IP pour accéder avec un navigateur>                          # Bind address (default 127.0.0.1)
    
  6. Remplacez le propriétaire du répertoire par l'utilisateur qui exécute zeppelin

    # chown -R zeppelin:zeppelin /opt/zeppelin
    
  7. Créez un fichier de service zeppelin

    # vi /etc/systemd/system/zeppelin.service
    
    [Unit]
    Description=Apache Zeppelin Service
    
    [Service]
    Type=forking
    User=zeppelin
    ExecStart=/opt/zeppelin/bin/zeppelin-daemon.sh start
    ExecStop=/opt/zeppelin/bin/zeppelin-daemon.sh stop
    
    [Install]
    WantedBy=multi-user.target
    
  8. Rechargez le fichier de service

    # systemctl daemon-reload
    
  9. Démarrer

    # systemctl start zeppelin
    
  10. Accès depuis un navigateur

Zeppelin. Immédiatement après l'accès png.png

référence

Recommended Posts

Installation d'Apache Zeppelin
Installer Apache Zookeeper
Installation d'Apache ActiveMQ
Installez Apache 2.4.41 depuis la source
Installation d'Apache Maven (à partir des sources)
Installer pytorch
installation emacs-jedi
Installation d'ArcoLinux
Installer python
Installation de virtualenv
Installez mojimoji
Installez Scipy
Installer Memo
Installez Qiskit
Installation d'Ansible
installation de keras
Installer Mu
Comment installer Apache (httpd) sur CentOS7
Installez skt-war-result
Installation de Django
Installez PyTorch
Comment installer Apache (httpd) sur CentOS8
installer l'oreiller
Installation d'ArchmanLinux