Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map input is the double of elasticsearch results #63

Closed
marcelopaesrech opened this issue Jul 18, 2013 · 2 comments
Closed

Map input is the double of elasticsearch results #63

marcelopaesrech opened this issue Jul 18, 2013 · 2 comments

Comments

@marcelopaesrech
Copy link

When Hadoop executes a Job using plugin with one query like the follow:
samples/test/_search?q=*

The Map input 136188 data to map. But in ElasticSearch execute the follow query:
samples/test/_count?q=*

The result is:
{"count": 68094, "_shards":{"total":5, "successful":5, "failed":0}}

My environment is:
Linux, Hadoop 1.2.0 (3 nodes), ES 0.90.1 (3 nodes).

@costin
Copy link
Member

costin commented Jul 18, 2013

Can you double check that you are using the latest version from trunk - it sounds like you're running against #55 which has been fixed a couple of days ago.
I've tried replicating your bug (using Hive nevertheless) and I get the same result as in ES.

@costin
Copy link
Member

costin commented Jul 29, 2013

Feel free to re-open the issue if that's the case but see my previous comment to track this down quickly.

@costin costin closed this as completed Jul 29, 2013
@costin costin added the bug label Mar 6, 2014
costin added a commit that referenced this issue Jan 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants