wuzhiguo created BIGTOP-3746:
--------------------------------
Summary: Change zeppelin notebook installation path
Key: BIGTOP-3746
URL: https://issues.apache.org/jira/browse/BIGTOP-3746
Project: Bigtop
Issue Type: Bug
Reporter: wuzhiguo
Attachments: image-2022-07-18-15-22-09-744.png,
image-2022-07-18-15-22-30-875.png, image-2022-07-18-15-23-36-058.png,
image-2022-07-18-15-27-52-496.png
as the code located
to:[https://github.com/apache/bigtop/blob/master/bigtop-packages/src/common/zeppelin/install_zeppelin.sh#L113]
we can see the notebook dir is under `/var/lib/zeppelin/`, while LIB_DIR is
`/usr/lib/zeppelin`(this will also be set as ZEPPELIN_HOME while running
zeppelin-daemon.sh).
as shown in below
!image-2022-07-18-15-23-36-058.png!
The zeppelin source code will looking for notebook dir under ZEPPELIN_HOME
!image-2022-07-18-15-22-09-744.png!
!image-2022-07-18-15-22-30-875.png!
!image-2022-07-18-15-27-52-496.png!
Although we can set `zeppelin.notebook.dir` in `zeppelin-site.xml` point to the
absolute path of notebook dir, I'd rather move dir to ZEPPELIN_HOME
--
This message was sent by Atlassian Jira
(v8.20.10#820010)