[
https://issues.apache.org/jira/browse/FLUME-2618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14315933#comment-14315933
]
ASF GitHub Bot commented on FLUME-2618:
---------------------------------------
GitHub user schmiegelow opened a pull request:
https://github.com/apache/flume/pull/11
added ProxySupport for TwitterSource
This is a fix proposal for the following issue
https://issues.apache.org/jira/browse/FLUME-2618
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/schmiegelow/flume trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flume/pull/11.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #11
----
commit e2d5294600c48d012f030f7ef8e4c76e6c3cd055
Author: Erik Schmiegelow <[email protected]>
Date: 2015-02-11T09:38:33Z
added ProxySupport for TwitterSource
----
> Provide Proxy Support for TwitterSource
> ---------------------------------------
>
> Key: FLUME-2618
> URL: https://issues.apache.org/jira/browse/FLUME-2618
> Project: Flume
> Issue Type: Improvement
> Components: Sinks+Sources
> Affects Versions: v1.5.1
> Reporter: Erik Schmiegelow
> Fix For: v1.6.0
>
>
> TwitterSource lacks the ability to configure a proxy to access Twitter's API.
> As Twitter4j allows explicit proxy configuration, TwitterSource should pass
> on the properties through Context.
> The properties exposed should be:
> http.proxyHost HTTP proxy server host name null
> http.proxyPort HTTP proxy server port null
> http.proxyUser HTTP proxy server user name null
> http.proxyPassword HTTP proxy server password null
> as specified in http://twitter4j.org/en/configuration.html#HTTP connection
> I
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)