Member since
08-22-2014
25
Posts
6
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
10601 | 03-31-2017 02:52 PM | |
1783 | 03-02-2015 10:29 AM | |
4189 | 02-05-2015 06:24 PM |
02-15-2018
09:49 PM
We are tryng the same thing. However when we execute our code, it asks for the Kereros Credentials. Is there anyway to authenticate solr user using Keytab files?
... View more
08-14-2017
11:04 AM
Don't know the exact cause that it was not working even i restarted the Yarn, when i had another chance to restart the Yarn, the issue was resolved.
... View more
08-01-2017
11:49 AM
1 Kudo
Glad the issue the resolved but try to use some other location to store those jars instead of /opt/cloudera/parcels as when you upgrade you can lose all those jars.
... View more
08-01-2017
11:41 AM
Yes, thats correct. You can get more details here https://www.cloudera.com/documentation/enterprise/5-9-x/topics/search_sentry.html Also, Now sentry as a service is also provided for solr you can use that too and use solr sentry tool commands
... View more
08-01-2017
10:58 AM
1 Kudo
The only current way to log solr request queries is: Please set log4j.logger.org.apache.solr.core.SolrCore.Request=DEBUG to show queries before they are executed. Add this snippet to: Cloudera Manager --> Solr --> Configuration --> Solr Server Logging Advanced Configuration Snippet (Safety Valve) If this is set, queries will show a DEBUG log entry before they are executed, then an INFO with qtime and numDocs returned
... View more
03-31-2017
02:52 PM
1 Kudo
CANNOT FIND ADDRESS for executors can come: When executor either been killed (by yarn for example) or removed by dynamic allocation. It just means that the executor is not there anymore. That message doesn't mean there is anything wrong.
... View more
03-31-2017
02:42 PM
Simple solr indexing example using post: http://www.solrtutorial.com/solr-in-5-minutes.html or you can use solrj http://www.solrtutorial.com/solrj-tutorial.html even you can try indexing using flume and moprhline solr sink https://www.cloudera.com/documentation/enterprise/5-5-x/topics/search_tutorial.html
... View more
03-31-2017
02:34 PM
Were you running the above commands from one of the solr nodes or the node which had the solr gateway on it? Did you have any solr node down when you were deleting or creating a collection as taking time issue can happen that time? Did you see any unexpected exits with solr like out of memory issues? As taking the time can either happen when no solr gateway but that time it will throw some error after a certain time. or if you had any shard down for the collection you were trying to delete then restart may have helped with that.
... View more
09-10-2016
07:57 PM
Hi, Is this still a requirement in 0.9.0.1 or 0.10 of kafka release? We are currently on 0.9.0.1 but may upgrade to 0.10 soon. Restart is not a feasible option for us for altering retention period for a topic. Regards Swami
... View more
03-02-2015
10:29 AM
test.xml or text.xml needs to be present in hdfs and that should be passed in LOAD command
... View more