Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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
Not applicable

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