Does that mean that docs will be subject to the same RTC policy as the rest
of master? There seems to be a lot more churn in the docs content - did you
give any consideration to having them on a separate branch?

On 14 November 2016 at 13:37, 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
>



-- 
Henry Robinson
Software Engineer
Cloudera
415-994-6679

Reply via email to