Member since
05-02-2014
18
Posts
1
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
7666 | 01-04-2016 04:02 AM | |
3196 | 09-23-2015 06:33 AM | |
3417 | 08-26-2014 05:03 AM |
10-21-2015
10:33 AM
Hi, It won't work on CDH5.4.0. See the advice I gave above. Thanks, Darren
... View more
09-23-2015
06:33 AM
Hi all, found a solution on my own. The reason for my issue was, that CM is using the access rights of the CM user for searching in LDAP and not that of the bind user. In my LDAP config, the ACLs were preventing users from searching in the users subtree. Only a proxy user (CM bind user) was allowed to search there. After fixing this by adding "by self read" to ACLs for users subtree, everything works fine. Regards, Slavo
... View more
07-20-2015
09:19 AM
3 Kudos
Are you using CM? If yes before running the command you need to: *Note*: If using CM, export this variable in order to point to the correct database: 1 2 3 HUE_CONF_DIR=/var/run/cloudera-scm-agent/process/-hue-HUE_SERVER-id echo $HUE_CONF_DIR export HUE_CONF_DIR Where is the most recent ID in that process directory for hue-HUE_SERVER. http://gethue.com/export-and-import-your-oozie-workflows/
... View more
08-26-2014
05:03 AM
in the meantime I could solve this myself I copied the carrot2 libs from carrot2-java-api-3.9.3 (both required and optional) into /var/lib/solr/carrot2/lib/ and added followig into solrconfig.xml <lib dir="/var/lib/solr/carrot2/lib/" regex=".*\.jar" /> <lib path="/opt/cloudera/parcels/CDH-5.0.0-1.cdh5.0.0.p0.47/lib/solr/solr-clustering-4.4.0-cdh5.0.0.jar" /> After restarting Solr the clustering did work.
... View more