You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flume.apache.org by Jose Miguel Barone Mattos <jm...@gmail.com> on 2016/11/17 16:33:40 UTC

HttpCore library

Hi, i'm using httclient library to call a rest service from a custom sink
in the last stable version of Flume (1.7.0)

I needed to update the httcore version included in Flume from 4.1.3 to
4.2.1 because is the version that maven shows me as the right version to
httclient 4.2.1 (also included in Flume).

With the included 4.1.3 my custom sink doesn't work and with 4.2.1 works
flawless.

So, this is a "warning" about the right version to include in Flume.
Thanks and continue with the great work with Flume.

Re: HttpCore library

Posted by Jose Miguel Barone Mattos <jm...@gmail.com>.
Hi Bessenyel.

The HTTP Sink it is a great new feature, but not what i needed to do. I
need to call a rest service inside a custom sink, that is why i use
httpclient library.
I see in your pom that you include the httpclient 4.2.1 and in the lib
folder that is correct: httpclient-4.2.1.jar.
The problem is whit a dependency, httpcore, and the lib folder has the
4.1.3 version ... that's my problem ... when i upgrade the httpcore library
to 4.2.1 version everything goes well.

I don't know if this must be "fixed" or not, i'm warning the situation at
first.
Thanks.



El jue., 17 de nov. de 2016 a la(s) 13:51, Bessenyei Balázs Donát <
bessbd@apache.org> escribió:

> Hi Jose,
>
> I'm not sure I get the use case perfectly, but there is an ongoing
> development for a HTTP sink: https://github.com/apache/flume/pull/84
> Do you think that is relevant for this issue?
>
> Btw, looking at
>
> https://github.com/apache/flume/blob/bb0eba0b2000bbd0ec6602f6221279412cc208b4/pom.xml#L967
> , it seems like 4.2.1 is included.
>
> If you have fixed something in Flume, can you please send a patch or
> open a pull request at https://github.com/apache/flume/pulls ? (A pull
> request would be greatly appreciated.)
>
>
> Thank you,
>
> Donat
>
> 2016-11-17 17:33 GMT+01:00 Jose Miguel Barone Mattos <
> jmiguelbarone@gmail.com>:
> > Hi, i'm using httclient library to call a rest service from a custom
> sink in
> > the last stable version of Flume (1.7.0)
> >
> > I needed to update the httcore version included in Flume from 4.1.3 to
> 4.2.1
> > because is the version that maven shows me as the right version to
> httclient
> > 4.2.1 (also included in Flume).
> >
> > With the included 4.1.3 my custom sink doesn't work and with 4.2.1 works
> > flawless.
> >
> > So, this is a "warning" about the right version to include in Flume.
> > Thanks and continue with the great work with Flume.
> >
> >
> >
>

Re: HttpCore library

Posted by Jose Miguel Barone Mattos <jm...@gmail.com>.
Hi Bessenyel.

The HTTP Sink it is a great new feature, but not what i needed to do. I
need to call a rest service inside a custom sink, that is why i use
httpclient library.
I see in your pom that you include the httpclient 4.2.1 and in the lib
folder that is correct: httpclient-4.2.1.jar.
The problem is whit a dependency, httpcore, and the lib folder has the
4.1.3 version ... that's my problem ... when i upgrade the httpcore library
to 4.2.1 version everything goes well.

I don't know if this must be "fixed" or not, i'm warning the situation at
first.
Thanks.



El jue., 17 de nov. de 2016 a la(s) 13:51, Bessenyei Balázs Donát <
bessbd@apache.org> escribió:

> Hi Jose,
>
> I'm not sure I get the use case perfectly, but there is an ongoing
> development for a HTTP sink: https://github.com/apache/flume/pull/84
> Do you think that is relevant for this issue?
>
> Btw, looking at
>
> https://github.com/apache/flume/blob/bb0eba0b2000bbd0ec6602f6221279412cc208b4/pom.xml#L967
> , it seems like 4.2.1 is included.
>
> If you have fixed something in Flume, can you please send a patch or
> open a pull request at https://github.com/apache/flume/pulls ? (A pull
> request would be greatly appreciated.)
>
>
> Thank you,
>
> Donat
>
> 2016-11-17 17:33 GMT+01:00 Jose Miguel Barone Mattos <
> jmiguelbarone@gmail.com>:
> > Hi, i'm using httclient library to call a rest service from a custom
> sink in
> > the last stable version of Flume (1.7.0)
> >
> > I needed to update the httcore version included in Flume from 4.1.3 to
> 4.2.1
> > because is the version that maven shows me as the right version to
> httclient
> > 4.2.1 (also included in Flume).
> >
> > With the included 4.1.3 my custom sink doesn't work and with 4.2.1 works
> > flawless.
> >
> > So, this is a "warning" about the right version to include in Flume.
> > Thanks and continue with the great work with Flume.
> >
> >
> >
>

Re: HttpCore library

Posted by Bessenyei Balázs Donát <be...@apache.org>.
Hi Jose,

I'm not sure I get the use case perfectly, but there is an ongoing
development for a HTTP sink: https://github.com/apache/flume/pull/84
Do you think that is relevant for this issue?

Btw, looking at
https://github.com/apache/flume/blob/bb0eba0b2000bbd0ec6602f6221279412cc208b4/pom.xml#L967
, it seems like 4.2.1 is included.

If you have fixed something in Flume, can you please send a patch or
open a pull request at https://github.com/apache/flume/pulls ? (A pull
request would be greatly appreciated.)


Thank you,

Donat

2016-11-17 17:33 GMT+01:00 Jose Miguel Barone Mattos <jm...@gmail.com>:
> Hi, i'm using httclient library to call a rest service from a custom sink in
> the last stable version of Flume (1.7.0)
>
> I needed to update the httcore version included in Flume from 4.1.3 to 4.2.1
> because is the version that maven shows me as the right version to httclient
> 4.2.1 (also included in Flume).
>
> With the included 4.1.3 my custom sink doesn't work and with 4.2.1 works
> flawless.
>
> So, this is a "warning" about the right version to include in Flume.
> Thanks and continue with the great work with Flume.
>
>
>

Re: HttpCore library

Posted by Bessenyei Balázs Donát <be...@apache.org>.
Hi Jose,

I'm not sure I get the use case perfectly, but there is an ongoing
development for a HTTP sink: https://github.com/apache/flume/pull/84
Do you think that is relevant for this issue?

Btw, looking at
https://github.com/apache/flume/blob/bb0eba0b2000bbd0ec6602f6221279412cc208b4/pom.xml#L967
, it seems like 4.2.1 is included.

If you have fixed something in Flume, can you please send a patch or
open a pull request at https://github.com/apache/flume/pulls ? (A pull
request would be greatly appreciated.)


Thank you,

Donat

2016-11-17 17:33 GMT+01:00 Jose Miguel Barone Mattos <jm...@gmail.com>:
> Hi, i'm using httclient library to call a rest service from a custom sink in
> the last stable version of Flume (1.7.0)
>
> I needed to update the httcore version included in Flume from 4.1.3 to 4.2.1
> because is the version that maven shows me as the right version to httclient
> 4.2.1 (also included in Flume).
>
> With the included 4.1.3 my custom sink doesn't work and with 4.2.1 works
> flawless.
>
> So, this is a "warning" about the right version to include in Flume.
> Thanks and continue with the great work with Flume.
>
>
>