I'd like to use the kite-dataset tool on BigInsights on cloud, and have installed it on the mastermanager node in my home folder as per the installation instructions:
curl http://central.maven.org/maven2/org/kitesdk/kite-tools/1.0.0/kite-tools-1.0.0-binary.jar -o kite-dataset
chmod +x kite-dataset
However, when I try to run it, I get:
$ ./kite-dataset
ERROR: Cannot find Hadoop installation!
You can fix this warning by setting HADOOP_HOME
Where should this variable point to on BigInsights on Cloud?