Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "statestore/query-resource-mgr.h"
#include <boost/foreach.hpp>
#include <boost/uuid/uuid.hpp>
#include <boost/uuid/uuid_generators.hpp>
#include <gutil/strings/substitute.h>
#include <sstream>
#include "runtime/exec-env.h"
#include "resourcebroker/resource-broker.h"
#include "util/container-util.h"
#include "util/network-util.h"
#include "util/promise.h"
#include "util/time.h"
#include "common/names.h"
Go to the source code of this file.
Functions | |
DEFINE_double (max_vcore_oversubscription_ratio, 2.5,"(Advanced) The maximum ratio ""allowed between running threads and acquired VCore resources for a query's fragments"" on a single node") | |
Variables | |
const int64_t | DEFAULT_EXPANSION_REQUEST_TIMEOUT_MS = 5000 |
DEFINE_double | ( | max_vcore_oversubscription_ratio | , |
2. | 5, | ||
"(Advanced) The maximum ratio ""allowed between running threads and acquired VCore resources for a query's fragments"" on a single node" | |||
) |
const int64_t DEFAULT_EXPANSION_REQUEST_TIMEOUT_MS = 5000 |
Definition at line 37 of file query-resource-mgr.cc.
Referenced by impala::QueryResourceMgr::CreateExpansionRequest().