Re: Hive to elasticsearch Parsing exception.

2015-03-13 Thread P lva
Ignoring both null values and null strings worked. Will open a issue about this. Thanks a lot Costin. On Fri, Mar 13, 2015 at 12:08 AM, Costin Leau costin.l...@gmail.com wrote: Likely the issue is caused by the fact that in your manual mapping, the NULL value is not actually mapped to null

Re: Hive to elasticsearch Parsing exception.

2015-03-12 Thread Costin Leau
Likely the issue is caused by the fact that in your manual mapping, the NULL value is not actually mapped to null but actually to a string value. You should be able to get around it by converting NULL to a proper NULL value which es-hadoop can recognized; additionally you can 'translate' it to a

Hive to elasticsearch Parsing exception.

2015-03-12 Thread P lva
Hello Everyone, I'm loading data from a a hive table (0.13) in to elasticsearch (1.4.4). With the auto create index option turned on , I don't face any problems and I can see all the data in ES. However, I get the following error when i create the index manually. Caused by: