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.

May I use env variable in nifi.properties file?

avatar
Expert Contributor

Hello,

Let's say we have env variable HOSTNAME

May I set below in nifi.properties file?

nifi.web.http.host=$HOSTNAME

Thanks.

1 ACCEPTED SOLUTION

avatar

@Alvin Jin

No, that will not work.

View solution in original post

5 REPLIES 5

avatar

@Alvin Jin

No, that will not work.

avatar
Expert Contributor

Thanks. I am working on setup NiFi cluster in Kubernetes.

Any suggestions on that?

avatar
@Alvin Jin

What are K8s? A server type, an OS?

avatar
Master Mentor

@Alvin Jin

I am not familiar with what K8 is...

I suggest starting a new question rather then adding to this existing question so that it gets full exposure to the community.

I would also suggest providing as much detail as you can about the use case for your question.

Thanks,

Matt

avatar
Expert Contributor

Kubernetes(K8s) is a tool to deploy and manage Docker containers.

I'd like to manage NiFi docker containers in Kubernetes cluster.

I will create another topic for this. Thanks.