Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Tutorial-380 has one mistake

avatar

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?

1 ACCEPTED SOLUTION

avatar
Master Guru
2 REPLIES 2

avatar

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

avatar
Master Guru