Support Questions

Find answers, ask questions, and share your expertise

Error while installing maven

avatar
New Contributor

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 Contributor

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