You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flume.apache.org by Divya Gehlot <di...@gmail.com> on 2016/04/28 12:13:32 UTC

[ERROR:]Phoenix 4.4 Plugin for Flume 1.5

Hi,
I am trying to move data from hdfs to Phoenix
I downloaded the https://github.com/forcedotcom/phoenix/
and build the project as per instrunctions in Apache Phoenix site.
and placed the phoenix-3.0.0-SNAPSHOT-client.jar in
/flume/lib/phoenix-3.0.0-SNAPSHOT-client.jar

and When I am ruuning Flume

> bin/flume-ng agent -n phoenix-agent -c conf/ -f conf/phoenix-agent.conf
> -Dflume.root.logger=DEBUG,console


getting below error

 [ERROR -
> org.apache.flume.lifecycle.LifecycleSupervisor$MonitorRunnable.run(LifecycleSupervisor.java:253)]
> Unable to start SinkRunner: {
> policy:org.apache.flume.sink.DefaultSinkProcessor@71060c3e counterGroup:{
> name:null counters:{} } } - Exception follows.
> java.lang.IllegalArgumentException: Not a host:port pair: PBUF


Can any body help me in resolving the error .
Would really appreciate the help.


Thanks,
Divya

Re: [ERROR:]Phoenix 4.4 Plugin for Flume 1.5

Posted by Divya Gehlot <di...@gmail.com>.
Hi James ,
Thanks for the help.
To get the Flume Plugin for Apache Phoenix ,Do  I need to build Phoenix
project which have mentioned ?

Thanks,
Divy

On 28 April 2016 at 21:51, James Taylor <ja...@apache.org> wrote:

> Hi Divya,
> That's not the right URL from which to download as that's pre-Apache and
> more than two years old. Use this URL instead:
> https://phoenix.apache.org/download.html
>
> Thanks,
> James
>
>
> On Thursday, April 28, 2016, Divya Gehlot <di...@gmail.com> wrote:
>
>> Hi,
>> I am trying to move data from hdfs to Phoenix
>> I downloaded the https://github.com/forcedotcom/phoenix/
>> and build the project as per instrunctions in Apache Phoenix site.
>> and placed the phoenix-3.0.0-SNAPSHOT-client.jar in
>> /flume/lib/phoenix-3.0.0-SNAPSHOT-client.jar
>>
>> and When I am ruuning Flume
>>
>>> bin/flume-ng agent -n phoenix-agent -c conf/ -f conf/phoenix-agent.conf
>>> -Dflume.root.logger=DEBUG,console
>>
>>
>> getting below error
>>
>>  [ERROR -
>>> org.apache.flume.lifecycle.LifecycleSupervisor$MonitorRunnable.run(LifecycleSupervisor.java:253)]
>>> Unable to start SinkRunner: {
>>> policy:org.apache.flume.sink.DefaultSinkProcessor@71060c3e
>>> counterGroup:{ name:null counters:{} } } - Exception follows.
>>> java.lang.IllegalArgumentException: Not a host:port pair: PBUF
>>
>>
>> Can any body help me in resolving the error .
>> Would really appreciate the help.
>>
>>
>> Thanks,
>> Divya
>>
>>
>>
>>

Re: [ERROR:]Phoenix 4.4 Plugin for Flume 1.5

Posted by Divya Gehlot <di...@gmail.com>.
Hi James ,
Thanks for the help.
To get the Flume Plugin for Apache Phoenix ,Do  I need to build Phoenix
project which have mentioned ?

Thanks,
Divy

On 28 April 2016 at 21:51, James Taylor <ja...@apache.org> wrote:

> Hi Divya,
> That's not the right URL from which to download as that's pre-Apache and
> more than two years old. Use this URL instead:
> https://phoenix.apache.org/download.html
>
> Thanks,
> James
>
>
> On Thursday, April 28, 2016, Divya Gehlot <di...@gmail.com> wrote:
>
>> Hi,
>> I am trying to move data from hdfs to Phoenix
>> I downloaded the https://github.com/forcedotcom/phoenix/
>> and build the project as per instrunctions in Apache Phoenix site.
>> and placed the phoenix-3.0.0-SNAPSHOT-client.jar in
>> /flume/lib/phoenix-3.0.0-SNAPSHOT-client.jar
>>
>> and When I am ruuning Flume
>>
>>> bin/flume-ng agent -n phoenix-agent -c conf/ -f conf/phoenix-agent.conf
>>> -Dflume.root.logger=DEBUG,console
>>
>>
>> getting below error
>>
>>  [ERROR -
>>> org.apache.flume.lifecycle.LifecycleSupervisor$MonitorRunnable.run(LifecycleSupervisor.java:253)]
>>> Unable to start SinkRunner: {
>>> policy:org.apache.flume.sink.DefaultSinkProcessor@71060c3e
>>> counterGroup:{ name:null counters:{} } } - Exception follows.
>>> java.lang.IllegalArgumentException: Not a host:port pair: PBUF
>>
>>
>> Can any body help me in resolving the error .
>> Would really appreciate the help.
>>
>>
>> Thanks,
>> Divya
>>
>>
>>
>>

Re: [ERROR:]Phoenix 4.4 Plugin for Flume 1.5

Posted by James Taylor <ja...@apache.org>.
Hi Divya,
That's not the right URL from which to download as that's pre-Apache and
more than two years old. Use this URL instead:
https://phoenix.apache.org/download.html

Thanks,
James

On Thursday, April 28, 2016, Divya Gehlot <di...@gmail.com> wrote:

> Hi,
> I am trying to move data from hdfs to Phoenix
> I downloaded the https://github.com/forcedotcom/phoenix/
> and build the project as per instrunctions in Apache Phoenix site.
> and placed the phoenix-3.0.0-SNAPSHOT-client.jar in
> /flume/lib/phoenix-3.0.0-SNAPSHOT-client.jar
>
> and When I am ruuning Flume
>
>> bin/flume-ng agent -n phoenix-agent -c conf/ -f conf/phoenix-agent.conf
>> -Dflume.root.logger=DEBUG,console
>
>
> getting below error
>
>  [ERROR -
>> org.apache.flume.lifecycle.LifecycleSupervisor$MonitorRunnable.run(LifecycleSupervisor.java:253)]
>> Unable to start SinkRunner: {
>> policy:org.apache.flume.sink.DefaultSinkProcessor@71060c3e
>> counterGroup:{ name:null counters:{} } } - Exception follows.
>> java.lang.IllegalArgumentException: Not a host:port pair: PBUF
>
>
> Can any body help me in resolving the error .
> Would really appreciate the help.
>
>
> Thanks,
> Divya
>
>
>
>

Re: [ERROR:]Phoenix 4.4 Plugin for Flume 1.5

Posted by Gonzalo Herreros <gh...@gmail.com>.
Since you are moving data "to Phoenix", I guess that sink needs the
zookeeper host and port
Note that is not standard Flume but an extension so you need to check that
project documentation/examples about how to use it.

On 28 April 2016 at 11:40, Divya Gehlot <di...@gmail.com> wrote:

> Hi Gonzalo,
> Thanks for the help.
> I am just a day old to Flume
>
> Could you please help me which host/port  do I need to specify ?
>
> Thanks,
> Divya
>
>
>
> On 28 April 2016 at 18:31, Gonzalo Herreros <gh...@gmail.com> wrote:
>
>> Seems your agent config file doesn't specify the host/port for the Sink
>>
>> Gonzalo
>>
>> On 28 April 2016 at 11:13, Divya Gehlot <di...@gmail.com> wrote:
>>
>>> Hi,
>>> I am trying to move data from hdfs to Phoenix
>>> I downloaded the https://github.com/forcedotcom/phoenix/
>>> and build the project as per instrunctions in Apache Phoenix site.
>>> and placed the phoenix-3.0.0-SNAPSHOT-client.jar in
>>> /flume/lib/phoenix-3.0.0-SNAPSHOT-client.jar
>>>
>>> and When I am ruuning Flume
>>>
>>>> bin/flume-ng agent -n phoenix-agent -c conf/ -f conf/phoenix-agent.conf
>>>> -Dflume.root.logger=DEBUG,console
>>>
>>>
>>> getting below error
>>>
>>>  [ERROR -
>>>> org.apache.flume.lifecycle.LifecycleSupervisor$MonitorRunnable.run(LifecycleSupervisor.java:253)]
>>>> Unable to start SinkRunner: {
>>>> policy:org.apache.flume.sink.DefaultSinkProcessor@71060c3e
>>>> counterGroup:{ name:null counters:{} } } - Exception follows.
>>>> java.lang.IllegalArgumentException: Not a host:port pair: PBUF
>>>
>>>
>>> Can any body help me in resolving the error .
>>> Would really appreciate the help.
>>>
>>>
>>> Thanks,
>>> Divya
>>>
>>>
>>>
>>>
>>
>

Re: [ERROR:]Phoenix 4.4 Plugin for Flume 1.5

Posted by Divya Gehlot <di...@gmail.com>.
Hi Gonzalo,
Thanks for the help.
I am just a day old to Flume

Could you please help me which host/port  do I need to specify ?

Thanks,
Divya



On 28 April 2016 at 18:31, Gonzalo Herreros <gh...@gmail.com> wrote:

> Seems your agent config file doesn't specify the host/port for the Sink
>
> Gonzalo
>
> On 28 April 2016 at 11:13, Divya Gehlot <di...@gmail.com> wrote:
>
>> Hi,
>> I am trying to move data from hdfs to Phoenix
>> I downloaded the https://github.com/forcedotcom/phoenix/
>> and build the project as per instrunctions in Apache Phoenix site.
>> and placed the phoenix-3.0.0-SNAPSHOT-client.jar in
>> /flume/lib/phoenix-3.0.0-SNAPSHOT-client.jar
>>
>> and When I am ruuning Flume
>>
>>> bin/flume-ng agent -n phoenix-agent -c conf/ -f conf/phoenix-agent.conf
>>> -Dflume.root.logger=DEBUG,console
>>
>>
>> getting below error
>>
>>  [ERROR -
>>> org.apache.flume.lifecycle.LifecycleSupervisor$MonitorRunnable.run(LifecycleSupervisor.java:253)]
>>> Unable to start SinkRunner: {
>>> policy:org.apache.flume.sink.DefaultSinkProcessor@71060c3e
>>> counterGroup:{ name:null counters:{} } } - Exception follows.
>>> java.lang.IllegalArgumentException: Not a host:port pair: PBUF
>>
>>
>> Can any body help me in resolving the error .
>> Would really appreciate the help.
>>
>>
>> Thanks,
>> Divya
>>
>>
>>
>>
>

Re: [ERROR:]Phoenix 4.4 Plugin for Flume 1.5

Posted by Gonzalo Herreros <gh...@gmail.com>.
Seems your agent config file doesn't specify the host/port for the Sink

Gonzalo

On 28 April 2016 at 11:13, Divya Gehlot <di...@gmail.com> wrote:

> Hi,
> I am trying to move data from hdfs to Phoenix
> I downloaded the https://github.com/forcedotcom/phoenix/
> and build the project as per instrunctions in Apache Phoenix site.
> and placed the phoenix-3.0.0-SNAPSHOT-client.jar in
> /flume/lib/phoenix-3.0.0-SNAPSHOT-client.jar
>
> and When I am ruuning Flume
>
>> bin/flume-ng agent -n phoenix-agent -c conf/ -f conf/phoenix-agent.conf
>> -Dflume.root.logger=DEBUG,console
>
>
> getting below error
>
>  [ERROR -
>> org.apache.flume.lifecycle.LifecycleSupervisor$MonitorRunnable.run(LifecycleSupervisor.java:253)]
>> Unable to start SinkRunner: {
>> policy:org.apache.flume.sink.DefaultSinkProcessor@71060c3e
>> counterGroup:{ name:null counters:{} } } - Exception follows.
>> java.lang.IllegalArgumentException: Not a host:port pair: PBUF
>
>
> Can any body help me in resolving the error .
> Would really appreciate the help.
>
>
> Thanks,
> Divya
>
>
>
>

Re: [ERROR:]Phoenix 4.4 Plugin for Flume 1.5

Posted by James Taylor <ja...@apache.org>.
Hi Divya,
That's not the right URL from which to download as that's pre-Apache and
more than two years old. Use this URL instead:
https://phoenix.apache.org/download.html

Thanks,
James

On Thursday, April 28, 2016, Divya Gehlot <di...@gmail.com> wrote:

> Hi,
> I am trying to move data from hdfs to Phoenix
> I downloaded the https://github.com/forcedotcom/phoenix/
> and build the project as per instrunctions in Apache Phoenix site.
> and placed the phoenix-3.0.0-SNAPSHOT-client.jar in
> /flume/lib/phoenix-3.0.0-SNAPSHOT-client.jar
>
> and When I am ruuning Flume
>
>> bin/flume-ng agent -n phoenix-agent -c conf/ -f conf/phoenix-agent.conf
>> -Dflume.root.logger=DEBUG,console
>
>
> getting below error
>
>  [ERROR -
>> org.apache.flume.lifecycle.LifecycleSupervisor$MonitorRunnable.run(LifecycleSupervisor.java:253)]
>> Unable to start SinkRunner: {
>> policy:org.apache.flume.sink.DefaultSinkProcessor@71060c3e
>> counterGroup:{ name:null counters:{} } } - Exception follows.
>> java.lang.IllegalArgumentException: Not a host:port pair: PBUF
>
>
> Can any body help me in resolving the error .
> Would really appreciate the help.
>
>
> Thanks,
> Divya
>
>
>
>