-3

I installed Oracle Virtual Machine and inside that did Hortonworks set up.

Now I am trying to install Kafka in it. When I fetch file using wget it got installed.

How can I see in which location the file saved.
And how to call it from Virtual Box.
How can I see all dependencies has install which required for KAFKA like

Java, scala,zookeeper

Please help Thanks

Phantômaxx
  • 36,442
  • 21
  • 78
  • 108
TULSI
  • 127
  • 8

1 Answers1

0

Not sure why you're using wget when Ambari should be installing components for you.

Hortonworks installs all libraries under /usr/hdp/current

There should be a Kafka folder there

However, it's recommended you use Ambari to configure those resources, and all Kafka CLI tools should be on your path already

OneCricketeer
  • 126,858
  • 14
  • 92
  • 185