Flume to read facebook page/feed/post

笑着哭i 提交于 2019-12-11 06:34:52

问题


Anyone knows how to use flume so that it's reads data from a Facebook page?

Actually I want to have a flume agent that reads a specific Facebook page and extracts all the information such as post/feed and push the data into Hadoop databases.


回答1:


As mentioned in Flume Streaming Data from Facebook. The sentiment_analysis project has an overview containing the following:

1) Sample PHP code for the Facebook HTTP gets and posts

2) Flume configuration for a Facebook HTTP Source

3) The flume agent

4) A INI file for the Facebook PHP code

5) DDL for a Facebook hive table



来源:https://stackoverflow.com/questions/38857077/flume-to-read-facebook-page-feed-post

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!