Re: Camel Hbase

2016-04-13 Thread VinothKR
, column family and value type are getting populated while CamelHBaseValue is not in it. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Hbase-tp5780953p5781022.html Sent from the Camel - Users mailing list archive at Nabble.com.

Camel Hbase

2016-04-12 Thread VinothKR
Hi Team, I'm using Camel Hbase component to put data into remote hbase but data is getting inserted with value as null. *Route*: 001 54321 *Data stored in table* 001 column=emp:empId, timestamp=1460498530077, value= *Camel Hbase version*: 2.13.2 The exchange headers

camel-hbase dependency inconsistency

2014-11-18 Thread Mark Webb
Sorry for the cross-post, I'm not sure if this is a ServiceMix or Camel problem. I am working on some data routes that will push data to HBase within ServiceMix. My development environment depends on Apache Camel 2.13.2, specifically the camel-hbase component version 2.13.2 depends on avro 1.5.3

Re: camel-hbase dependency inconsistency

2014-11-18 Thread Filippo Balicchia
that will push data to HBase within ServiceMix. My development environment depends on Apache Camel 2.13.2, specifically the camel-hbase component version 2.13.2 depends on avro 1.5.3. This is according to the dependency hierarchy that maven provides. I only have camel-base version 2.13.2 listed

Re: camel-hbase dependency inconsistency

2014-11-18 Thread Sobkowiak, Krzysztof
Hi Mark There was a problem with camel-avro included in ServiceMix 5.1.2 (https://issues.apache.org/jira/browse/CAMEL-7655). The same problem probably was for camel-hbase as it uses avro too. ServiceMix 5.1.4 includes the Camel version which fixes this problem. You should use the new version

Re: Camel-hbase : problem with qualifier id

2014-06-27 Thread Christian Müller
, but instead it gets the value of the breadcrumbID header which is ID-L83577-52983-1403687981986-0-1. Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Camel-hbase-problem-with-qualifier-id-tp5752781.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel-hbase : problem with qualifier id

2014-06-27 Thread Christian Müller
-- View this message in context: http://camel.465427.n5.nabble.com/Camel-hbase-problem-with-qualifier-id-tp5752781.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel-hbase : problem with qualifier id

2014-06-26 Thread Christian Müller
.465427.n5.nabble.com/Camel-hbase-problem-with-qualifier-id-tp5752781.html Sent from the Camel - Users mailing list archive at Nabble.com.

Camel-hbase : problem with qualifier id

2014-06-25 Thread A577127
the value of the breadcrumbID header which is ID-L83577-52983-1403687981986-0-1. Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Camel-hbase-problem-with-qualifier-id-tp5752781.html Sent from the Camel - Users mailing list archive at Nabble.com.

Camel-hbase : scan operation

2014-06-24 Thread A577127
Hello everybody, I'm new to camel. I'm using the camel-hbase component http://camel.apache.org/hbase.html and would like to perform a scan operation and get multiple rows with the producer. However I didn't find a way to do that with camel-hbase. If I create a route this way : I don't get

Re: Camel-hbase : scan operation

2014-06-24 Thread A577127
in context: http://camel.465427.n5.nabble.com/Camel-hbase-scan-operation-tp5752732p5752743.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Problems of camel-hbase component

2014-03-17 Thread Claus Ibsen
...@gmail.com: Ad 1) You can see the names in these classes https://github.com/apache/camel/blob/master/components/camel-hbase/src/main/java/org/apache/camel/component/hbase/HBaseConstants.java https://github.com/apache/camel/blob/master/components/camel-hbase/src/main/java/org/apache/camel

Re: Problems of camel-hbase component

2014-03-17 Thread liugang594 Liu
they are problems or not? Thanks 2014-03-14 22:54 GMT+08:00 Claus Ibsen claus.ib...@gmail.com: Ad 1) You can see the names in these classes https://github.com/apache/camel/blob/master/components/camel-hbase/src/main/java/org/apache/camel/component/hbase/HBaseConstants.java

Re: Problems of camel-hbase component

2014-03-16 Thread liugang594 Liu
OK, thank you. BTW, how about Point 3 and Point 4? do you think they are problems or not? Thanks 2014-03-14 22:54 GMT+08:00 Claus Ibsen claus.ib...@gmail.com: Ad 1) You can see the names in these classes https://github.com/apache/camel/blob/master/components/camel-hbase/src/main/java/org

Problems of camel-hbase component

2014-03-14 Thread liugang594 Liu
Hi All: I'm tring camel-hbase component, and I did follow the guide page http://camel.apache.org/hbase.html . I have some questions here: 1. Header Mapping Options for example, the 'rowId' options, the name should be 'CamelHBaseRowId' ,right (same for others)? 2. Examples it says we can specify

Re: Problems of camel-hbase component

2014-03-14 Thread Claus Ibsen
Hi Ad 2) Yeah that is a mistake on the example. You should have 2 as prefix on the header name, for the 2nd header, and 3 for the 3rd, and 4 for the 4th and so on. On Fri, Mar 14, 2014 at 9:51 AM, liugang594 Liu clevers...@gmail.com wrote: Hi All: I'm tring camel-hbase component, and I did

Re: Problems of camel-hbase component

2014-03-14 Thread Claus Ibsen
Ad 1) You can see the names in these classes https://github.com/apache/camel/blob/master/components/camel-hbase/src/main/java/org/apache/camel/component/hbase/HBaseConstants.java https://github.com/apache/camel/blob/master/components/camel-hbase/src/main/java/org/apache/camel/component/hbase

[Blog] I wrote a tutorial for Camel HBase, Stargate and Yahoo

2012-01-05 Thread Sol Ido
/15341612892/combine-yahoo-finance-and-hbase-using-camel-and-rest Robbie -- View this message in context: http://camel.465427.n5.nabble.com/Blog-I-wrote-a-tutorial-for-Camel-HBase-Stargate-and-Yahoo-tp5122411p5122411.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: [Blog] I wrote a tutorial for Camel HBase, Stargate and Yahoo

2012-01-05 Thread Babak Vahdat
.nabble.com/Blog-I-wrote-a-tutorial-for-Camel-HBase-Stargate-and-Yahoo-tp5122411p5122411.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: [Blog] I wrote a tutorial for Camel HBase, Stargate and Yahoo

2012-01-05 Thread Claus Ibsen
-yahoo-finance-and-hbase-using-camel-and-rest http://tech.robbieone.com/post/15341612892/combine-yahoo-finance-and-hbase-using-camel-and-rest Robbie -- View this message in context: http://camel.465427.n5.nabble.com/Blog-I-wrote-a-tutorial-for-Camel-HBase-Stargate-and-Yahoo-tp5122411p5122411

Re: [Blog] I wrote a tutorial for Camel HBase, Stargate and Yahoo

2012-01-05 Thread Sol Ido
/Blog-I-wrote-a-tutorial-for-Camel-HBase-Stargate-and-Yahoo-tp5122411p5122950.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: [Blog] I wrote a tutorial for Camel HBase, Stargate and Yahoo

2012-01-05 Thread Claus Ibsen
Sure thing. I have changed your name. Glad the book was a help for you. Looking forward to the next blog ;) Thank you ! -- View this message in context: http://camel.465427.n5.nabble.com/Blog-I-wrote-a-tutorial-for-Camel-HBase-Stargate-and-Yahoo-tp5122411p5122950.html Sent from the Camel