Support Questions

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

how to find flume installed directory in hdp cluster?

avatar
Rising Star

how can I find the Flume installard directory in HDP cluster.

1 ACCEPTED SOLUTION

avatar
Master Mentor

@Ravikiran Dasari

You can login to Ambari UI and then navigate t following:

Flume --> Configs --> Advanced flume-env

.

In the above place you will find useful flume attributes like "flume_conf_dir" (by default points to "/etc/flume/conf").

Other useful directories will be the following:

# ls -l /usr/hdp/current/flume-server/
bin/   conf/  docs/  lib/   tools/ 

.

View solution in original post

2 REPLIES 2

avatar
Master Mentor

@Ravikiran Dasari

You can login to Ambari UI and then navigate t following:

Flume --> Configs --> Advanced flume-env

.

In the above place you will find useful flume attributes like "flume_conf_dir" (by default points to "/etc/flume/conf").

Other useful directories will be the following:

# ls -l /usr/hdp/current/flume-server/
bin/   conf/  docs/  lib/   tools/ 

.

avatar
Rising Star
@Jay Kumar SenSharma

Thank u.. do u have any idea abt installation of NiFi on HDP cluster?