Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
runtime-state.cc File Reference
#include <iostream>
#include <jni.h>
#include <sstream>
#include <string>
#include "common/logging.h"
#include <boost/algorithm/string/join.hpp>
#include <gutil/strings/substitute.h>
#include "codegen/llvm-codegen.h"
#include "common/object-pool.h"
#include "common/status.h"
#include "exprs/expr.h"
#include "runtime/buffered-block-mgr.h"
#include "runtime/descriptors.h"
#include "runtime/runtime-state.h"
#include "runtime/timestamp-value.h"
#include "runtime/data-stream-mgr.h"
#include "runtime/data-stream-recvr.h"
#include "util/bitmap.h"
#include "util/cpu-info.h"
#include "util/debug-util.h"
#include "util/disk-info.h"
#include "util/error-util.h"
#include "util/jni-util.h"
#include "util/mem-info.h"
#include "util/pretty-printer.h"
#include "common/names.h"
Include dependency graph for runtime-state.cc:

Go to the source code of this file.

Namespaces

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

Functions

 DECLARE_int32 (max_errors)
 

Variables

static const float BLOCK_MGR_MEM_FRACTION = 0.8f
 
static const int64_t BLOCK_MGR_MEM_MIN_REMAINING = 100 * 1024 * 1024
 

Function Documentation

DECLARE_int32 ( max_errors  )

Variable Documentation

const float BLOCK_MGR_MEM_FRACTION = 0.8f
static

Definition at line 53 of file runtime-state.cc.

Referenced by impala::RuntimeState::CreateBlockMgr().

const int64_t BLOCK_MGR_MEM_MIN_REMAINING = 100 * 1024 * 1024
static

Definition at line 60 of file runtime-state.cc.

Referenced by impala::RuntimeState::CreateBlockMgr().