Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
hdfs-text-table-writer.cc File Reference
#include "exec/hdfs-text-table-writer.h"
#include "exec/exec-node.h"
#include "exprs/expr.h"
#include "exprs/expr-context.h"
#include "runtime/raw-value.h"
#include "runtime/row-batch.h"
#include "runtime/runtime-state.h"
#include "runtime/hdfs-fs-cache.h"
#include "util/codec.h"
#include "util/compress.h"
#include "util/hdfs-util.h"
#include <hdfs.h>
#include <stdlib.h>
#include "common/names.h"
Include dependency graph for hdfs-text-table-writer.cc:

Go to the source code of this file.

Namespaces

 impala
 This file contains type definitions that are used throughout the code base.
 

Variables

static const int64_t COMPRESSED_BLOCK_SIZE = 64 * 1024 * 1024
 
static const int64_t COMPRESSED_BUFFERED_SIZE = 60 * 1024 * 1024
 

Variable Documentation

const int64_t COMPRESSED_BLOCK_SIZE = 64 * 1024 * 1024
static
const int64_t COMPRESSED_BUFFERED_SIZE = 60 * 1024 * 1024
static

Definition at line 37 of file hdfs-text-table-writer.cc.

Referenced by impala::HdfsTextTableWriter::Init().