#include "util/cpu-info.h"
#include <boost/algorithm/string.hpp>
#include <iostream>
#include <fstream>
#include <mmintrin.h>
#include <sstream>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "util/pretty-printer.h"
#include "common/names.h"
Go to the source code of this file.
|
| | impala |
| | This file contains type definitions that are used throughout the code base.
|
| |
|
| | DECLARE_bool (abort_on_config_error) |
| |
| | DEFINE_int32 (num_cores, 0,"(Advanced) If > 0, it sets the number of cores available to"" Impala. Setting it to 0 means Impala will use all available cores on the machine"" according to /proc/cpuinfo.") |
| |
| int64_t | impala::ParseCPUFlags (const string &values) |
| |
| DECLARE_bool |
( |
abort_on_config_error |
| ) |
|
| DEFINE_int32 |
( |
num_cores |
, |
|
|
0 |
, |
|
|
"(Advanced) |
If, |
|
|
0 |
, |
|
|
it sets the number of cores available to""Impala.Setting it to 0 means Impala will use all available cores on the machine""according to/proc/cpuinfo." |
|
|
) |
| |