The Impala user docs are hopefully going to be added to the master
branch soon. THey are built using a tool called "dita-ot". I have
added it to the impala-setup repo that we tell new developers to use
to get their environment configured.

If you want to install this tool, you can manually follow the chef
recipe in that change to impala-setup:

UNZIP_LOCATION=$(mktemp -d)
cd "${UNZIP_LOCATION}"
wget 
https://github.com/dita-ot/dita-ot/releases/download/2.3.3/dita-ot-2.3.3.zip
unzip dita-ot-2.3.3.zip
sudo cp -r dita-ot-2.3.3 /opt/
cd ~
rm -rf "${UNZIP_LOCATION}"
echo 'PATH=/opt/dita-ot-2.3.3/bin:"${PATH}"' >> ~/.bashrc

Once the docs are in, I am anticipating sending a patch to add a
"make-docs.sh" or the like to $IMPALA_HOME/bin/. I may also add it to
buildall.sh

Reply via email to