blob: 37d8f355b6048381057d20b22d2516cb5495f0d0 [file] [log] [blame]
% Licensed to the Apache Software Foundation (ASF) under one or more
% contributor license agreements. See the NOTICE file distributed with
% this work for additional information regarding copyright ownership.
% The ASF licenses this file to You under the Apache License, Version 2.0
% (the "License"); you may not use this file except in compliance with
% the License. You may obtain a copy of the License at
%
% http://www.apache.org/licenses/LICENSE-2.0
%
% Unless required by applicable law or agreed to in writing, software
% distributed under the License is distributed on an "AS IS" BASIS,
% WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
% See the License for the specific language governing permissions and
% limitations under the License.
\documentclass[11pt]{report}
\title{Apache Accumulo User Manual\\
Version 1.6}
\newcommand\frontmatter{%
\cleardoublepage
%\@mainmatterfalse
\pagenumbering{roman}}
\newcommand\mainmatter{%
\cleardoublepage
% \@mainmattertrue
\pagenumbering{arabic}}
\usepackage{alltt}
\usepackage{multirow}
\usepackage{graphicx}
\usepackage[T1]{fontenc}
\usepackage{ulem}
\renewcommand{\ttdefault}{txtt}
\setlength{\textwidth}{6.25in}
\evensidemargin=0in
\oddsidemargin=0in
\usepackage{parskip}
\usepackage{hyperref}
\newenvironment{shellcommands}[0]
{\ttfamily \begin{flushleft} \setlength{\parindent}{0cm} \setlength{\parskip}{12mm} \hangindent=1cm}
{\end{flushleft} \setlength{\parindent}{7mm} \hangindent=0cm \normalfont}
\begin{document}
\frontmatter
\maketitle
\tableofcontents
\mainmatter
\include{chapters/introduction}
\include{chapters/design}
\include{chapters/shell}
\include{chapters/clients}
\include{chapters/development_clients}
\include{chapters/table_configuration}
\include{chapters/table_design}
\include{chapters/high_speed_ingest}
\include{chapters/analytics}
\include{chapters/security}
\include{chapters/implementation}
\include{chapters/ssl}
\include{chapters/administration}
\include{chapters/multivolume}
\include{chapters/troubleshooting}
\appendix
\include{appendices/config}
\end{document}