December 2015
Beginner to intermediate
122 pages
2h 23m
English
We have a few more small things to address before we run the topology:
logconfig.ini file from the second example in Chapter 3, Introducing Petrel, to this topology's directory.setup.sh. Petrel will package this script with the topology and run it at startup. This script installs the third-party Python libraries used by the topology. The file looks like this:pip install -U pip pip install nltk==3.0.1 oauthlib==0.7.2 tweepy==3.2.0
manifest.txt with these two lines:logconfig.ini setup.sh
sudo apt-get install redis-serverRead now
Unlock full access