Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

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.

Error while installing maven

avatar
New Member

When trying to install maven after cloning the iot-truck-streaming from git, I am getting the following error:

./iot-truck-streaming/setup/bin/install_maven.sh

--2016-07-16 01:59:03-- http://www.motorlogy.com/apache/maven/maven-3/3.2.5/binaries/apache-maven-3.2.5-bin.tar.gz Resolving www.motorlogy.com. 205.186.175.195 Connecting to www.motorlogy.com|205.186.175.195|:80. connected. HTTP request sent, awaiting response... 404 Not Found 2016-07-16 01:59:04 ERROR 404: Not Found. mv: cannot stat `apache-maven-3.2.5-bin.tar.gz': No such file or directory tar (child): /tmp/apache-maven-*-bin.tar.gz: Cannot open: No such file or directory tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not recoverable: exiting now mv: cannot stat `/root/apache-maven*': No such file or directory

Kindly suggest what steps to take, to proceed further.

1 ACCEPTED SOLUTION

avatar
Rising Star

Hi @Harish Padmaraju,

I updated the install_maven.sh script, so now it downloads the most up to date version of maven from the maven site. Here is a link to lab 0. Let me know if you come across any other issues.

http://hortonworks.com/hadoop-tutorial/realtime-event-processing-nifi-kafka-storm/#section_3

View solution in original post

3 REPLIES 3

avatar
Master Mentor

the install_maven.sh script is there for your convenience. You may install maven manually using directions from https://maven.apache.org/install.html

avatar
New Member

Thank you, will try it out.

avatar
Rising Star

Hi @Harish Padmaraju,

I updated the install_maven.sh script, so now it downloads the most up to date version of maven from the maven site. Here is a link to lab 0. Let me know if you come across any other issues.

http://hortonworks.com/hadoop-tutorial/realtime-event-processing-nifi-kafka-storm/#section_3