I am sure I am doing something a little bit wrong here. I have an
elastic search (0.13.1) instance running on the same machine as a
couchdb database. I am trying to use the couchdb river to import all
the data, but I am getting this output in the log when I add my db
river:
then there is an "ignoring unknown change" message for every object in
my database. One of these messages also appears a few times in between
the other WARN's for each of the docs I am attempting to import:
But a status of that index shows that it is all healthy, but there are
no docs. I have tried doing a few things, like posting some entries
manually (using REST api, these docs are fine), then importing the
rest as well as making changes to docs in the futon to see if the
_changes stream will work. It doesn't seem to matter what I do, I keep
getting the described problem.
This happens when there is no document provided as part of the changes stream the river listens to from couchdb. Which version of couchdb are you using? The option to add "include_docs=true" to the _changes API was not always there in couch.
On Saturday, December 4, 2010 at 6:28 PM, benhowes wrote:
Hi Everyone,
I am sure I am doing something a little bit wrong here. I have an
Elasticsearch (0.13.1) instance running on the same machine as a
couchdb database. I am trying to use the couchdb river to import all
the data, but I am getting this output in the log when I add my db
river:
then there is an "ignoring unknown change" message for every object in
my database. One of these messages also appears a few times in between
the other WARN's for each of the docs I am attempting to import:
But a status of that index shows that it is all healthy, but there are
no docs. I have tried doing a few things, like posting some entries
manually (using REST api, these docs are fine), then importing the
rest as well as making changes to docs in the futon to see if the
_changes stream will work. It doesn't seem to matter what I do, I keep
getting the described problem.
That was exactly my problem, thanks very much. Ununtu 10.04 uses
couchdb 0.10, whereas all newer versions use 1.0.1. I have upgraded
and its all working fine now.
After doing the upgrade I had to remove and re-add the river in order
to get the docs imported, which makes sense.
Thanks very much for pointing me in the right direction
This happens when there is no document provided as part of the changes stream the river listens to from couchdb. Which version of couchdb are you using? The option to add "include_docs=true" to the _changes API was not always there in couch.
On Saturday, December 4, 2010 at 6:28 PM, benhowes wrote:
Hi Everyone,
I am sure I am doing something a little bit wrong here. I have an
Elasticsearch (0.13.1) instance running on the same machine as a
couchdb database. I am trying to use the couchdb river to import all
the data, but I am getting this output in the log when I add my db
river:
then there is an "ignoring unknown change" message for every object in
my database. One of these messages also appears a few times in between
the other WARN's for each of the docs I am attempting to import:
But a status of that index shows that it is all healthy, but there are
no docs. I have tried doing a few things, like posting some entries
manually (using REST api, these docs are fine), then importing the
rest as well as making changes to docs in the futon to see if the
_changes stream will work. It doesn't seem to matter what I do, I keep
getting the described problem.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.