Created 06-02-2016 02:23 PM
As called out in https://community.hortonworks.com/questions/37192/error-no-package-python27-available-while-setting....
running the command will not complete successfully:
yum install python27
This is because a dependency in the tutorial uses capital "SCL" instead of lowercase "scl"
yum install centos-release-SCL
This will fail with a package not found. If we change this to centos-release-scl, the package downloads, installs and then we can successfully run
yum install python27
Is this the right place to put this error for correction?
Created 06-25-2016 01:53 AM
As mentioned in https://community.hortonworks.com/questions/37192/error-no-package-python27-available-while-setting....the tutorial has been corrected.
Created 06-07-2016 06:58 AM
If you want to contribute to a bug either report a bug or make a contribution please follow the Contribution Guide
https://github.com/hortonworks/tutorials/wiki
@Robert Hryniewicz Ryan has an update for the USING IPYTHON NOTEBOOK WITH APACHE SPARK
Created 06-25-2016 01:53 AM
As mentioned in https://community.hortonworks.com/questions/37192/error-no-package-python27-available-while-setting....the tutorial has been corrected.