How do we change the Flume config file


1 Answer(s)


Hi Rashmi,

You can use any text file editor to made changes in the flume.conf to add access token and consumer key.

If you are using ubuntu desktop - you can use "gedit"

$ sudo gedit /path/of/flume/conf/flume.conf

If you are using ubuntu server - you can use the vi or nano editor

$ sudo vi /path/of/flume/conf/flume.conf
OR
$ sudo nano /path/of/flume/conf/flume.conf

If you want to learn about more about twitter project or commands, please refer your dezyre dashboard.

Hope this helps.

Thanks.