Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Foolius
Created April 16, 2014 13:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Foolius/10879114 to your computer and use it in GitHub Desktop.
Save Foolius/10879114 to your computer and use it in GitHub Desktop.
org.elasticsearch.hadoop.rest.EsHadoopProtocolException: Found unrecoverable error [MapperParsingException[failed to parse]; nested: ElasticSearchParseException[Failed to derive xcontent from (offset=0, length=14): [83, 116, 114, 101, 97, 109, 32, 99, 108, 111, 115, 101, 100, 46]]; ]; Bailing out..
at org.elasticsearch.hadoop.rest.RestClient.retryFailedEntries(RestClient.java:189)
at org.elasticsearch.hadoop.rest.RestClient.bulk(RestClient.java:155)
at org.elasticsearch.hadoop.rest.RestRepository.sendBatch(RestRepository.java:163)
at org.elasticsearch.hadoop.rest.RestRepository.doWriteToIndex(RestRepository.java:146)
at org.elasticsearch.hadoop.rest.RestRepository.writeToIndex(RestRepository.java:124)
at org.elasticsearch.hadoop.mr.EsOutputFormat$EsRecordWriter.write(EsOutputFormat.java:160)
at org.elasticsearch.hadoop.pig.EsStorage.putNext(EsStorage.java:191)
at org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigOutputFormat$PigRecordWriter.write(PigOutputFormat.java:139)
at org.apache.
-------
java.lang.Throwable: Child Error
at org.apache.hadoop.mapred.TaskRunner.run(TaskRunner.java:250)
Caused by: java.io.IOException: Task process exit with nonzero status of 65.
at org.apache.hadoop.mapred.TaskRunner.run(TaskRunner.java:237)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment