[ 
https://issues.apache.org/jira/browse/FLUME-2736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14614818#comment-14614818
 ] 

swayam commented on FLUME-2736:
-------------------------------

Here is my config file info .Please help me to get the data from flipkart :
###############################################
# Name the components on this agent
################################################

agent1.sources = source1
agent1.sinks = sink1
agent1.channels = channel1

################################################
# Describe Source
################################################

# Source Http
agent1.sources.source1.type = org.apache.flume.source.http.HTTPSource
agent1.sources.source1.port = 5140
agent1.sources.source1.handler = org.apache.flume.http.JSONHandler
agent1.sources.source1.handler.nickname = json handler

################################################
# Describe Sink
################################################

# Sink Logger
agent1.sinks.sink1.type = logger

################################################
# Describe Channel
################################################

# Channel Memory
agent1.channels.channel1.type = memory
agent1.channels.channel1.capacity = 1000
agent1.channels.channel1.transactionCapactiy = 100

################################################
# Bind the source and sink to the channel
################################################

agent1.sources.source1.channels = channel1
agent1.sinks.sink1.channel = channel1

> issue in exporting flipkart data from web url to HDFS
> -----------------------------------------------------
>
>                 Key: FLUME-2736
>                 URL: https://issues.apache.org/jira/browse/FLUME-2736
>             Project: Flume
>          Issue Type: Task
>          Components: Sinks+Sources
>    Affects Versions: v1.5.0
>            Reporter: swayam
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Dear Team,
> I am trying to export the flipkart's json formatted data from URL 
>  
> "https://affiliate-api.flipkart.net/affiliate/api/31873d12df9e46499e535333fdee9dad.json";.
> Please help us .
> Thanks 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to