Guest post by Kumar Chinnakali
Big Data is problem statement and it can be solved with one of the tools like Apache Hadoop. But having Apache Hadoop as infra to do our proof of concepts, proof of values is little challenging. Hence we brought 3 click ideas to have your Apache Hadoop installed.
What is Perquisite?
- Ubuntu 14.04
- Internet Connection
Can I have the Script? Yes
How can I do this?
Click 1:-To make the script file executable run the following command
sed -i -e ‘s/\r$//’ 3clicks.sh
Click 2:-Give full permission to script for read and write:-
sudo chmod 777 3clicks.sh
Click 3:-Run the script
./3clicks.sh
//**Wait for few minutes your Hadoop will be automatically installed
//**Happy Hadooping !
Can I understand that? Yes
- First we updated the source list of Ubuntu 14.04 O.S. by and then we moved for second step
[email protected]$ sudo apt-get update \
Replies