Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "util/simple-logger.h"
#include <boost/date_time/posix_time/posix_time.hpp>
#include <boost/date_time/posix_time/posix_time_types.hpp>
#include <boost/filesystem.hpp>
#include "common/names.h"
Go to the source code of this file.
Functions | |
Status | InitLoggingDir (const string &log_dir) |
Variables | |
const ptime | EPOCH = time_from_string("1970-01-01 00:00:00.000") |
Status InitLoggingDir | ( | const string & | log_dir | ) |
Definition at line 33 of file simple-logger.cc.
References impala::Status::OK.
Referenced by impala::SimpleLogger::Init().
const ptime EPOCH = time_from_string("1970-01-01 00:00:00.000") |
Definition at line 31 of file simple-logger.cc.
Referenced by impala::UdfBuiltins::Extract(), impala::SimpleLogger::GenerateLogFileName(), and StrToExtractField().