Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

unable to download download the demo project

avatar
Explorer

Hi , Am going through the demo " Realtime Event Processing in Hadoop with NiFi, Kafka and Storm"

https://hortonworks.com/tutorial/realtime-event-processing-in-hadoop-with-nifi-kafka-and-storm/secti...

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

1 ACCEPTED SOLUTION

avatar
Master Mentor

@ashok koti

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.

.

View solution in original post

13 REPLIES 13

avatar

@jmedel @Edgar Orendain Can you guys provide more info?

avatar
Explorer

Thanks for not leaving the thread with out proper solution . @Rafael Coss

HCC rocks 🙂

avatar

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. 🙂

avatar
Explorer

Thanks a lot @Edgar Orendain.

Am able to clone it.