MCPcopy Create free account
hub / github.com/apache/impala / ValidateSettings

Method ValidateSettings

be/src/service/frontend.cc:354–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354Status Frontend::ValidateSettings() {
355 // Use FE to check Hadoop config setting
356 // TODO: check OS setting
357 string err;
358 RETURN_IF_ERROR(JniCall::instance_method(fe_, check_config_id_).Call(&err));
359 if (!err.empty()) return Status(err);
360 return Status::OK();
361}
362
363Status Frontend::ExecHiveServer2MetadataOp(const TMetadataOpRequest& request,
364 TResultSet* result) {

Callers 1

ImpalaServerMethod · 0.80

Calls 4

OKFunction · 0.85
StatusClass · 0.50
CallMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected