[Hadoop]Writing to Elastic thanks to Hive

2015-04-09 Thread valentin . dupont222
Hi all, Hadoop 2.5.1 ElasticSearch-Hadoop : 2.0.2 OS : Centos 7 My hive script below basically read data from one Elastic instance to process it. Then it writes it back to an other Elastic instance. The process phase is not yet implemented. ADD JAR hdfs:

Re: [Hadoop]Writing to Elastic thanks to Hive

2015-04-09 Thread Costin Leau
That's due to a bug in Hive (I assume you are running version 0.13). This has been fixed in the dev version which is available from maven [1] [1] http://www.elastic.co/guide/en/elasticsearch/hadoop/master/install.html#download-dev On 4/9/15 6:33 PM, valentin.dupont...@gmail.com wrote: Hi all,