当前位置:网站首页>Local deployment Zeppelin 0.10.1
Local deployment Zeppelin 0.10.1
2022-07-06 23:34:00 【chen2ha】
List of articles
Apache Zeppelin It is a web-based tool that makes interactive data analysis feasible notebook
Zeppelin Provides a framework for data visualization
To achieve what you need
- Data collection
- Data discovery
- Data analysis
- Data visualization and collaboration
The latest version is 0.10.1 edition , There are two official installation packages , One is that it contains all parsers (1.6G), The other is with spark And network download parser package (568M)
Supported parsers
- alluxio
- angular
- beam
- bigquery
- cassandra
- elasticsearch
- file
- flink
- flink-cmd
- geode
- groovy
- hazelcastjet
- hbase
- ignite
- influxdb
- java
- jdbc
- jupyter
- kotlin
- ksql
- kylin
- lens
- livy
- md
- mongodb
- neo4j
- pig
- python
- r
- sap
- scalding
- scio
- sh
- spark
- spark-submit
- sparql
- submarine
Deploy zeppelin
Download the full parser installation package
wget --no-check-certificate -c \
https://dlcdn.apache.org/zeppelin/zeppelin-0.10.1/zeppelin-0.10.1-bin-all.tgz
tar xf zeppelin-0.10.1-bin-all.tgz
install java Environmental Science
zeppelin Deployment dependency java Environmental Science
yum install -y java-1.8.0-openjdk
Modify the configuration file
cd zeppelin-0.10.1-bin-all
cp conf/zeppelin-env.sh.template conf/zeppelin-env.sh
vim conf/zeppelin-env.sh
The official profile template is fully annotated , Here are some parameters that need attention
# Definition java Command path ,yum You can install without writing , Download the Oracle java I need to configure it
export JAVA_HOME=
# zeppelin Access address , If you don't configure , The default value is 127.0.0.1, Can also write 0.0.0.0
export ZEPPELIN_ADDR=
# zeppelin web Page access port , The default value is 8080, If it conflicts with the local port , You can modify the parameters here
export ZEPPELIN_PORT=
# sh Parser bound machine ip, Only one... Can be written , If you don't write , One will be randomly obtained on this machine ip Address [ Multiple network cards or docker It's embarrassing ]
export ZEPPELIN_LOCAL_IP=
# zeppelin Log directory , The default is the current path
export ZEPPELIN_LOG_DIR=
# zeppelin pid Record Directory , Default record in ${ZEPPELIN_HOME}/run Under the table of contents
export ZEPPELIN_PID_DIR=
# notebook Storage path
export ZEPPELIN_NOTEBOOK_DIR=
modify xml The configuration file
cp conf/zeppelin-site.xml.template conf/zeppelin-site.xml
vim conf/zeppelin-site.xml
No special needs , You can not configure
- zeppelin The default index path is /tmp Under the table of contents , If necessary, you can modify it to your own defined path , Do unified management
<property>
<name>zeppelin.search.index.path</name>
<value>/tmp/zeppelin-index</value>
<description>path for storing search index on disk.</description>
</property>
- Turn off anonymous access mode [ The default is anonymous login , also zeppelin-site.xml There is no such paragraph in the document , You need to increase it yourself ] ( Be careful xml Format )
false-Indicates that anonymous mode is turned offtrue-Indicates that anonymous mode is enabled
<property>
<name>zeppelin.anonymous.allowed</name>
<value>false</value>
<description>Anonymous user allowed by default</description>
</property>
- When anonymous mode is turned off , Need to configure user name and password
cp conf/shiro.ini.template conf/shiro.ini
vim conf/shiro.ini
To configure
< user name > = < password >,< role >More details can be found in official documents :Apache Shiro Configuration
admin = admin,admin
start-up zeppelin
bash bin/zeppelin-daemon.sh start
Access the configured through the browser ip Add ports to access zeppelin
边栏推荐
- Spark Tuning (II): UDF reduces joins and judgments
- Talking about the current malpractice and future development
- 每年 2000 亿投资进入芯片领域,「中国芯」创投正蓬勃
- The important data in the computer was accidentally deleted by mistake, which can be quickly retrieved by this method
- 谁说新消费品牌大溃败?背后有人赢麻了
- Where does this "judge the operation type according to the op value and assemble SQL by yourself" mean? It means simply using Flink tab
- Entropy information entropy cross entropy
- Should the jar package of MySQL CDC be placed in different places in the Flink running mode?
- [communication] optimal power allocation in the uplink of two-layer wireless femtocell network with matlab code
- 内网穿透zerotier 外网(手机、电脑等)访问内网设备(树莓派、NAS、电脑等)
猜你喜欢

With the help of this treasure artifact, I became the whole stack

The best sister won the big factory offer of 8 test posts at one go, which made me very proud

NFTScan 开发者平台推出 Pro API 商业化服务

What should I do if the USB flash disk data is formatted and how can I recover the formatted USB flash disk data?

The important data in the computer was accidentally deleted by mistake, which can be quickly retrieved by this method

求帮助xampp做sqlilab是一片黑

js對JSON數組的增删改查

The problem of ASP reading Oracle Database

The worse the AI performance, the higher the bonus? Doctor of New York University offered a reward for the task of making the big model perform poorly

Modules that can be used by both the electron main process and the rendering process
随机推荐
新手问个问题,我现在是单机部署的,提交了一个sql job运行正常,如果我重启了服务job就没了又得
If the request URL contains jsessionid, the solution
英国都在试行4天工作制了,为什么BAT还对996上瘾?
Entropy information entropy cross entropy
After 3 years of testing bytecan software, I was ruthlessly dismissed in February, trying to wake up my brother who was paddling
The method of reinstalling win10 system is as simple as that
Gold three silver four, don't change jobs
前置机是什么意思?主要作用是什么?与堡垒机有什么区别?
亚朵三顾 IPO
docker启动mysql及-eMYSQL_ROOT_PASSWORD=my-secret-pw问题解决
Please help xampp to do sqlilab is a black
MySQL connected vscode successfully, but this error is reported
Automatically update selenium driver chromedriver
Flutter life cycle
mysql连接vscode成功了,但是报这个错
资产安全问题或制约加密行业发展 风控+合规成为平台破局关键
Knowledge * review
Summary of three methods for MySQL to view table structure
为了交通安全,可以做些什么?
Stop saying that microservices can solve all problems