Created on 10-26-2017 02:35 AM - edited 09-16-2022 05:26 AM
Hi , Am going through the demo " Realtime Event Processing in Hadoop with NiFi, Kafka and Storm"
While am downloading the demo am getting the below issue .
[root@sandbox ~]# git clone -b hdp25experiment https://github.com/james94/iot-truck-streaming Initialized empty Git repository in /root/iot-truck-streaming/.git/ error: The requested URL returned error: 403 Forbidden while accessing https://github.com/james94/iot-truck-streaming/info/refs fatal: HTTP request failed
Created 10-26-2017 02:37 AM
The "ioc-truck-streaming" repository seems to be moved to "hortonworks-gallery" git. So lease try this instead:
git clone https://github.com/hortonworks-gallery/iot-truck-streaming
Example:
[root@sandbox tmp]# git clone https://github.com/hortonworks-gallery/iot-truck-streaming Initialized empty Git repository in /tmp/iot-truck-streaming/.git/ remote: Counting objects: 1002, done. remote: Total 1002 (delta 0), reused 0 (delta 0), pack-reused 1001 Receiving objects: 100% (1002/1002), 3.08 MiB | 315 KiB/s, done. Resolving deltas: 100% (211/211), done.
.
Created 10-26-2017 06:28 PM
@jmedel @Edgar Orendain Can you guys provide more info?
Created 10-28-2017 04:01 AM
Thanks for not leaving the thread with out proper solution . @Rafael Coss
HCC rocks 🙂
Created 10-27-2017 10:47 PM
Hey @ashok koti, as you pointed out there was an issue with the reference github repo, but it should be resolved. Following the steps in the tutorial should work once again.
Let me know if you run into any other issues with the tutorial. 🙂
Created 10-28-2017 03:59 AM
Thanks a lot @Edgar Orendain.
Am able to clone it.