Member since
01-19-2017
75
Posts
4
Kudos Received
8
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
5410 | 02-25-2018 09:38 PM | |
6207 | 10-25-2017 06:38 AM | |
2749 | 09-15-2017 02:54 AM | |
3360 | 09-15-2017 02:51 AM | |
2669 | 08-01-2017 12:35 AM |
11-03-2017
06:38 AM
Alternatively you could search around "yarn queue" and ressource allocation. This will not "restrict" the number of mappers or reducers but this will control how many can run concurrently by giving access to only a subset of the available resources.
... View more
10-25-2017
06:38 AM
With the help of below link. I have solved the issue. http://blog.csdn.net/mtj66/article/details/52746066
... View more
09-20-2017
12:30 PM
You shouldn't have to reindex the whole set of documents, unless you need that new field to be added to those existing documents. New documents that have that field would be searchable with that field, but older documents would not be returned. Reindexing would consist of removing the existing documents in the solr collection, and re running your indexing application (MRIT, solrj etc) to index all the original documents again. Alternatively you could have a solrj application that reads the old documents and adds the value to the document for the newly created field. Of course, you should test this in a QA environment to confirm the desired behavior. -pd
... View more
09-15-2017
02:54 AM
I solved this issue by updating correct config files using the below commands. solrctl --zk ${ZOOKEEPER_CONNECT} instancedir --update collection_name ${WORKINGDIR}/collectionIndex solrctl --zk ${ZOOKEEPER_CONNECT} collection --reload collection_name
... View more
09-15-2017
02:51 AM
The error were occurred because of mistake in schema.xml file After I corrected it works fine.
... 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
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
08-01-2017
12:35 AM
Following blog helped me to setup disaster recovery for solr https://blog.cloudera.com/blog/2017/05/how-to-backup-and-disaster-recovery-for-apache-solr-part-i/
... View more
07-16-2017
10:34 PM
@saranvisa Thank you very much for your reply. Yes, the links are pointing to the old CDH version Hive. And also I found like all the files inside the alternatives are pointing to Old versions CDH (5.4.8 ). is there any way to change all the links are pointing to the new CDH version in a single attempt. And also I like to know the cause of this Issue. Thank you, J.Ganesh Kumar.
... View more
06-19-2017
08:38 AM
Congratulations on solving your issue and thanks for sharing the solution. Best of luck moving forward. 🙂
... View more
- « Previous
-
- 1
- 2
- Next »