Member since
07-13-2016
4
Posts
2
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3363 | 10-18-2016 10:38 PM |
10-18-2016
10:47 PM
Hello Team, Did anyone come accross the below error message while starting solr-hbase with CM? Thanks, Abdoul + DIR=/solr
+ USER=solr
+ GROUP=solr
+ PERMS=775
+ RET=0
+ /opt/cloudera/parcels/CDH-5.8.2-1.cdh5.8.2.p0.3/lib/hadoop-hdfs/bin/hdfs --config /run/cloudera-scm-agent/process/36-dfs-create-dir dfs -test -d /solr
+ '[' 1 -eq 0 ']'
+ echo 'Directory /solr does not currently exist.'
+ PARENT_ARG=
+ '[' 5 -ge 4 ']'
+ PARENT_ARG=-p
+ /opt/cloudera/parcels/CDH-5.8.2-1.cdh5.8.2.p0.3/lib/hadoop-hdfs/bin/hdfs --config /run/cloudera-scm-agent/process/36-dfs-create-dir dfs -mkdir -p /solr
+ '[' 1 -eq 0 ']'
+ echo 'Unable to create directory /solr; see stderr log.'
+ exit 1
... View more
10-18-2016
10:38 PM
1 Kudo
The issue was because the folder /var/lib/zookeeper was not owned by the user zookeeper. Once i change the owner of the folder to zookeeper it worked fine.
... View more
10-18-2016
10:37 PM
While i was going through the CDH 5.8.2 installation i did get an issue with zookeeper. CM could not start it, i am getting a long message with the following error: Unable to access datadir, exiting abnormally Any clue? Thanks, Abdoul
... View more
07-13-2016
04:01 PM
1 Kudo
Thanks Nitesh, this should be a mandatory steps in the doc to install multi datanode cluster with Kerberos enabled
... View more