update readme for sahara-extra

Change-Id: I7f1a50ff040efa46e330d7f17715b423d0267e69
This commit is contained in:
Vitaly Gridnev 2016-09-09 13:22:05 +03:00
parent 728a106985
commit 2e26674615
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ Here is the list of components:
* Sources for Swift filesystem implementation for Hadoop: https://github.com/openstack/sahara-extra/blob/master/hadoop-swiftfs/README.rst
* Sources for main function wrapper that adapt for oozie: https://github.com/openstack/sahara-extra/blob/master/edp-adapt-for-oozie/README.rst
* Sources for main function wrapper that adapt for spark: https://github.com/openstack/sahara-extra/blob/master/edp-adapt-for-spark/README.rst
* `Diskimage-builder <https://github.com/openstack/diskimage-builder>`_ elements moved to the new repo: https://github.com/openstack/sahara-image-elements
Tools for building artifacts located in `tools dir <https://github.com/openstack/sahara-extra/tree/master/tools>`_.

View File

@ -20,7 +20,7 @@ case "${HADOOP_VERSION}" in
esac
echo "Install required packages"
sudo apt-get install -y maven openjdk-7-jdk
sudo apt-get install -y maven openjdk-8-jdk-headless
mvn --version
echo "Build hadoop-openstack library"