Member since
07-28-2014
31
Posts
1
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1548 | 11-14-2014 09:07 AM | |
4215 | 09-22-2014 01:43 PM | |
4669 | 08-18-2014 03:22 PM |
03-12-2016
05:30 AM
How did you generate the morphline file? Have you had a chance to look at our tutorials? Specifically, http://www.cloudera.com/documentation/enterprise/latest/topics/search_batch_index_use_mapreduce.html gives an example morphline file -- can you compare? Also, you can try running with --dry-run to get faster test executions and better debug what is going on.
... View more
03-11-2016
04:22 PM
Do you have access to the task logs for your Indexer job? Can you confirm that you are seeing lines that look like the following (the numbers and dates will likely be different)? 2016-03-06 17:09:07,953 INFO [main] org.apache.solr.hadoop.SolrRecordWriter: docsWritten: 20 2016-03-06 17:09:13,984 INFO [main] org.apache.solr.hadoop.SolrRecordWriter: docsWritten: 880 Are there any errors that you are seeing in the map or reduce task attempt logs?
... View more
03-11-2016
04:02 PM
Hi Shailesh, Are you using the --go-live option on the IndexerTool? Mike
... View more
11-13-2015
06:51 AM
Hi Emre, Thanks for updating me on your version. That will help me find the cause of the problem. Can you provide more context from your logs? This second exception looks like the same thing, but for a different task output. Can you be more specific about what kind of failure you see?
... View more
11-12-2015
11:59 AM
Which version of Cloudera Search are you using? That warning happens when trying to load some metrics on the data in HDFS. Are there any other warnings or errors in the logs that you can find? This warning is probably safe to ignore in your case.
... View more
11-21-2014
07:48 AM
I'm sorry, I made a mistake with the earlier command. It should have been echo ruok | nc zk1 2181. However, it does look like you are able to connect to zk, so no need to run it again. I'm not sure I understand what steps you took to replicate the problem. Are you using a Java program to write to Accumulo, or doing this via shell commands? Normally, the masters/slaves files are used by cluster management scripts that are included with Accumulo. Since CM has it's own tools for starting and stopping processes, it does not rely on those files to track which roles are on which hosts and they do not exist with a managed installation.
... View more
11-20-2014
05:04 AM
Can you verify that your client can communicate with all of your ZK servers? echo ruok | telnet zk1 2181 substituting your actual zookeeper hosts in for "zk1"
... View more
11-19-2014
05:29 PM
Which versions are you running? Is your host outside of the cluster able to communicate with all of the hosts inside the cluster?
... View more
11-14-2014
09:07 AM
The quickstart VM does not include Accumulo. However, you can install Accumulo on top of the quickstart VM by following the instructions at http://www.cloudera.com/content/cloudera/en/documentation/Accumulo/latest/PDF/Apache-Accumulo-Installation-Guide.pdf Additionally, you will want to lower the Accumulo metadata file replication to 1, to match the total number of datanodes that you have.
... View more
09-22-2014
01:43 PM
Good to hear that! If you have everything straightened out, please mark my previous message as an accepted answer so that other users are able to find it. If you have more issues later, then we can always start a new thread.
... View more