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

Function main

be/src/experiments/hash-ring-util.cc:106–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106int main(int argc, char ** argv) {
107 google::ParseCommandLineFlags(&argc, &argv, true);
108 impala::InitCommonRuntime(argc, argv, true, impala::TestInfo::BE_TEST);
109 impala::HashRingDistributionCheck::TestDistribution(FLAGS_num_hosts,
110 FLAGS_num_replicas);
111 return 0;
112}

Callers

nothing calls this directly

Calls 1

ParseCommandLineFlagsFunction · 0.85

Tested by

no test coverage detected