Skip to content

Commit

Permalink
whitepaper: remove use of the vldb.cls file
Browse files Browse the repository at this point in the history
Per LEGAL-238, use of this file is in enough of a legal grey area that it's not
worth worrying about it. We don't really care about using the VLDB template
exactly (since this isn't a format VLDB submission), so this commit just
switches to using a built-in article document class.

I tweaked the margins and widths a bit so that the diagrams and tables still
render in a reasonable-looking way.

Change-Id: I5c743b93b249c6630c219769e606ddd109525815
Reviewed-on: http://gerrit.cloudera.org:8080/2373
Reviewed-by: Mike Percy <[email protected]>
Tested-by: Kudu Jenkins
Reviewed-by: David Ribeiro Alves <[email protected]>
  • Loading branch information
toddlipcon committed Mar 1, 2016
1 parent 44546bb commit b250bc0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1,413 deletions.
1 change: 0 additions & 1 deletion build-support/release/rat_exclude_files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ pax_global_header
*.pdf
version.txt
build-support/release/rat_exclude_files.txt
docs/whitepaper/vldb.cls
java/kudu-client/src/main/java/com/google/protobuf/ZeroCopyLiteralByteString.java
java/kudu-client/src/main/java/org/kududb/client/AsyncKuduClient.java
java/kudu-client/src/main/java/org/kududb/client/AsyncKuduScanner.java
Expand Down
20 changes: 13 additions & 7 deletions docs/whitepaper/kudu.tex
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,29 @@
% specific language governing permissions and limitations
% under the License.

\documentclass{vldb}
\documentclass[twocolumn,9pt]{article}
\usepackage{graphicx}
\usepackage{verbatim}
\oddsidemargin -0.5in
\evensidemargin -0.5in
\textwidth 7.5in
\topmargin -0.75in
\textheight 9in

\begin{document}

\title{Kudu: Storage for Fast Analytics on Fast Data
\titlenote{\bf
\footnote{\bf
This document is a draft. Edits will be made and re-published to the Kudu
open source project web site on a rolling basis.}
}
% Authors
%-----------------
\numberofauthors{1}
\author{
\alignauthor Todd Lipcon, David Alves, Dan Burkert, Jean-Daniel Cryans, Adar Dembo, Mike Percy, Silvius Rus, Dave Wang,
Matteo Bertozzi, Colin Patrick McCabe, Andrew Wang\\
\affaddr{Cloudera, inc.}\\
Todd Lipcon \and David Alves \and Dan Burkert \and Jean-Daniel Cryans \and Adar Dembo \and
Mike Percy \and Silvius Rus \and Dave Wang \and Matteo Bertozzi \and Colin Patrick McCabe \and
Andrew Wang\\
{\small \bf Cloudera, inc.}
}

\date{28 September 2015}
Expand Down Expand Up @@ -1056,7 +1062,7 @@ \subsection{Random access performance}
as well.

\begin{figure}
\includegraphics[width=3in]{ycsb-results.pdf}
\includegraphics[width=3.5in]{ycsb-results.pdf}
\caption{Operation throughput of YCSB random-access workloads, comparing Kudu vs.\ HBase}
\label{fig:ycsb_throughput}
\end{figure}
Expand Down
Loading

0 comments on commit b250bc0

Please sign in to comment.