- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
moving data from kafka to hdfs
- Labels:
-
Apache Kafka
-
Apache Spark
-
HDFS
Created ‎05-15-2020 05:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I need a Help i have two question please
1-how I can transform the data from apache kafka to hdfs????
2-how I can transform the data from apache kafka to SparkStreming????
thank you
Created ‎05-18-2020 12:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can use flume or nifi to publish data from kafka to nifi:
a. Using flume
Kafka Source -> Flume -> HDFS
b. Using Nifi:
Configure PublishKafka processor --> PutHdfs processor
And to integrate kafka for spark streaming you need to build spark streaming job, refer the below doc. for more details:
Created ‎05-18-2020 12:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can use flume or nifi to publish data from kafka to nifi:
a. Using flume
Kafka Source -> Flume -> HDFS
b. Using Nifi:
Configure PublishKafka processor --> PutHdfs processor
And to integrate kafka for spark streaming you need to build spark streaming job, refer the below doc. for more details:
