Philipp Dallig created ZEPPELIN-5277:
----------------------------------------
Summary: Use RandomStringUtils from apache-commons-lang3
Key: ZEPPELIN-5277
URL: https://issues.apache.org/jira/browse/ZEPPELIN-5277
Project: Zeppelin
Issue Type: Improvement
Components: Kubernetes
Affects Versions: 0.9.0, 0.9.1, 0.10.0
Reporter: Philipp Dallig
Assignee: Philipp Dallig
I noticed the following method in apache-commons-lang3.
{code:java}
RandomStringUtils.random(...){code}
We should replace our method in K8sUtils with the method from the library.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)