Re: Camel Hive Issue

2016-04-16 Thread VinothKR
Hi Claus, The latest version available in Maven in 2.17.0 Can you please publish the resolving code to 2.17.0 version as well. Thanks, Vinoth. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Hive-Issue-tp5780522p5781210.html Sent from the Camel - Users mailing list

Re: Camel Hive Issue

2016-04-09 Thread VinothKR
Thanks. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Hive-Issue-tp5780522p5780842.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel Hive Issue

2016-04-09 Thread Claus Ibsen
issue. Ideally I would be happy to > upgrade to a newer version of Camel if this issue could be addressed using > any higher version, instead of reverting back to a previous one. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-Hive-Issue-tp57

Re: Camel Hive Issue

2016-04-06 Thread VinothKR
this message in context: http://camel.465427.n5.nabble.com/Camel-Hive-Issue-tp5780522p5780614.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel Hive Issue

2016-04-06 Thread VinothKR
I was able to make it work with a older version of camel 2.13.2. But with the 2.16.1 version it is throwing this issue. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Hive-Issue-tp5780522p5780613.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel Hive Issue

2016-04-06 Thread VinothKR
It is camel 2.16.1 version -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Hive-Issue-tp5780522p5780612.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel Hive Issue

2016-04-05 Thread Claus Ibsen
> value="jdbc:hive2://url" /> > > > > > *Java Code:* > CamelContext camel = SpringCamelContext.springCamelContext(appContext); > ProducerTemplate template = camel.createProducerTemplate(); > camel.start(); > Object out = templa

Camel Hive Issue

2016-04-05 Thread VinothKR
t:hivein","Test"); System.out.println(out); camel.stop(); Please assist. Thanks, Vinoth. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Hive-Issue-tp5780522.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel-Hive

2014-12-11 Thread Willem Jiang
We don’t have camel-hive component, Do you use camel-jdbc or camel-sql instead? It more like a Hive issue instead of Camel. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁

Re: Camel-Hive

2014-12-11 Thread smilevasu6
No one is there to help me on this? -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Hive-tp5760452p5760551.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel-Hive

2014-12-10 Thread smilevasu6
Hi All, Any one is there to help me on below one please -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Hive-tp5760452p5760470.html Sent from the Camel - Users mailing list archive at Nabble.com.

Camel-Hive

2014-12-10 Thread smilevasu6
sage in context: http://camel.465427.n5.nabble.com/Camel-Hive-tp5760452.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel-Hive

2014-11-19 Thread Charles Moulliard
:/home/cloudera/Desktop/Sri > > i want read the from Hive table and copy into another Hive table using > camel > > Reading part is done, i am able to read the data from Hive table using > camel. > > > Please advice > > > > > -- > View this message in contex

Re: Camel-Hive

2014-11-19 Thread smilevasu6
Please advice -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Hive-tp5759189p5759315.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel-Hive

2014-11-19 Thread Charles Moulliard
Hi, - As there is no camel hive component, the issue cannot be assigned to something which does not exist - As you are using the camel-sql (= Spring JDBC framework), can you please describe the problem, error and how to reproduce Regards, On Wed, Nov 19, 2014 at 5:39 AM, smilevasu6 wrote

Re: Camel-Hive

2014-11-18 Thread smilevasu6
Hi, Again there is problem with camel hive. As i am able to connect to hive and able fetch the data from hive table. Now i want to load the data in another hive table. when i try to do the same some times i am getting invalid path and some times there is no errors but data is not moving to

Re: Camel-Hive

2014-11-18 Thread smilevasu6
Thank you so much Claus Ibsen, its working. Now we can connect to hive using camel -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Hive-tp5759189p5759242.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel-Hive

2014-11-18 Thread Claus Ibsen
ers")) > .to("jdbc:fromdatasource") > .convertBodyTo(String.class) >.to("file:/home/cloudera/Desktop/Sri") > .end(); > > Please help me. What to do? > > >

Re: Camel-Hive

2014-11-18 Thread smilevasu6
.to("jdbc:fromdatasource") .convertBodyTo(String.class) .to("file:/home/cloudera/Desktop/Sri") .end(); Please help me. What to do? -- View this message in context: http://camel.465427.n5.nabble.com/Cam

Re: Camel-Hive

2014-11-17 Thread Charles Moulliard
Hi Srinivas, As there is no camel-hive component available for the moment, you should encapsulate your HiveQL queries in an Bean Component ( http://camel.apache.org/bean.html). Regards, On Mon, Nov 17, 2014 at 7:50 AM, smilevasu6 wrote: > Hi, > > I am trying for camel-hive conn

Camel-Hive

2014-11-17 Thread smilevasu6
Hi, I am trying for camel-hive connection to fetch data from Hive table. Please any one help for the same. I am not able to fetch the information. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Hive-tp5759189.html Sent from the Camel - Users mailing list archive at