- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Tutorial-380 has one mistake
Created ‎06-02-2016 02:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As mentioned in https://community.hortonworks.com/questions/37192/error-no-package-python27-available-while-setting....the tutorial has been corrected.
