I am using google composer
.
How can we install hadoopy in google composer environment
.
This page has steps for installing hadoopy in Linux machine
Github Clone
git clone https://github.com/bwhite/hadoopy.git
cd hadoopy
sudo python setup.py install
PIP installation
sudo pip install -e git+https://github.com/bwhite/hadoopy#egg=hadoopy
I am not getting how to install this in Google Composer Environment