Questions tagged [flume-twitter]

Apache Flume that connects to Twitter firehose.

Requires the consumer and access tokens and secrets of a Twitter developer account to access.

Flume-Twitter

79 questions
0
votes
0 answers

Apache spark with apache flume integration

How Spark Streaming can be configured to receive input data from Flume in Java?. (I am stuck in the code) Here is my code: public static void main(String[] args) { Duration batchInterval = new Duration(2000); System.out.println("-Starting Spark…
TEJASHWINI s
  • 25
  • 2
  • 7
0
votes
1 answer

Unable to stream twitter data using flume

bin/flume-ng agent –conf ./conf/ -f conf/flume-twitter.conf -Dflume.root.logger=DEBUG,console -n TwitterAgent When I run the above command it doesn't start streaming and generate following errors INFO twitter4j.TwitterStreamImpl: 404:The URI…
0
votes
1 answer

unable to download data from twitter through flume

bin/flume-ng agent -n TwitterAgent --conf ./conf/ -f conf/flume-twitter.conf -Dflume.root.logger=DEBUG,console When I run the above command it generate the following errors: 2016-05-06 13:33:31,357 (Twitter Stream consumer-1[Establishing…
umer safeer
  • 69
  • 2
  • 16
0
votes
1 answer

Apache Flume not Proceeding with Twitter Stream

Trying to get Apache Flume tweets in HortonWorks. (Using Tutorial Point Reference) Flume configured right. Here is flume.conf TwitterAgent.sources = Twitter TwitterAgent.channels = MemChannel TwitterAgent.sinks =…
0
votes
0 answers

java.io.IOException: Incomplete HDFS URI

I am unable to find the HDFS path and save the log files of Twitter. Also it gives two warnings. WARN: HBASE_HOME not found WARN: HIVE_HOME not found The error is: java.io.IOException: Incomplete HDFS URI, no host:…
srk
  • 599
  • 1
  • 6
  • 17
0
votes
1 answer

Any idea about how to install flume with hadoop in windows?

I install hadoop in c:\hadoop2.5.2 and then unzip flume binary file in it under c:\hadop2.5.2\apache-flume-1.6.0 I am getting the error as shown below any idea ? C:\hadoop2.5.2\apache-flume-1.6.0\bin>flume-ng agent -conf -f conf/flume-twitter.conf…
srk
  • 599
  • 1
  • 6
  • 17
0
votes
1 answer

Error while streaming twitter data

I am using CDH 4.7 and trying to download streaming twitter data into hadoop using flume. I am executing following command. But it showing some permission denied issue in /user/flume path. How to resolve this issue? [cloudera@localhost flume-ng]$…
Wanderer
  • 447
  • 3
  • 11
  • 20
0
votes
1 answer

how can i bring data from static websites to HDFS?

What are the other available framework like spring XD, Flume for that? Which one is the best among; please advise steps to bring data.
Biyu
  • 513
  • 1
  • 5
  • 30
0
votes
0 answers

Flume Fetching Twitter Data

While fetching the Twitter data through Flume, when I start the agent, I got the following error: Unable to start EventDrivenSourceRunner: { source:com.cloudera.flume.source.TwitterSource{name:Twitter,state:IDLE} } - Exception…
Ashish Singh
  • 51
  • 2
  • 8
0
votes
2 answers

Sentiment Analysis of Twitter

Sir I want to do the sentiments analysis of twitter data using Apache hive , flume Now I have a twitter account and i have set the conf file .But the problem is with format of data . it is not loading in hive .Kindly help me, I am working in it for…
rahul
  • 31
  • 1
  • 6
0
votes
0 answers

Flume got stopped with lifecycle.LifecycleSupervisor

i am trying to sink twitter data into hbase through flume .Flume process got stopped with below information 15/08/04 10:11:59 INFO lifecycle.LifecycleSupervisor: Stopping lifecycle supervisor 10 This is my…
user875921
  • 11
  • 5
0
votes
1 answer

Flume-twitter streaming API

I am new to flume, I have used flume to stream data from twitter using the search API. But the twitter json has the "geo" key set to null. So is there a way to get the twitter data using Streaming API in Flume.?
Hussain Shaik
  • 117
  • 1
  • 4
  • 11
0
votes
0 answers

streaming twitter data into hadoop using flume into a HDFS sink

I installed Flume, to run cloudera's twitter sentiment analysis when I run twitter.conf by this command bin/flume-ng agent start --conf conf/ -f conf/twitter.conf -Dflume.root.logger=DEBUG,console -n TwitterAgent I tried changing the command, I…
Gautham Kumaran
  • 421
  • 5
  • 15
-1
votes
1 answer

Map-only job is not running. Stuck at Running job

I have streamed data through Apache Flume and the data has been stored in a temp file in my hdfs folder at: user/*****/tweets/FlumeData.1643626732852.tmp Now I am trying to run a mapper only job which will be pre-processing the job by way of url…
Daremitsu
  • 545
  • 2
  • 8
  • 24
-1
votes
1 answer

How to parse flume events with java (Twitter Source)

I am trying to fetch twitter events with flume and store them in a tree data structure, that I have created, in order to aggregate these events. I can start the flume agent in my local machine, using flume node Application, from Java. In my…
Evagg
  • 1