Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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?