Created 07-16-2016 02:04 AM
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.
Created 07-21-2016 08:00 PM
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
Created 07-16-2016 02:20 AM
the install_maven.sh script is there for your convenience. You may install maven manually using directions from https://maven.apache.org/install.html
Created 07-21-2016 03:20 AM
Thank you, will try it out.
Created 07-21-2016 08:00 PM
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