You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.
To test this, you'll need to set up Flume in
Pseudo-distributed mode. First, run a master node using:
flume master
You can check that this is running by accessing the master node configuration page. You should then start a
slave node using:
flume node_nowatch
Verify that this is running correctly by accessing the admin page.
Go back to the master node configuration page and click on the
config link to configure a node. In the dropdown labelled 'Configure node:' select the IP of
your local host. For 'Source:', enter 'text("/Users/bwmcadams/code/mongodb/mongo-hadoop/examples/pigtutorial/resources/excite-small.log")'.
For 'Sink:', enter 'mongoDBSink("mongodb://localhost/test.flume")'.