with status 1
Thanks
- Atul
From: Muthu Pandi [mailto:muthu1...@gmail.com]
Sent: Thursday, November 27, 2014 11:20 PM
To: user@hive.apache.org
Subject: Re: Can't integrate Elasticsearch with Hive
How did you get elasticsearch jar??
Try to build the jar against your version and use that jar.
R
atingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>
> at java.lang.reflect.Method.invoke(Method.java:606)
>
> at org.apache.hadoop.util.RunJar.main(RunJar.java:212)
>
>
>
> 2014-11-26 23:09:22,069 ERROR [main]: ql.Driver
> (SessionState
M
To: user@hive.apache.org
Subject: Re: Can't integrate Elasticsearch with Hive
Hi Atul
Check your typo "tblproperties('es.resources' = 'employee/address') " need
to be "es.resource" as it rightly indicated in the Error.
Regards
Muthupandi.K
[Image remove
Hi Atul
Check your typo "tblproperties('es.resources' = 'employee/address') " need
to be "es.resource" as it rightly indicated in the Error.
*RegardsMuthupandi.K*
Think before you print.
On Fri, Nov 28, 2014 at 3:43 AM, Edward Capriolo
wrote:
> Because the elastic search storage han
Because the elastic search storage handler is not part of hive you might be
able to find more help asking the author of the storage handler. From the
errors you are reporting it likely does not work and not tested against
this version of hive.
return code 1 from
org.apache.hadoop.hive.ql.exec.mr.MapRedTask
hive>
From: Edward Capriolo [mailto:edlinuxg...@gmail.com]
Sent: Thursday, November 27, 2014 7:43 AM
To: user@hive.apache.org
Subject: Re: Can't integrate Elasticsearch with Hive
https://docs.oracle.com/javase/7/docs/api/ja
https://docs.oracle.com/javase/7/docs/api/java/lang/IllegalAccessError.html
Likley this means the storage handler was built against a different version
of hive or one of the dependencies of the two has changed in an
incompatible way. E.G. (ES) antlr 2.5 vs (hive) antlr 2.6 or some other
dependency
Hi All,
I am using Hive 0.13.1 and Hadoop 2.5.1 and trying to create an external table
so data can me loaded from Hive to Elasticsearch. However I keep getting the
following error. I have tried with following jars but same error. I will really
appreciate for any pointers.
Thanks
- Atul
hiv