If you are trying to install maven2 that comes shipped with your ubutnu 11.10, and it is not working as intended you can try following steps to install maven3 :
1 - First of all add the repository for maven3. Use following command for this -
$ sudo add-apt-repository ppa:natecarlson/maven3
2 - Now update the repositories -
$ sudo apt-get update
3 - Finally install maven3 -
$ sudo apt-get install maven3
NOTE : To check whether installation was done properly or not, issue the following
command -
$ mvn --version
Subscribe to:
Post Comments (Atom)
How to work with Avro data using Apache Spark(Spark SQL API)
We all know how cool Spark is when it comes to fast, general-purpose cluster computing. Apart from the core APIs Spark also provides a rich ...
-
HBase shell is great, specially while getting yourself familiar with HBase. It provides lots of useful shell commands using which you ca...
-
Hive is a wonderful tool for those who like to perform batch operations to process their large amounts of data residing on a Hadoop cluster ...
-
SSH (Secure Shell) is a network protocol secure data communication, remote shell services or command execution and other secure network ser...
No comments:
Post a Comment