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 #62

Closed
marcelopaesrech opened this issue Jul 18, 2013 · 1 comment
Closed

Map input is the double of elasticsearch results #62

marcelopaesrech opened this issue Jul 18, 2013 · 1 comment

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

Duplicate of #63

@costin costin closed this as completed Jul 18, 2013
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