Philipp Dallig created ZEPPELIN-4727:
----------------------------------------
Summary: Wrong location for credentials when using HDFS
Key: ZEPPELIN-4727
URL: https://issues.apache.org/jira/browse/ZEPPELIN-4727
Project: Zeppelin
Issue Type: Improvement
Affects Versions: 0.9.0
Reporter: Philipp Dallig
I use HDFS as the storage backend for my configuration files.
Configured with two environment variables.
{code}
# Config Storage
ZEPPELIN_CONFIG_STORAGE_CLASS:
org.apache.zeppelin.storage.FileSystemConfigStorage
ZEPPELIN_CONFIG_FS_DIR: hdfs://hdfs.example.com:8020/service/zeppelin/conf
{code}
When the Zeppelin server starts up, I get the following wrong path.
{code}
INFO [2020-04-03 21:45:42,267] ({main}
org.apache.zeppelin.user.Credentials#Credentials.java[loadFromFile]:125) -
/opt/zeppelin/hdfs:/hdfs.example.com:8020/service/zeppelin/conf/credentials.json
cter.
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)