Member since
07-21-2020
2
Posts
0
Kudos Received
0
Solutions
07-26-2020
03:31 AM
Any ideas here? The permission issue doesn't go away, no matter what we tried.
... View more
07-22-2020
10:03 AM
Hi, we're using ansible to deploy Cloudera manager v. 5.14.1, and afterwards create a zookeeper+kafka cluster (on the same node + 2 more). Until now we used root user to run ansible, but now we have to work with a sudoer with full permissions. Everything works well until Zookeeper is brought up, when I see this in the stderr log in the UI : + mkdir /opt/external/cloudera/zookeeper-83846c4293dd0fdcf55dd3fb02f8c382
mkdir: cannot create directory ‘/opt/external/cloudera/zookeeper-83846c4293dd0fdcf55dd3fb02f8c382’: Permission denied
+ echo 1
/usr/lib64/cmf/service/zookeeper/zkserver.sh: line 41: /opt/external/cloudera/zookeeper-83846c4293dd0fdcf55dd3fb02f8c382/myid: No such file or directory I see on other VMs that the whole path has the same permissions and owners. So my 2 questions are : 1. What can cause this? Who is the user running the zkserver.sh script? We do it the REST api, with the admin user, so I fail to see why there should be permission issues. 2. Where is the log for this script located? Can I increase the log level for it? Any help is most welcome, thanks!
... View more
Labels:
- Labels:
-
Apache Zookeeper
-
Cloudera Manager