Also, the subject of the this email should be "New tool for building Impala DOCS: dita-ot". The build of everything else should remain the same.
On Mon, Nov 14, 2016 at 1:37 PM, Jim Apple <[email protected]> wrote: > 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
