Creating a single node instance of MapR in ubuntu.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Navigate to this Folder | |
cd /etc/apt | |
# Edit sources.list file and add the MapR repositories into it. | |
vi sources.list | |
# Add MapR repo entries below | |
deb http://package.mapr.com/releases/v2.1.2/ubuntu/ mapr optional | |
deb http://package.mapr.com/releases/ecosystem/ubuntu binary/ | |
# Update repo | |
sudo apt-get update | |
# install Map-r hadoop | |
sudo apt-get install mapr-single-node |
No comments:
Post a Comment