[
https://issues.apache.org/jira/browse/BEAM-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15853477#comment-15853477
]
Reza Nouri commented on BEAM-425:
---------------------------------
Hi [~echauchot],
I am trying to use elasticIO, but I am getting the following error while
writing data to elastic:
threw exception [org.apache.beam.sdk.Pipeline$PipelineExecutionException:
org.elasticsearch.client.ResponseException: POST
http://127.0.0.1:9200/namedentities/keyword/_bulk: HTTP/1.1 400 Bad Request
{"error":{"root_cause":[{"type":"parse_exception","reason":"Failed to derive
xcontent"}],"type":"parse_exception","reason":"Failed to derive
xcontent"},"status":400}] with root cause
org.elasticsearch.client.ResponseException: POST
http://127.0.0.1:9200/namedentities/keyword/_bulk: HTTP/1.1 400 Bad Request
{"error":{"root_cause":[{"type":"parse_exception","reason":"Failed to derive
xcontent"}],"type":"parse_exception","reason":"Failed to derive
xcontent"},"status":400}
at org.elasticsearch.client.RestClient$1.completed(RestClient.java:310)
at org.elasticsearch.client.RestClient$1.completed(RestClient.java:299)
at
org.apache.http.concurrent.BasicFuture.completed(BasicFuture.java:119)
at
org.apache.http.impl.nio.client.DefaultClientExchangeHandlerImpl.responseCompleted(DefaultClientExchangeHandlerImpl.java:177)
at
org.apache.http.nio.protocol.HttpAsyncRequestExecutor.processResponse(HttpAsyncRequestExecutor.java:436)
at
org.apache.http.nio.protocol.HttpAsyncRequestExecutor.inputReady(HttpAsyncRequestExecutor.java:326)
at
org.apache.http.impl.nio.DefaultNHttpClientConnection.consumeInput(DefaultNHttpClientConnection.java:265)
at
org.apache.http.impl.nio.client.InternalIODispatch.onInputReady(InternalIODispatch.java:81)
at
org.apache.http.impl.nio.client.InternalIODispatch.onInputReady(InternalIODispatch.java:39)
at
org.apache.http.impl.nio.reactor.AbstractIODispatch.inputReady(AbstractIODispatch.java:114)
at
org.apache.http.impl.nio.reactor.BaseIOReactor.readable(BaseIOReactor.java:162)
at
org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvent(AbstractIOReactor.java:337)
at
org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvents(AbstractIOReactor.java:315)
at
org.apache.http.impl.nio.reactor.AbstractIOReactor.execute(AbstractIOReactor.java:276)
at
org.apache.http.impl.nio.reactor.BaseIOReactor.execute(BaseIOReactor.java:104)
at
org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.run(AbstractMultiworkerIOReactor.java:588)
I wrote something similar to ElasticsearchIOTest test case and the data is JSON
format exactly same as the test file:
data.add(String.format("{\"scientist\":\"%s\", \"id\":%d}", scientists[index],
i));
Also, I am using elastic 5.2 running on a single node.
Any idea?
Thanks,
Reza
> Create Elasticsearch IO
> -----------------------
>
> Key: BEAM-425
> URL: https://issues.apache.org/jira/browse/BEAM-425
> Project: Beam
> Issue Type: New Feature
> Components: sdk-java-extensions
> Reporter: Jean-Baptiste Onofré
> Assignee: Etienne Chauchot
> Fix For: 0.5.0
>
>
> I'm working on a new ElasticsearchIO providing both bounded source and sink.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)