183k views
0 votes
Which environmental variable needs to be set to properly start Zookeeper?

A) ZOOKEEPER_HOME
B) JAVA_HOME
C) HADOOP_HOME
D) SPARK_HOME

User Brian D
by
7.4k points

1 Answer

2 votes

Final answer:

The environmental variable that needs to be set to properly start Zookeeper is ZOOKEEPER_HOME.

Step-by-step explanation:

The environmental variable that needs to be set to properly start Zookeeper is ZOOKEEPER_HOME. This variable should be set to the directory where Zookeeper is installed.

Zookeeper is an open-source distributed coordination service. It is typically used in distributed systems to manage and coordinate the nodes in a cluster.

Setting the ZOOKEEPER_HOME variable ensures that the system knows where to find the Zookeeper installation when starting the service.

User Rene Padillo
by
8.2k points